TiffExpectedFormat Enumeration

The expected tiff file format.

Module: aspose.psd.fileformats.tiff.enums

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

Aspose.PSD Version: 24.4.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 CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme.
TIFF_CCITT_FAX4The tiff CCITT FAX4 encoding. B/W 1 bit per pixel only supported for that scheme.
TIFF_CCIT_RLEThe tiff CCITT 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_RGBThe tiff having deflate compression and RGB color format.
TIFF_DEFLATE_RGBAThe tiff having deflate compression and RGBA 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 LZW cmyk
TIFF_LZW_RGBThe tiff having LZW compression and RGB color format.
TIFF_LZW_RGBAThe tiff having LZW compression and RGBA with transparency color format.
TIFF_NO_COMPRESSION_BWThe uncompressed tiff and B/W 1 bit per pixel only format.
TIFF_NO_COMPRESSION_RGBThe uncompressed tiff and RGB color format.
TIFF_NO_COMPRESSION_RGBAThe uncompressed tiff and RGBA with transparency color format.