TiffExpectedFormat Enumeration

The expected FileFormat.TIFF file format.

Module: aspose.imaging.fileformats.tiff.enums

Full Name: aspose.imaging.fileformats.tiff.enums.TiffExpectedFormat

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
DEFAULTThe 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_FAX3The TIFF having CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme.
TIFF_CCITT_FAX4The TIFF having CCITT FAX4 encoding. B/W 1 bit per pixel only supported for that scheme.
TIFF_CCIT_RLEThe TIFF havingCCITT RLE encoding. B/W 1 bit per pixel only supported for that scheme.
TIFF_DEFLATE_BWThe TIFF having Deflate compression and B/W 1 bit per pixel only format.
TIFF_DEFLATE_CMYKThe TIFF having Deflate compression and CMYK color format.
TIFF_DEFLATE_CMYKAThe TIFF having Deflate compression and CMYKA color format with transparency.
TIFF_DEFLATE_RGBThe TIFF having Deflate compression and RGB color format.
TIFF_DEFLATE_RGBAThe TIFF having Deflate compression and ARGB color format.
TIFF_JPEG_RGBThe TIFF having Jpeg compression and RGB color format.
TIFF_JPEG_Y_CB_CRThe TIFF having Jpeg compression and YCBCR color format.
TIFF_LZW_BWThe TIFF having LZW compression and B/W 1 bit per pixel only format.
TIFF_LZW_CMYKThe TIFF having LZW compression and CMYK color mode.
TIFF_LZW_CMYKAThe TIFF having LZW compression and CMYKA color mode with transparency.
TIFF_LZW_RGBThe TIFF having LZW compression and RGB color format.
TIFF_LZW_RGBAThe TIFF having LZW compression and ARGB with transparency color format.
TIFF_NO_COMPRESSION_BWThe uncompressed TIFF having B/W 1 bit per pixel only format.
TIFF_NO_COMPRESSION_CMYKThe uncompressed TIFF having CMYK color format.
TIFF_NO_COMPRESSION_CMYKAThe uncompressed TIFF having CMYK color format with transparency.
TIFF_NO_COMPRESSION_RGBThe uncompressed TIFF having RGB color format.
TIFF_NO_COMPRESSION_RGBAThe uncompressed TIFF having ARGB color format with transparency.