Specifies available compression types for TIFF files.
Member | Value | Description |
---|---|---|
TIFFCOMPRESSION_Auto | 6 | Black-white image will be saved to TIFF file with CCITT Group 4 Fax compression, palette and gray image will be saved with LZW compression, color image will be saved with JPEG compression. |
TIFFCOMPRESSION_Ccitt3 | 3 | Image will be save to TIFF file with CCIT Group 3 Fax compression. |
TIFFCOMPRESSION_Ccitt4 | 4 | Image will be save to TIFF file with CCIT Group 4 Fax compression. |
TIFFCOMPRESSION_CcittRle | 2 | Image will be save to TIFF file with CCIT RLE compression. |
TIFFCOMPRESSION_Jpeg | 7 | Image will be save to TIFF file with JPEG compression. |
TIFFCOMPRESSION_Lzw | 5 | Image will be save to TIFF file with LZW compression. |
TIFFCOMPRESSION_None | 0 | Image will be saved to TIFF file without compression. |
TIFFCOMPRESSION_Packbits | 1 | Image will be save to TIFF file with Packbits compression. |
TIFFCOMPRESSION_Zip | 8 | Image will be save to TIFF file with ZIP compression. |