EXIF tags · Reference

EXIF tags: a practical reference library

EXIF tags describe how, when, and sometimes where a photograph was made. Reading them correctly requires the tag’s group, storage type, companion fields, and the history of the file. This library explains those details with examples and links to primary documentation.

By ExifGrabber · Sources reviewed · Editorial standards

Common EXIF tags at a glance

These are selected fields, not a complete tag registry. IDs below belong to the indicated EXIF directory; the same number in another metadata namespace may mean something else.

Common EXIF tags at a glance
TagID / directoryInterpretation
GPSLatitude0x0002 / GPSDegrees, minutes, seconds; pair with GPSLatitudeRef
GPSLongitude0x0004 / GPSDegrees, minutes, seconds; pair with GPSLongitudeRef
DateTimeOriginal0x9003 / ExifIFDCapture clock reading
OffsetTimeOriginal0x9011 / ExifIFDUTC offset for the capture time
Orientation0x0112 / IFD0How stored pixels should be displayed

Sources: ExifTool EXIF tag definitions · ExifTool GPS tag definitions

EXIF, XMP, IPTC, and MakerNotes

EXIF is one metadata system. XMP can carry overlapping information, while IPTC fields commonly describe authorship, captions, and rights. MakerNotes contain vendor-specific camera information. A viewer can support one of these without supporting all the others.

Use grouped output when two fields have the same name. Preserve both values and their groups when investigating a conflict instead of silently keeping whichever appeared last.

exiftool -G1 -a -s photo.jpg

Sources: ExifTool command-line documentation

What metadata can and cannot establish

A timestamp is a claim written by a clock or an editor. Coordinates are a claim about location. Neither authenticates the image by itself. Missing fields may reflect export settings, an unsupported parser, or a camera that never wrote them.

For a reproducible investigation, retain the original file, record a hash and the tool version, and save the complete grouped output. Work on copies. Compare metadata with independently established details before using it to support a conclusion.

Standards and scope

CIPA publishes the Exif specification and the related mapping of Exif metadata to XMP. This library is a task-oriented companion to those documents, not a replacement for their normative definitions. Follow the source links for the full tables and revision history.

Sources: CIPA Exif standards

Browse the reference library

EXIF tags

Camera counters

Privacy and publishing

Related references and tools

To cite this reference, link to this page or a section heading and include the source-review date. Examples are illustrative; they are not measurements from a camera or a live platform test. Send a correction with the affected section and supporting evidence.