| Interface | Description |
|---|---|
| XTIFFTileCodec |
The XTIFFTileCodec is the common interface used by all
registered implementations of TIFF data compression.
|
| Class | Description |
|---|---|
| XTIFF |
XTIFF.
|
| XTIFFDecodeParam |
An extension of
TIFFDecodeParam for decoding images in
the TIFF format. |
| XTIFFDirectory |
XTIFFDirectory is an extensible TIFF directory object.
|
| XTIFFEncodeParam | |
| XTIFFFactory |
A class representing the factory for constructing a XTIFFDirectory,
and the corresponding XTIFFFields.
|
| XTIFFField |
XTIFFField is class representing a field in a TIFF 6.0 Image File Directory.
|
| XTIFFTileCodecImpl |
Provides a base class for writing TIFF tile codecs, to
be registered with the XTIFFDirectory.
|