Skip to main content
Back to Standards
Exchangeable Image File Format logo

Exchangeable Image File Format

Exif

A metadata standard that specifies formats for images, sound, and ancillary tags used by digital cameras, smartphones, and scanners. Exif embeds technical metadata including camera settings, date and time, GPS geolocation, and thumbnail previews directly within JPEG, TIFF, and WAV files. Developed originally by JEIDA (now JEITA) and co-maintained with CIPA, Exif is supported by virtually all digital camera manufacturers and image processing software. Version 3.0, released May 2023, added UTF-8 support for non-ASCII text data.

Overview

The Exchangeable Image File Format (Exif) is the invisible metadata layer embedded in virtually every digital photograph taken today. From smartphone snapshots to professional DSLR images, Exif tags record the technical circumstances of image capture -- camera model, exposure settings, focal length, date and time, and often GPS coordinates. First published in 1995, Exif has become so ubiquitous that most users encounter it daily without realizing it, whenever a photo app displays camera information or sorts images by date.

Background

Exif was created by the Japan Electronic Industries Development Association (JEIDA, now JEITA) and first released in October 1995. The standard built upon existing TIFF and JPEG encoding formats, adding a structured set of metadata tags that digital cameras could write automatically at the moment of capture. JEITA and the Camera & Imaging Products Association (CIPA) have jointly maintained the standard since version 2.3 (2010). Through eleven revisions, Exif has expanded from basic camera settings to include GPS geolocation (v2.0, 1997), Adobe RGB color space support (v2.21, 2003), time zone information (v2.31, 2016), and UTF-8 text encoding (v3.0, May 2023).

Purpose and Scope

Exif defines how metadata tags are embedded within image and audio files produced by digital cameras and related devices. The metadata tags cover:

Category Examples
Camera settings Make, model, aperture, shutter speed, focal length, ISO, metering mode
Image metrics Pixel dimensions, resolution, color space, compression
Date and time Original capture time, digitization time, subsecond precision, time zone offset
Location GPS latitude, longitude, altitude, direction, speed
Thumbnail Embedded preview image for LCD and file manager display
Copyright Author and copyright holder information

Exif data is stored within the APP1 segment of JPEG files and as a sub-IFD within TIFF files. The standard also defines a format for audio files (WAV/RIFF). Exif does not support JPEG 2000 or GIF.

Technical Considerations

The Exif tag structure derives from TIFF, using offset pointers that can be fragile -- image editors that do not fully decode Exif may corrupt or strip the metadata when saving modified files. The MakerNote tag allows camera manufacturers to store proprietary data in custom formats, which complicates preservation and interoperability. Exif metadata is restricted to 64 KB within a single JPEG APP1 segment, a limitation that CIPA's Multi-Picture Object specification (2009) partially addresses.

Privacy Implications

Exif's automatic recording of GPS coordinates has significant privacy implications. Photographs shared online may inadvertently reveal precise locations, a concern that has led to metadata-stripping tools and platform-level Exif removal by social media services. The NSA's XKeyscore program was reported to target Exif data for intelligence purposes.

Governance and Maintenance

Exif is jointly maintained by JEITA (Japan Electronics and Information Technology Industries Association) and CIPA (Camera & Imaging Products Association). New versions are developed through CIPA's technical standardization committees. The standard is published as CIPA DC-008.

Related Standards

  • XMP (Extensible Metadata Platform) -- Adobe's extensible metadata framework, often used alongside or in place of Exif for richer metadata
  • IPTC Photo Metadata -- Press industry metadata standard that overlaps with Exif for descriptive fields
  • DCF (Design rule for Camera File system) -- Specifies the file and folder structure used with Exif on camera memory cards

Further Reading