Different methods to perform raster compression.
Constant |
Value |
Description |
esriRasterCompressionUnknown |
-1 |
Unknown compression. |
esriRasterCompressionUncompressed |
0 |
No compression. |
esriRasterCompressionLZ77 |
1 |
The LZ77 encoding. It's the default compression can be mapped to Esri RLE for IMAGINE Image and GRID formats. |
esriRasterCompressionJPEG |
2 |
The JPEG encoding. |
esriRasterCompressionJPEG2000 |
4 |
The JPEG 2000 encoding. |
esriRasterCompressionPackBits |
5 |
The Packbits encoding (TIFF). |
esriRasterCompressionLZW |
6 |
The LZW encoding (TIFF). |
esriRasterCompressionRLE |
7 |
The Esri Run-Length Encoding (GRID and IMAGINE Image). |
esriRasterCompressionCCITTG3 |
8 |
The CCITT Group 3 (TIFF). |
esriRasterCompressionCCITTG4 |
9 |
The CCITT Group 4 (TIFF). |
esriRasterCompressionCCITTRLE |
10 |
The CCITT RLE (TIFF). |
esriRasterCompressionJPEGYCbCr |
11 |
The JPEG YCbCr |
esriRasterCompressionLERC |
12 |
The LERC compression. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
.NET Related Topics
DataSourcesRaster |
Geodatabase |
How to convert a raster dataset to a JPEG2000 raster dataset |
How to save raster data and set storage properties