[GRASS-SVN] r41066 - in
grass/branches/develbranch_6/display/drivers: PNG cairo
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 17 19:20:57 EST 2010
Author: hamish
Date: 2010-02-17 19:20:57 -0500 (Wed, 17 Feb 2010)
New Revision: 41066
Modified:
grass/branches/develbranch_6/display/drivers/PNG/description.html
grass/branches/develbranch_6/display/drivers/cairo/description.html
Log:
doc pgm (merge from trunk)
Modified: grass/branches/develbranch_6/display/drivers/PNG/description.html
===================================================================
--- grass/branches/develbranch_6/display/drivers/PNG/description.html 2010-02-18 00:19:12 UTC (rev 41065)
+++ grass/branches/develbranch_6/display/drivers/PNG/description.html 2010-02-18 00:20:57 UTC (rev 41066)
@@ -33,7 +33,7 @@
<LI><B>GRASS_PNGFILE=filename</B><BR>
the filename to put the resulting image in, default is <tt>map.png</tt>.
If you set GRASS_PNGFILE to a filename which ends in ".ppm", a PPM
- file will be created. <!-- how about PGM? -->
+ file will be created (with alpha channel stored in a PGM image, if applicable).
If you set GRASS_PNGFILE to a filename which ends in ".bmp", a 32-bpp
BMP file will be created (these are not readable by some older viewers).
<br><br>
Modified: grass/branches/develbranch_6/display/drivers/cairo/description.html
===================================================================
--- grass/branches/develbranch_6/display/drivers/cairo/description.html 2010-02-18 00:19:12 UTC (rev 41065)
+++ grass/branches/develbranch_6/display/drivers/cairo/description.html 2010-02-18 00:20:57 UTC (rev 41066)
@@ -49,7 +49,7 @@
<LI><B>.png</B> - Portable Network Graphics (PNG)</LI>
<LI><B>.bmp</B> - Windows Bitmap (BMP, 32-bpp)
(these are not readable by some older viewers)</LI>
- <LI><B>.ppm</B> - Portable Pixmap (PPM, PGM)</LI>
+ <LI><B>.ppm</B> - Portable Pixmap (PPM + PGM for alpha channel)</LI>
</UL>
Supported vector formats:
<UL>
More information about the grass-commit
mailing list