Class EXIFTIFFTagSet

java.lang.Object
com.github.jaiimageio.plugins.tiff.TIFFTagSet
com.github.jaiimageio.plugins.tiff.EXIFTIFFTagSet

public 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.