java.lang.Objectcom.aspose.words.TiffCompression
public class TiffCompression
Field Summary | ||
---|---|---|
static final int | NONE | |
Specifies no compression. | ||
static final int | RLE | |
Specifies the RLE compression scheme. | ||
static final int | LZW | |
Specifies the LZW compression scheme. In Java emulated by Deflate (Zip) compression. | ||
static final int | CCITT_3 | |
Specifies the CCITT3 compression scheme. | ||
static final int | CCITT_4 | |
Specifies the CCITT4 compression scheme. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
RLE = 1 | |
public static final int RLE |
LZW = 2 | |
public static final int LZW |
CCITT_3 = 3 | |
public static final int CCITT_3 |
CCITT_4 = 4 | |
public static final int CCITT_4 |