TiffExpectedFormat

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TiffExpectedFormat extends System.Enum

The expected FileFormat.Tiff file format.

Fields

FieldDescription
DefaultThe default TIFF format is no compression with B/W 1 bit per pixel only format.
TiffLzwBwThe TIFF having LZW compression and B/W 1 bit per pixel only format.
TiffLzwRgbThe TIFF having LZW compression and RGB color format.
TiffLzwRgbaThe TIFF having LZW compression and ARGB with transparency color format.
TiffLzwCmykThe TIFF having LZW compression and CMYK color mode.
TiffLzwCmykaThe TIFF having LZW compression and CMYKA color mode with transparency.
TiffCcittFax3The TIFF having CCITT FAX3 encoding.
TiffCcittFax4The TIFF having CCITT FAX4 encoding.
TiffDeflateBwThe TIFF having Deflate compression and B/W 1 bit per pixel only format.
TiffDeflateRgbThe TIFF having Deflate compression and RGB color format.
TiffDeflateRgbaThe TIFF having Deflate compression and ARGB color format.
TiffDeflateCmykThe TIFF having Deflate compression and CMYK color format.
TiffDeflateCmykaThe TIFF having Deflate compression and CMYKA color format with transparency.
TiffCcitRleThe TIFF havingCCITT RLE encoding.
TiffJpegRgbThe TIFF having Jpeg compression and RGB color format.
TiffJpegYCbCrThe TIFF having Jpeg compression and YCBCR color format.
TiffNoCompressionBwThe uncompressed TIFF having B/W 1 bit per pixel only format.
TiffNoCompressionRgbThe uncompressed TIFF having RGB color format.
TiffNoCompressionRgbaThe uncompressed TIFF having ARGB color format with transparency.
TiffNoCompressionCmykThe uncompressed TIFF having CMYK color format.
TiffNoCompressionCmykaThe uncompressed TIFF having CMYK color format with transparency.

Default

public static final int 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.

TiffLzwBw

public static final int TiffLzwBw

The TIFF having LZW compression and B/W 1 bit per pixel only format.

TiffLzwRgb

public static final int TiffLzwRgb

The TIFF having LZW compression and RGB color format.

TiffLzwRgba

public static final int TiffLzwRgba

The TIFF having LZW compression and ARGB with transparency color format.

TiffLzwCmyk

public static final int TiffLzwCmyk

The TIFF having LZW compression and CMYK color mode.

TiffLzwCmyka

public static final int TiffLzwCmyka

The TIFF having LZW compression and CMYKA color mode with transparency.

TiffCcittFax3

public static final int TiffCcittFax3

The TIFF having CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme.

TiffCcittFax4

public static final int TiffCcittFax4

The TIFF having CCITT FAX4 encoding. B/W 1 bit per pixel only supported for that scheme.

TiffDeflateBw

public static final int TiffDeflateBw

The TIFF having Deflate compression and B/W 1 bit per pixel only format.

TiffDeflateRgb

public static final int TiffDeflateRgb

The TIFF having Deflate compression and RGB color format.

TiffDeflateRgba

public static final int TiffDeflateRgba

The TIFF having Deflate compression and ARGB color format.

TiffDeflateCmyk

public static final int TiffDeflateCmyk

The TIFF having Deflate compression and CMYK color format.

TiffDeflateCmyka

public static final int TiffDeflateCmyka

The TIFF having Deflate compression and CMYKA color format with transparency.

TiffCcitRle

public static final int TiffCcitRle

The TIFF havingCCITT RLE encoding. B/W 1 bit per pixel only supported for that scheme.

TiffJpegRgb

public static final int TiffJpegRgb

The TIFF having Jpeg compression and RGB color format.

TiffJpegYCbCr

public static final int TiffJpegYCbCr

The TIFF having Jpeg compression and YCBCR color format.

TiffNoCompressionBw

public static final int TiffNoCompressionBw

The uncompressed TIFF having B/W 1 bit per pixel only format.

TiffNoCompressionRgb

public static final int TiffNoCompressionRgb

The uncompressed TIFF having RGB color format.

TiffNoCompressionRgba

public static final int TiffNoCompressionRgba

The uncompressed TIFF having ARGB color format with transparency.

TiffNoCompressionCmyk

public static final int TiffNoCompressionCmyk

The uncompressed TIFF having CMYK color format.

TiffNoCompressionCmyka

public static final int TiffNoCompressionCmyka

The uncompressed TIFF having CMYK color format with transparency.