com.sun.media.imageio.plugins.tiff |
|
Java Source File Name | Type | Comment |
BaselineTIFFTagSet.java | Class | A class representing the set of tags found in the baseline TIFF
specification as well as some common additional tags. |
EXIFGPSTagSet.java | Class | A class representing the tags found in an EXIF GPS Info IFD. |
EXIFInteroperabilityTagSet.java | Class | A class representing the tags found in an EXIF Interoperability IFD. |
EXIFParentTIFFTagSet.java | Class | A class containing the TIFF tags used to reference the EXIF and GPS IFDs. |
EXIFTIFFTagSet.java | Class | A class representing the tags found in an EXIF IFD. |
FaxTIFFTagSet.java | Class | A class representing the extra tags found in a
TIFF-F (RFC 2036) file. |
GeoTIFFTagSet.java | Class | A class representing the tags found in a GeoTIFF IFD. |
TIFFColorConverter.java | Class | An abstract class that performs simple color conversion on 3-banded source
images, for use with the TIFF Image I/O plug-in. |
TIFFCompressor.java | Class | An abstract superclass for pluggable TIFF compressors. |
TIFFDecompressor.java | Class | A class defining a pluggable TIFF decompressor.
The mapping between source and destination Y coordinates is
given by the equations:
dx = (sx - sourceXOffset)/subsampleX + dstXOffset;
dy = (sy - sourceYOffset)/subsampleY + dstYOffset;
Note that the mapping from source coordinates to destination
coordinates is not one-to-one if subsampling is being used, since
only certain source pixels are to be copied to the
destination. |
TIFFDirectory.java | Class | A convenience class for simplifying interaction with TIFF native
image metadata. |
TIFFField.java | Class | A class representing a field in a TIFF 6.0 Image File Directory.
A field in a TIFF Image File Directory (IFD) is defined as a
tag number accompanied by a sequence of values of identical data type.
TIFF 6.0 defines 12 data types; a 13th type IFD is
defined in TIFF Tech Note 1 of TIFF Specification Supplement 1. |
TIFFImageReadParam.java | Class | A subclass of
ImageReadParam allowing control over
the TIFF reading process.
Because TIFF is an extensible format, the reader requires
information about any tags used by TIFF extensions in order to emit
meaningful metadata. |
TIFFImageWriteParam.java | Class | A subclass of
ImageWriteParam ImageWriteParam allowing control over the TIFF writing process. |
TIFFTag.java | Class | A class defining the notion of a TIFF tag. |
TIFFTagSet.java | Class | A class representing a set of TIFF tags. |