TiffCompression
TiffCompression enumeration
Utility class containing constants. Specifies what type of compression to apply when saving images into TIFF format file.
Values
| Name | Description |
|---|---|
| COMPRESSION_NONE | Specifies no compression. |
| COMPRESSION_RLE | Specifies the RLE compression scheme. |
| COMPRESSION_LZW | Specifies the LZW compression scheme. |
| COMPRESSION_CCITT_3 | Specifies the CCITT3 compression scheme. |
| COMPRESSION_CCITT_4 | Specifies the CCITT4 compression scheme. |