[GRASS-SVN] r41025 - grass/branches/releasebranch_6_4/visualization/ximgview

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 15 05:21:49 EST 2010


Author: hamish
Date: 2010-02-15 05:21:49 -0500 (Mon, 15 Feb 2010)
New Revision: 41025

Added:
   grass/branches/releasebranch_6_4/visualization/ximgview/description.html
Log:
copy man page from trunk

Copied: grass/branches/releasebranch_6_4/visualization/ximgview/description.html (from rev 41024, grass/trunk/visualization/ximgview/ximgview.html)
===================================================================
--- grass/branches/releasebranch_6_4/visualization/ximgview/description.html	                        (rev 0)
+++ grass/branches/releasebranch_6_4/visualization/ximgview/description.html	2010-02-15 10:21:49 UTC (rev 41025)
@@ -0,0 +1,46 @@
+<h2>DESCRIPTION</h2>
+
+<i>ximgview</i> is a simple X11 image viewer for 32-bpp BMP images, as
+can be created with the <em><a href="pngdriver.html">PNG</a></em> and
+<em><a href="cairodriver.html">cairo</a></em> drivers. The display is
+continually refreshed.
+
+<h2>NOTES</h2>
+
+The display driver must be configure to map the file, with
+<em>GRASS_PNG_MAPPED=TRUE</em>. This ensures that the file will remain
+a constant size, rather than being truncated whenever it is updated.
+
+
+<h2>EXAMPLE</h2>
+
+(bash shell syntax)
+<div class="code"><pre>
+export GRASS_PNGFILE=map.bmp
+export GRASS_WIDTH=640
+export GRASS_HEIGHT=480
+export GRASS_RENDER_IMMEDIATE=PNG
+export GRASS_PNG_MAPPED=TRUE
+export GRASS_PNG_READ=TRUE
+
+d.erase
+ximgview $GRASS_PNGFILE percent=50 &
+d.rast elevation.dem
+d.vect roads
+</pre></div>
+
+
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="pngdriver.html">PNG driver</a><br>
+<a href="cairodriver.html">cairo driver</a><br>
+<a href="wximgview.html">wximgview</a>
+</em>
+
+
+<h2>AUTHOR</h2>
+Glynn Clements
+
+<p>
+<i>Last changed: $Date$</i>


Property changes on: grass/branches/releasebranch_6_4/visualization/ximgview/description.html
___________________________________________________________________
Added: svn:mime-type
   + text/html
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native



More information about the grass-commit mailing list