UltraConvert
Image Tools

Photo Metadata Viewer & Cleaner

Inspect and remove hidden metadata from your photos. Every JPEG from your phone contains EXIF data: camera model, date, camera settings, and often your exact GPS coordinates. View this metadata to understand your photos better, or strip it entirely before sharing to protect your privacy. The cleaned image looks identical — only the hidden data is removed.

What does this tool do?

The EXIF Viewer reads and displays Exchangeable Image File Format (EXIF) metadata from JPEG images. It shows camera information (make, model, lens), capture settings (aperture, shutter speed, ISO, focal length), date and time, and importantly, GPS coordinates if present. GPS data is highlighted in red for visibility — this is the privacy-sensitive location information many don't realize they're sharing. The strip function creates a cleaned copy with EXIF, IPTC, and XMP metadata markers removed, keeping only the image data itself.

How it works

Using JavaScript EXIF parsing libraries, the tool reads APP1 (EXIF), APP13 (IPTC), and APP14 (Adobe) marker segments from JPEG files. EXIF data is parsed according to the TIFF structure specification, extracting IFD (Image File Directory) entries for known tags. GPS coordinates are converted from degrees/minutes/seconds to decimal format with a Google Maps link for verification. The strip function rewrites the JPEG, copying only the SOI (Start of Image), image data (DCT coefficients), and EOI (End of Image) markers while omitting all metadata segments. The pixel data (the actual image) is byte-identical; only the metadata is removed.

Features

How to use

  1. 1

    Drop a JPEG

    iPhone, Android, DSLR, mirrorless — all common cameras embed EXIF. The tool analyzes and displays all metadata fields.

  2. 2

    Read the metadata

    Review camera info, settings, date/time. GPS coordinates show in red if present — this reveals where the photo was taken.

  3. 3

    Click Strip

    A cleaned copy is generated with all metadata removed. Download and share this version instead of the original.

  4. 4

    Verify the clean version

    Re-upload the stripped image to confirm metadata is gone. The image looks identical but contains no hidden data.

Common use cases

Privacy protection before sharing

Strip GPS coordinates and camera info before posting photos online, emailing, or sharing in messaging apps.

Photo organization

View capture dates and camera settings to organize photo collections and identify shots from specific equipment.

Photography learning

Study EXIF from great photos to understand what camera settings (aperture, shutter, ISO) were used for specific effects.

Location verification

Verify GPS data is present in photos for travel documentation, or confirm it was properly stripped for privacy.

Tips & best practices

Frequently asked questions

Why is GPS data dangerous?
It pinpoints exactly where you took the photo — your home, your kid's school, that bar last night. Most social platforms strip GPS on upload, but private shares (email, messaging, cloud links) often preserve it.
Does stripping change the image?
No — pixel data is byte-identical. Only the metadata blocks (APP1, APP13, etc.) are removed. File size shrinks slightly (typically 10–50 KB).
PNG / WebP support?
PNG and WebP can embed metadata (XMP chunks). Full PNG/WebP metadata stripping is on the roadmap. For now, the Image Compressor rebuilds PNGs without metadata as a side effect of re-encoding.
Can I selectively keep some metadata?
Not currently — this tool strips all or keeps all. For selective metadata editing, use dedicated photo management software.

Related tools