public enum TIFFImageWriterCompressionOptions
TIFF Compression algorithms
public static TIFFImageWriterCompressionOptions COMPRESSION_NONE
Supported with binarized images. Supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_CCITTRLE
Supported with binarized images. Is not supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_CCITTFAX3
Supported with binarized images. Is not supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_CCITT_T4
Supported with binarized images. Is not supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_CCITTFAX4
Supported with binarized images. Is not supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_CCITT_T6
Supported with binarized images. Is not supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_LZW
Supported with binarized images. Supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_CCITTRLEW
Supported with binarized images. Is not supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_PACKBITS
Supported with binarized images. Supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_DEFLATE
Supported with binarized images. Supported with colored images.
public static TIFFImageWriterCompressionOptions COMPRESSION_ADOBE_DEFLATE
Supported with binarized images. Supported with colored images.