org.apache.batik.ext.awt.image.codec.tiff |
|
Java Source File Name | Type | Comment |
TIFFDecodeParam.java | Class | An instance of ImageDecodeParam for decoding images in
the TIFF format.
To determine the number of images present in a TIFF file, use
the getNumPages() method on the
ImageDecoder object that will be used to perform the
decoding. |
TIFFDirectory.java | Class | A class representing an Image File Directory (IFD) from a TIFF 6.0
stream. |
TIFFEncodeParam.java | Class | An instance of ImageEncodeParam for encoding images in
the TIFF format.
This class allows for the specification of encoding parameters. |
TIFFFaxDecoder.java | Class | |
TIFFField.java | Class | A class representing a field in a TIFF 6.0 Image File Directory.
The TIFF file format is described in more detail in the
comments for the TIFFDescriptor class.
A field in a TIFF Image File Directory (IFD). |
TIFFImage.java | Class | |
TIFFImageDecoder.java | Class | A baseline TIFF reader. |
TIFFImageEncoder.java | Class | A baseline TIFF writer. |
TIFFLZWDecoder.java | Class | A class for performing LZW decoding. |
TIFFRegistryEntry.java | Class | |
TIFFTranscoderInternalCodecWriteAdapter.java | Class | This class is a helper to TIFFTranscoder that writes TIFF images
through the internal TIFF codec. |