[giv] Updated documentation for v0.1.20.



commit ce0b9c26256724a1d2f99e3513b7a045f8fc7719
Author: Dov Grobgeld <dov grobgeld gmail com>
Date:   Sun Nov 13 22:31:57 2011 +0200

    Updated documentation for v0.1.20.

 ChangeLog     |    4 ++++
 doc/giv.html  |   14 ++++++++++----
 doc/giv.phtml |   14 ++++++++++----
 3 files changed, 24 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 37879a8..5f95d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-13  Dov Grobgeld  <dov grobgeld gmail com>
+
+        * configure.in: Bumped version to 0.1.20
+
 2011-11-08  Dov Grobgeld  <dov grobgeld gmail com>
 
         * giv-win.gob : Taken into account the aspect ratio when calculating
diff --git a/doc/giv.html b/doc/giv.html
index 9d40562..3ecd904 100644
--- a/doc/giv.html
+++ b/doc/giv.html
@@ -18,11 +18,11 @@
 </center>
 <h2 align=center>
     <img src="giv-logo-150.png"><br>
-    <font size=+2>Version 0.9.18</font><br>
+    <font size=+2>Version 0.9.20</font><br>
     <font size=-1>Dov Grobgeld</font><br>
     <font size=-1>Homepage: <a href="http://giv.sourceforge.net/giv";>http://giv.sourceforge.net/giv</a></font><br>
     <font size=-1><a href="mailto:dov grobgeld gmail com">dov grobgeld gmail com</a></font><br>
-    <font size=-1>Last modified: 2011-04-05   </font>
+    <font size=-1>Last modified: 2011-11-13  </font>
 </h2>
 
 <h2><a name="SEC1">1. Description</a></h2>
@@ -34,10 +34,12 @@
       provides small-memory zoomup of images.</LI>
     <li>Support for 8-bit, floating point, 16-bit, and 32-bit gray and color images.
     <li>Plugin support for external loaders.
+    <li>Support for multi-slice images.
     <li>Includes loaders for the npy-format, FITS-format, and a simple DICOM 
   reader.
-    <li>A contrast tool  allows interactively changing
+    <li>An interactive contrast tool  allows interactively changing
   contrast and brightness.
+
     <LI> It can display lines and marks on top of an image with sub
       pixel accuracy. </LI>
     <LI> Pseudo coloring of gray level images.</LI>
@@ -380,16 +382,20 @@ giv. The result is shown in the screenshow below.
 	  <td bgcolor=#fbf2ee valign=top>Zoom in by a factor of 1.1
 <tr><td bgcolor=#ffeeee valign=top>Scroll wheel down
 	  <td bgcolor=#ffeeee valign=top>Zoom out by a factor of 1.1
+<!--
 <tr><td bgcolor=#fbf2ee valign=top>Shift+scroll wheel up
 	  <td bgcolor=#fbf2ee valign=top>Zoom in of quiver vectors by a factor of 1.1
 <tr><td bgcolor=#ffeeee valign=top>Shift+Scroll wheel down
 	  <td bgcolor=#ffeeee valign=top>Zoom out of quiver vectors by a factor of 1.1
+-->
 <tr><td bgcolor=#fbf2ee valign=top>f
 	  <td bgcolor=#fbf2ee valign=top>Fill data to window
 <tr><td bgcolor=#ffeeee valign=top>B3
 	  <td bgcolor=#ffeeee valign=top>Popup options menu.
+<!--
 <tr><td bgcolor=#fbf2ee valign=top>c
 	  <td bgcolor=#fbf2ee valign=top>Toggle cross hair.
+-->
 <tr><td bgcolor=#ffeeee valign=top>m
 	  <td bgcolor=#ffeeee valign=top>Toggle overlay.
 <tr><td bgcolor=#fbf2ee valign=top>o
@@ -409,7 +415,7 @@ giv. The result is shown in the screenshow below.
 <tr><td bgcolor=#ffeeee valign=top>Right/BackSpace
 	  <td bgcolor=#ffeeee valign=top>Show previous image in directory.
 <tr><td bgcolor=#fbf2ee valign=top>Shift-Down
-	  <td bgcolor=#fbf2ee valign=top>Choose next image when several $image references are given
+	  <td bgcolor=#fbf2ee valign=top>Choose next image when several $image references are given or next image for multi depth images.
 <tr><td bgcolor=#ffeeee valign=top>Shift-Up
 	  <td bgcolor=#ffeeee valign=top>Choose previous $image image
 </table>
diff --git a/doc/giv.phtml b/doc/giv.phtml
index d820689..7178a4f 100644
--- a/doc/giv.phtml
+++ b/doc/giv.phtml
@@ -94,11 +94,11 @@ sub code_snippet {   # usage: code_snippet($filename, title)
 </center>
 <h2 align=center>
     <img src="giv-logo-150.png"><br>
-    <font size=+2>Version 0.9.18</font><br>
+    <font size=+2>Version 0.9.20</font><br>
     <font size=-1>Dov Grobgeld</font><br>
     <font size=-1>Homepage: <a href="http://giv.sourceforge.net/giv";>http://giv.sourceforge.net/giv</a></font><br>
     <font size=-1><a href="mailto:dov grobgeld gmail com">dov grobgeld gmail com</a></font><br>
-    <font size=-1>Last modified: 2011-04-05   </font>
+    <font size=-1>Last modified: 2011-11-13  </font>
 </h2>
 
 <: section("Description") :>
@@ -109,10 +109,12 @@ sub code_snippet {   # usage: code_snippet($filename, title)
       provides small-memory zoomup of images.</LI>
     <li>Support for 8-bit, floating point, 16-bit, and 32-bit gray and color images.
     <li>Plugin support for external loaders.
+    <li>Support for multi-slice images.
     <li>Includes loaders for the npy-format, FITS-format, and a simple DICOM 
   reader.
-    <li>A contrast tool  allows interactively changing
+    <li>An interactive contrast tool  allows interactively changing
   contrast and brightness.
+
     <LI> It can display lines and marks on top of an image with sub
       pixel accuracy. </LI>
     <LI> Pseudo coloring of gray level images.</LI>
@@ -301,16 +303,20 @@ giv. The result is shown in the screenshow below.
 	  <: td() :>Zoom in by a factor of 1.1
 <: TR() :><: td() :>Scroll wheel down
 	  <: td() :>Zoom out by a factor of 1.1
+<!--
 <: TR() :><: td() :>Shift+scroll wheel up
 	  <: td() :>Zoom in of quiver vectors by a factor of 1.1
 <: TR() :><: td() :>Shift+Scroll wheel down
 	  <: td() :>Zoom out of quiver vectors by a factor of 1.1
+-->
 <: TR() :><: td() :>f
 	  <: td() :>Fill data to window
 <: TR() :><: td() :>B3
 	  <: td() :>Popup options menu.
+<!--
 <: TR() :><: td() :>c
 	  <: td() :>Toggle cross hair.
+-->
 <: TR() :><: td() :>m
 	  <: td() :>Toggle overlay.
 <: TR() :><: td() :>o
@@ -330,7 +336,7 @@ giv. The result is shown in the screenshow below.
 <: TR() :><: td() :>Right/BackSpace
 	  <: td() :>Show previous image in directory.
 <: TR() :><: td() :>Shift-Down
-	  <: td() :>Choose next image when several $image references are given
+	  <: td() :>Choose next image when several $image references are given or next image for multi depth images.
 <: TR() :><: td() :>Shift-Up
 	  <: td() :>Choose previous $image image
 </table>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]