TiffCompression enumeration

TiffCompression enumeration

Specifies what type of compression to apply when saving images into TIFF format file.

The TiffCompression type exposes the following members:

Fields

FieldDescription
COMPRESSION_NONESpecifies no compression.
COMPRESSION_RLESpecifies the RLE compression scheme.
COMPRESSION_LZWSpecifies the LZW compression scheme.
COMPRESSION_CCITT3Specifies the CCITT3 compression scheme.
COMPRESSION_CCITT4Specifies the CCITT4 compression scheme.

See Also