Module java.desktop

Class ExifTIFFTagSet

java.lang.Object
javax.imageio.plugins.tiff.TIFFTagSet
javax.imageio.plugins.tiff.ExifTIFFTagSet

public final class ExifTIFFTagSet
extends TIFFTagSet
A class representing the tags found in an Exif IFD. Exif is a standard for annotating images used by most digital camera manufacturers. The Exif specification may be found at http://www.exif.org/Exif2-2.PDF .

The definitions of the data types referenced by the field definitions may be found in the TIFFTag class.

Since:
9