Package | Description |
---|---|
net.sourceforge.jiu.codecs.tiff |
Modifier and Type | Field | Description |
---|---|---|
private TIFFCodec |
TIFFDecoder.codec |
Modifier and Type | Method | Description |
---|---|---|
TIFFCodec |
TIFFDecoder.getCodec() |
Returns the codec from which this decoder is used.
|
Modifier and Type | Method | 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.
|