TiffExpectedFormat enumeration

TiffExpectedFormat enumeration

The expected tiff file format.

The TiffExpectedFormat type exposes the following members:

Fields

FieldDescription
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_LZW_BWThe tiff having LZW compression and B/W 1 bit per pixel only format.
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_LZW_CMYKThe tiff LZW cmyk
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_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_CCIT_RLEThe tiff CCITT RLE encoding. B/W 1 bit per pixel only supported for that scheme.
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_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.

See Also