Extract and display hidden metadata from images: camera settings, GPS coordinates, copyright, and manufacturer notes. Works with JPEG, PNG, WebP, TIFF. All processing stays in your browser – nothing is uploaded.
Supported formats: JPG, PNG, WebP, TIFF, HEIC (browser permitting)
EXIF (Exchangeable Image File Format) is a metadata standard embedded in image files, created by the Japan Electronic Industries Development Association (JEIDA) in 1995. It records technical shooting parameters, device information, timestamps, and even GPS coordinates. For photographers, forensic experts, journalists, and everyday users, EXIF provides a digital fingerprint of an image.
A typical photo can contain over 200 metadata fields, for example:
Camera: Sony ILCE-7M4 | Aperture: f/2.8 | Shutter: 1/1000s | ISO: 100 | Focal length: 50mm | Date: 2025:03:16 14:23:10 | GPS: 48.8584° N, 2.2945° E
The current mainstream version is EXIF 2.31 (2016), supporting RGB/YCbCr color spaces, multi‑zone metering, lens information, and more. Besides EXIF, modern images often include IPTC (news photo keywords) and XMP (Adobe extensible metadata). This tool uses the exif-js library to parse EXIF tags and extract key information.
Authoritative reference: Metadata decoding follows CIPA DC-008-2016 and the Exif 2.32 draft. We continuously update to maintain accuracy.
When you select a file, the browser reads its binary data via FileReader. The exif-js library parses the JPEG APP1 segment (or TIFF header) and extracts EXIF tags into a JavaScript object. We then format and display them. All operations happen in memory — no network transfer, ensuring your images remain private.
Decoding pipeline: File header detection → endianness check → IFD traversal → tag extraction → value formatting (e.g. GPS conversion to decimal) → rendering.
Photographer Alex uploaded a sunrise shot from the Dolomites. EXIF Viewer revealed: f/11, ISO 100, 24mm, and GPS coordinates (46.508°N, 11.350°E). This helped a workshop participant understand the "Sunny f/16" rule and exactly where the shot was taken, enabling location‑based learning.
A media outlet received a purported "breaking news" photo. Using this tool, they spotted "Software: Adobe Photoshop 24.0" and a creation date later than the event, exposing a fake. The case was cited in a digital forensics webinar.