Package | Description |
---|---|
net.sourceforge.jiu.codecs.tiff |
Classes to handle the Tagged Image File Format (TIFF).
|
Modifier and Type | Field and Description |
---|---|
private TIFFImageFileDirectory |
TIFFDecoder.ifd |
Modifier and Type | Method and Description |
---|---|
TIFFImageFileDirectory |
TIFFDecoder.getImageFileDirectory()
Returns the IFD for the image this decoder is supposed to uncompress
(partially).
|
private TIFFImageFileDirectory |
TIFFCodec.readImageFileDirectory()
Reads a complete TIFF image file directory including all data that is
pointed to using the offset components and returns it.
|
Modifier and Type | Method and Description |
---|---|
private static TIFFDecoder |
TIFFCodec.createDecoder(TIFFCodec codec,
TIFFImageFileDirectory ifd,
int tileIndex) |
private void |
TIFFCodec.load(TIFFImageFileDirectory ifd) |
void |
TIFFDecoder.setImageFileDirectory(TIFFImageFileDirectory tiffIfd)
Specify the IFD to be used with this decoder.
|