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
Field | Description |
---|---|
Default | The default TIFF format is no compression with B/W 1 bit per pixel only format. |
TiffLzwBw | The TIFF having LZW compression and B/W 1 bit per pixel only format. |
TiffLzwRgb | The TIFF having LZW compression and RGB color format. |
TiffLzwRgba | The TIFF having LZW compression and ARGB with transparency color format. |
TiffLzwCmyk | The TIFF having LZW compression and CMYK color mode. |
TiffLzwCmyka | The TIFF having LZW compression and CMYKA color mode with transparency. |
TiffCcittFax3 | The TIFF having CCITT FAX3 encoding. |
TiffCcittFax4 | The TIFF having CCITT FAX4 encoding. |
TiffDeflateBw | The TIFF having Deflate compression and B/W 1 bit per pixel only format. |
TiffDeflateRgb | The TIFF having Deflate compression and RGB color format. |
TiffDeflateRgba | The TIFF having Deflate compression and ARGB color format. |
TiffDeflateCmyk | The TIFF having Deflate compression and CMYK color format. |
TiffDeflateCmyka | The TIFF having Deflate compression and CMYKA color format with transparency. |
TiffCcitRle | The TIFF havingCCITT RLE encoding. |
TiffJpegRgb | The TIFF having Jpeg compression and RGB color format. |
TiffJpegYCbCr | The TIFF having Jpeg compression and YCBCR color format. |
TiffNoCompressionBw | The uncompressed TIFF having B/W 1 bit per pixel only format. |
TiffNoCompressionRgb | The uncompressed TIFF having RGB color format. |
TiffNoCompressionRgba | The uncompressed TIFF having ARGB color format with transparency. |
TiffNoCompressionCmyk | The uncompressed TIFF having CMYK color format. |
TiffNoCompressionCmyka | The 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.