Package | Description |
---|---|
net.sourceforge.jiu.codecs.tiff |
Classes to handle the Tagged Image File Format (TIFF).
|
Modifier and Type | Method and Description |
---|---|
private TIFFTag |
TIFFCodec.readTag()
Reads a TIFF tag and all data belonging to it and returns a
TIFFTag object.
|
Modifier and Type | Method and Description |
---|---|
void |
TIFFImageFileDirectory.append(TIFFTag tag)
Adds a tag to the end of the internal list of tags.
|