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 https://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf .

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

Since:
9