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