Field Summary | ||
---|---|---|
const Number | NONE | |
Specifies no compression. | ||
const Number | RLE | |
Specifies the RLE compression scheme. | ||
const Number | LZW | |
Specifies the LZW compression scheme. | ||
const Number | CCITT_3 | |
Specifies the CCITT3 compression scheme. | ||
const Number | CCITT_4 | |
Specifies the CCITT4 compression scheme. |
Field Detail |
---|
NONE | |
const Number NONE |
RLE | |
const Number RLE |
LZW | |
const Number LZW |
CCITT_3 | |
const Number CCITT_3 |
CCITT_4 | |
const Number CCITT_4 |