Module java.desktop

Package javax.imageio.plugins.tiff

Public classes used by the built-in TIFF plug-ins.

This package contains classes supporting the built-in TIFF reader and writer plug-ins. Classes are provided for simplifying interaction with metadata, including Exif metadata common in digital photography, and an extension of ImageReadParam which permits specifying which metadata tags are allowed to be read. For more information about the operation of the built-in TIFF plug-ins, see the TIFF metadata format specification and usage notes.

Since:
9
  • Class Summary 
    Class Description
    BaselineTIFFTagSet
    A class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.
    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.
    GeoTIFFTagSet
    A class representing the tags found in a GeoTIFF IFD.
    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.
    TIFFTag
    A class defining the notion of a TIFF tag.
    TIFFTagSet
    A class representing a set of TIFF tags.