ソースを参照

document formats

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41038 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 年 前
コミット
1caedd292b
2 ファイル変更7 行追加3 行削除
  1. 3 2
      lib/cairodriver/cairodriver.html
  2. 4 1
      lib/pngdriver/pngdriver.html

+ 3 - 2
lib/cairodriver/cairodriver.html

@@ -50,8 +50,9 @@ Several environment variables affect the operation of the Cairo driver:
      Supported bitmap formats:
      Supported bitmap formats:
      <UL>
      <UL>
        <LI><B>.png</B> - Portable Network Graphics (PNG)</LI>
        <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>
      </UL>
      Supported vector formats:
      Supported vector formats:
      <UL>
      <UL>

+ 4 - 1
lib/pngdriver/pngdriver.html

@@ -33,7 +33,10 @@ of the PNG driver.
   <LI><B>GRASS_PNGFILE=filename</B><BR>
   <LI><B>GRASS_PNGFILE=filename</B><BR>
      the filename to put the resulting image in, default is <tt>map.png</tt>.
      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 
      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>
   <LI><B>GRASS_BACKGROUNDCOLOR=RRGGBB</B><BR>
      specifies the background color to use in RGB
      specifies the background color to use in RGB
      notation (hex values). Default is <b>000000</b> (black).<br><br>
      notation (hex values). Default is <b>000000</b> (black).<br><br>