TiffExpectedFormat Enumeration
The expected FileFormat.TIFF file format.
Module: aspose.imaging.fileformats.tiff.enums
Full Name: aspose.imaging.fileformats.tiff.enums.TiffExpectedFormat
Members
Member name | Description |
---|---|
DEFAULT | The default TIFF format is no compression with B/W 1 bit per pixel only format. You can also use this setting to get an empty options and initialize with your tags or other settings. |
TIFF_CCITT_FAX3 | The TIFF having CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme. |
TIFF_CCITT_FAX4 | The TIFF having CCITT FAX4 encoding. B/W 1 bit per pixel only supported for that scheme. |
TIFF_CCIT_RLE | The TIFF havingCCITT RLE encoding. B/W 1 bit per pixel only supported for that scheme. |
TIFF_DEFLATE_BW | The TIFF having Deflate compression and B/W 1 bit per pixel only format. |
TIFF_DEFLATE_CMYK | The TIFF having Deflate compression and CMYK color format. |
TIFF_DEFLATE_CMYKA | The TIFF having Deflate compression and CMYKA color format with transparency. |
TIFF_DEFLATE_RGB | The TIFF having Deflate compression and RGB color format. |
TIFF_DEFLATE_RGBA | The TIFF having Deflate compression and ARGB color format. |
TIFF_JPEG_RGB | The TIFF having Jpeg compression and RGB color format. |
TIFF_JPEG_Y_CB_CR | The TIFF having Jpeg compression and YCBCR color format. |
TIFF_LZW_BW | The TIFF having LZW compression and B/W 1 bit per pixel only format. |
TIFF_LZW_CMYK | The TIFF having LZW compression and CMYK color mode. |
TIFF_LZW_CMYKA | The TIFF having LZW compression and CMYKA color mode with transparency. |
TIFF_LZW_RGB | The TIFF having LZW compression and RGB color format. |
TIFF_LZW_RGBA | The TIFF having LZW compression and ARGB with transparency color format. |
TIFF_NO_COMPRESSION_BW | The uncompressed TIFF having B/W 1 bit per pixel only format. |
TIFF_NO_COMPRESSION_CMYK | The uncompressed TIFF having CMYK color format. |
TIFF_NO_COMPRESSION_CMYKA | The uncompressed TIFF having CMYK color format with transparency. |
TIFF_NO_COMPRESSION_RGB | The uncompressed TIFF having RGB color format. |
TIFF_NO_COMPRESSION_RGBA | The uncompressed TIFF having ARGB color format with transparency. |