public final class TiffCompressions
extends com.aspose.ms.System.Enum
Holds compression types
Modifier and Type | Field and Description |
---|---|
static int |
AdobeDeflate
Deflate compression, as recognized by Adobe.
|
static int |
CcittFax3
CCITT Group 3 fax encoding.
|
static int |
CcittFax4
CCITT Group 4 fax encoding.
|
static int |
CcittRle
CCITT modified Huffman RLE.
|
static int |
CcittRleW
CCITT RLE.
|
static int |
Dcs
Kodak DCS encoding.
|
static int |
Deflate
Deflate compression.
|
static int |
It8Bl
IT8 Binary line art.
|
static int |
It8Ctpad
IT8 CT w/padding.
|
static int |
It8Lw
IT8 Linework RLE.
|
static int |
It8Mp
IT8 Monochrome picture.
|
static int |
Jbig
ISO Jpeg big.
|
static int |
Jp2000
Leadtools JPEG2000.
|
static int |
Jpeg
JPEG DCT compression.
|
static int |
Lzw
Lempel-Ziv & Welch.
|
static int |
Next
NeXT 2-bit RLE.
|
static int |
None
Dump mode.
|
static int |
Ojpeg
Original JPEG / Old-style JPEG (6.0).
|
static int |
Packbits
Macintosh RLE.
|
static int |
PixarFilm
Pixar companded 10bit LZW.
|
static int |
PixarLog
Pixar companded 11bit ZIP.
|
static int |
Sgilog
SGI Log Luminance RLE.
|
static int |
Sgilog24
SGI Log 24-bit packed.
|
static int |
Thunderscan
ThunderScan RLE.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Dump mode.
public static final int CcittRle
CCITT modified Huffman RLE.
public static final int CcittFax3
CCITT Group 3 fax encoding.
public static final int CcittFax4
CCITT Group 4 fax encoding.
public static final int Lzw
Lempel-Ziv & Welch.
public static final int Ojpeg
Original JPEG / Old-style JPEG (6.0).
public static final int Jpeg
JPEG DCT compression. Introduced post TIFF rev 6.0.
public static final int Next
NeXT 2-bit RLE.
public static final int CcittRleW
CCITT RLE.
public static final int Packbits
Macintosh RLE.
public static final int Thunderscan
ThunderScan RLE.
public static final int It8Ctpad
IT8 CT w/padding. Reserved for ANSI IT8 TIFF/IT.
public static final int It8Lw
IT8 Linework RLE. Reserved for ANSI IT8 TIFF/IT.
public static final int It8Mp
IT8 Monochrome picture. Reserved for ANSI IT8 TIFF/IT.
public static final int It8Bl
IT8 Binary line art. Reserved for ANSI IT8 TIFF/IT.
public static final int PixarFilm
Pixar companded 10bit LZW. Reserved for Pixar.
public static final int PixarLog
Pixar companded 11bit ZIP. Reserved for Pixar.
public static final int Deflate
Deflate compression.
public static final int AdobeDeflate
Deflate compression, as recognized by Adobe.
public static final int Dcs
Kodak DCS encoding. Reserved for Oceana Matrix
public static final int Jbig
ISO Jpeg big.
public static final int Sgilog
SGI Log Luminance RLE.
public static final int Sgilog24
SGI Log 24-bit packed.
public static final int Jp2000
Leadtools JPEG2000.