Package | Description |
---|---|
net.sourceforge.jiu.codecs.tiff |
Classes to handle the Tagged Image File Format (TIFF).
|
Modifier and Type | Field and Description |
---|---|
private TIFFCodec |
TIFFDecoder.codec |
Modifier and Type | Method and Description |
---|---|
TIFFCodec |
TIFFDecoder.getCodec()
Returns the codec from which this decoder is used.
|
Modifier and Type | Method and Description |
---|---|
private static TIFFDecoder |
TIFFCodec.createDecoder(TIFFCodec codec,
TIFFImageFileDirectory ifd,
int tileIndex) |
void |
TIFFDecoder.setCodec(TIFFCodec tiffCodec)
Specify the codec to be used with this decoder.
|