public enum TIFFWriterCompressionOptions
TIFF Compression algorithms
public static TIFFWriterCompressionOptions COMPRESSION_NONE
Supported with binarized images. Supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_CCITTRLE
Supported with binarized images. Is not supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_CCITTFAX3
Supported with binarized images. Is not supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_CCITT_T4
Supported with binarized images. Is not supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_CCITTFAX4
Supported with binarized images. Is not supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_CCITT_T6
Supported with binarized images. Is not supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_LZW
Supported with binarized images. Supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_CCITTRLEW
Supported with binarized images. Is not supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_PACKBITS
Supported with binarized images. Supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_DEFLATE
Supported with binarized images. Supported with colored images.
public static TIFFWriterCompressionOptions COMPRESSION_ADOBE_DEFLATE
Supported with binarized images. Supported with colored images.
@JvmField public int id
public static io.scanbot.tiffwriter.model.TIFFWriterCompressionOptions.Companion Companion
@JvmStatic @NotNull public static TIFFWriterCompressionOptions getByCode(int code)