| Package | Description |
|---|---|
| net.sourceforge.jiu.codecs.tiff |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TIFFDecoderDeflated |
A TIFF decoder for files compressed with the Deflated method.
|
class |
TIFFDecoderLogLuv |
A TIFF decoder for files compressed with the LogLuv RLE method.
|
class |
TIFFDecoderModifiedHuffman |
A TIFF decoder for files compresseed with the Modified Huffman method
(also known as CCITT 1D Modified Huffman Run Length Encoding).
|
class |
TIFFDecoderPackbits |
A TIFF decoder for files compressed with the Packbits method.
|
class |
TIFFDecoderUncompressed |
A TIFF decoder for uncompressed TIFF files.
|
| Modifier and Type | Method | Description |
|---|---|---|
private static TIFFDecoder |
TIFFCodec.createDecoder(TIFFCodec codec,
TIFFImageFileDirectory ifd,
int tileIndex) |