[GRASS-SVN] r41039 - in
grass/branches/develbranch_6/display/drivers: PNG cairo
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 16 02:15:39 EST 2010
Author: hamish
Date: 2010-02-16 02:15:37 -0500 (Tue, 16 Feb 2010)
New Revision: 41039
Modified:
grass/branches/develbranch_6/display/drivers/PNG/description.html
grass/branches/develbranch_6/display/drivers/cairo/description.html
Log:
document formats (merge from trunk)
Modified: grass/branches/develbranch_6/display/drivers/PNG/description.html
===================================================================
--- grass/branches/develbranch_6/display/drivers/PNG/description.html 2010-02-16 07:12:17 UTC (rev 41038)
+++ grass/branches/develbranch_6/display/drivers/PNG/description.html 2010-02-16 07:15:37 UTC (rev 41039)
@@ -33,7 +33,10 @@
<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.<br><br>
+ file will be created. <!-- how about PGM? -->
+ 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>
<LI><B>GRASS_BACKGROUNDCOLOR=RRGGBB</B><BR>
specifies the background color to use in RGB
notation (hex values). Default is <b>000000</b> (black).<br><br>
Modified: grass/branches/develbranch_6/display/drivers/cairo/description.html
===================================================================
--- grass/branches/develbranch_6/display/drivers/cairo/description.html 2010-02-16 07:12:17 UTC (rev 41038)
+++ grass/branches/develbranch_6/display/drivers/cairo/description.html 2010-02-16 07:15:37 UTC (rev 41039)
@@ -47,8 +47,9 @@
Supported bitmap formats:
<UL>
<LI><B>.png</B> - Portable Network Graphics (PNG)</LI>
- <LI><B>.bmp</B> - Windows Bitmap (BMP)</LI>
- <LI><B>.ppm</B> - Portable Pixmap (PPM)</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>
</UL>
Supported vector formats:
<UL>
More information about the grass-commit
mailing list