Class Summary |
BaselineTIFFTagSet |
A class representing the set of tags found in the baseline TIFF
specification as well as some common additional tags.
|
BMPImageWriteParam |
A subclass of ImageWriteParam for encoding images in
the BMP format.
|
EXIFGPSTagSet |
A class representing the tags found in an EXIF GPS Info IFD.
|
EXIFInteroperabilityTagSet |
A class representing the tags found in an EXIF Interoperability IFD.
|
EXIFParentTIFFTagSet |
A class containing the TIFF tags used to reference the EXIF and GPS IFDs.
|
EXIFTIFFTagSet |
A class representing the tags found in an EXIF IFD. |
FaxTIFFTagSet |
A class representing the extra tags found in a
TIFF-F (RFC 2036) file. |
FileChannelImageInputStream |
A class which implements ImageInputStream using a
FileChannel as the eventual data source. |
FileChannelImageOutputStream |
A class which implements ImageOutputStream using a
FileChannel as the eventual data destination.
|
GeoTIFFTagSet |
A class representing the tags found in a GeoTIFF IFD. |
PNMImageWriteParam |
A subclass of ImageWriteParam for writing images in
the PNM format.
|
RawImageInputStream |
This class defines the content of the ImageInputStream
containing several raw images with the same image type: the number of
the images, the image type, the offset for the first sample of each image,
and the image size information.
|
SegmentedImageInputStream |
A SegmentedImageInputStream provides a view of a
subset of another ImageInputStream consiting of a series
of segments with given starting positions in the source stream and
lengths. |
StreamSegment |
A utility class representing a segment within a stream as a
long starting position and an int
length. |
StreamSegmentMapper |
An interface for use with the SegmentedImageInputStream
class. |
TIFFColorConverter |
An abstract class that performs simple color conversion on 3-banded source
images, for use with the TIFF Image I/O plug-in. |
TIFFCompressor |
An abstract superclass for pluggable TIFF compressors. |
TIFFDecompressor |
A class defining a pluggable TIFF decompressor.
|
TIFFDirectory |
A convenience class for simplifying interaction with TIFF native
image metadata. |
TIFFField |
A class representing a field in a TIFF 6.0 Image File Directory.
|
TIFFImageReadParam |
A subclass of ImageReadParam allowing control over
the TIFF reading process.
|
TIFFImageWriteParam |
A subclass of ImageWriteParam ImageWriteParam
allowing control over the TIFF writing process. |
TIFFTag |
A class defining the notion of a TIFF tag. |
TIFFTagSet |
A class representing a set of TIFF tags. |