[GRASS-SVN] r52407 - grass/branches/develbranch_6/raster/r.compress

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 19 02:29:54 PDT 2012


Author: neteler
Date: 2012-07-19 02:29:54 -0700 (Thu, 19 Jul 2012)
New Revision: 52407

Modified:
   grass/branches/develbranch_6/raster/r.compress/description.html
Log:
explain RLE and zlib

Modified: grass/branches/develbranch_6/raster/r.compress/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.compress/description.html	2012-07-19 09:29:45 UTC (rev 52406)
+++ grass/branches/develbranch_6/raster/r.compress/description.html	2012-07-19 09:29:54 UTC (rev 52407)
@@ -87,6 +87,15 @@
 automatically used when new raster map layers are
 created).
 
+<p>
+RLE compression versus zlib compression: if the environment variable
+GRASS_INT_ZLIB exists, new raster maps will be compressed using zlib 
+instead of RLE compression. In the cellhd file, the value for
+"compressed" is 1 for RLE and 2 for zlib.
+<br>
+Obviously, decompression is controlled by the raster's "compressed"
+header value, not the environment variable.
+
 <h4>PRE-3.0 FORMAT:</h4> 
 
 First 3 bytes (chars) - These are a special code that identifies 



More information about the grass-commit mailing list