Преглед на файлове

ZLIB compression is now the default (ticket https://trac.osgeo.org/grass/ticket/2349)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61500 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements преди 10 години
родител
ревизия
5a36e44ceb
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      raster/r.compress/r.compress.html

+ 3 - 3
raster/r.compress/r.compress.html

@@ -49,10 +49,10 @@ the user the map is already (de)compressed and exits.
 Floating point (FCELL, DCELL) raster maps never use RLE compression;
 they are either compressed with ZLIB or uncompressed.
 <p>
-Integer (CELL) raster maps by default RLE compressed or may remain
+Integer (CELL) raster maps are by default ZLIB compressed or may remain
 uncompressed. If the environment variable <tt>GRASS_INT_ZLIB</tt>
-exists, newly generated compressed integer (CELL type) raster maps will
-be compressed using ZLIB instead of RLE compression. In the internal
+exists and has the value 0, newly generated compressed integer (CELL type) raster maps will
+be compressed using RLE compression instead of ZLIB. In the internal
 cellhd file, the value for "compressed" is 1 for RLE and 2 for ZLIB.
 <p>
 Obviously, decompression is controlled by the raster map's compression,