Image Metadata and EXIF Explained
Every photo is a dossier: camera model, exact GPS location, timestamp, and editing history ride along inside the file. This guide shows how to read that data, what it reveals, and when you must strip it.
Updated 2026-08-06 · ~7 min read
What metadata actually is
EXIF (Exchangeable Image File Format) is a standardized block of data embedded alongside the pixels: camera make and model, exposure settings (shutter, aperture, ISO), focal length, white balance, capture timestamp, orientation, and — when location services were on — precise GPS coordinates. Modern phone photos add more: HDR processing flags, depth-map markers, and software versions.
None of it is visible in the picture. All of it travels with the file through email, messaging, and most uploads — which is precisely why it deserves a look before publishing.
The privacy headline: GPS coordinates
A single geotagged photo of your front door gives away your address to anyone who downloads it. Social platforms learned this the hard way and now strip location on upload — but direct file sharing (email, messaging, forums, classifieds listings) preserves everything. The rule for anything public or semi-public: check the file first, remove location if present. The viewer shows coordinates in plain sight so you know exactly what a stranger would see.
Reading camera settings like a photographer
For the non-creepy use, EXIF is a learning tool. Reading the settings behind photos you admire teaches exposure intuition:
- Shutter 1/500s or faster: motion frozen — sports, kids, pets.
- ISO above 1600: low light; expect visible grain.
- Aperture f/1.4-f/2.8 with background blur: shallow depth of field, portrait intent.
- Focal length 85mm+ on a portrait: compression flatters faces.
Photographers have used EXIF this way for two decades; the viewer makes it a one-click read.
Forensics-lite: spotting edited and manipulated files
Metadata carries traces of a file's history. Software tags naming an editor (Photoshop, GIMP, a phone's AI enhancer) reveal post-processing. A mismatch between capture date and modification date flags re-saves. Missing EXIF entirely is itself information: re-encoded files (social media downloads, canvas re-saves, most browser tools) carry almost no metadata, so a 'camera original' claim from a metadata-less file is suspect. The viewer cannot prove provenance alone, but it surfaces the evidence to weigh.
What survives what
| Path | Metadata fate |
|---|---|
| Direct file copy (USB, AirDrop original) | Everything survives |
| Email attachment | Usually everything survives |
| Social media upload/download | Stripped by the platform |
| Re-save from an editor | Depends on export settings |
| Browser-canvas re-encode (this site's tools) | Stripped — pixels re-encoded, metadata dropped |
This table is the practical reason to run private photos through a local re-encoding tool before unusual sharing paths: re-encoding is the most reliable metadata wipe available without specialist software.
How to inspect a file
- Load the photo into the viewer — parsing happens locally, nothing uploads.
- Read the summary: dimensions, format, dates, camera model.
- Check the GPS line specifically; its presence is the privacy decision point.
- For anything you plan to publish, treat found location data as a red flag and re-encode before sharing.
Metadata as a creative record
The practical opposite of the privacy story: for your own archive, EXIF is invaluable structure. Capture dates organize timelines automatically when filenames do not; camera and lens tags document which gear produced which results (useful before buying or selling equipment); and location data powers personal maps of where life happened. The discipline is asymmetry: keep metadata rich in your archive, strip it at the publication boundary. Viewers like this one make the boundary check effortless — inspect before sharing, every time.
What different file types carry
JPG and HEIC carry full EXIF. PNG supports metadata but many editors skip it, so PNGs often carry less than expected. WebP carries minimal data in practice because most encoders strip it. And screenshots from phones are their own category: they store creation time, device model, and frequently GPS coordinates of where the screenshot was taken — a detail most people never consider before sharing one. When in doubt about an unfamiliar file type, viewing it here answers what is actually inside, which beats assuming.
A pre-publish metadata routine
The two-minute habit that prevents every metadata-related regret. Before any photo leaves your device for public or semi-public destinations: load it into the viewer, read the GPS line first (present means strip before sharing), glance at the camera and software tags (they reveal editing history you may not want disclosed), and check the capture date (wrong dates in metadata confuse archive tools downstream). For batches, checking one representative file per camera and per day covers the set, because metadata patterns are consistent within shooting sessions. Files that fail the check go through a re-encode — any of this site's canvas tools compresses, resizes, or converts while dropping the metadata as a side effect — and the cleaned derivative becomes the shareable copy while the metadata-rich original stays archived. The routine costs so little that the only real failure mode is forgetting it, which is why it belongs next to 'resize before upload' in every publishing checklist.
Reading EXIF like an investigator
Metadata answers questions no image analysis can: when a photo was taken, with what equipment, at what settings, and sometimes where. The date fields deserve scrutiny because there are three of them — original capture time, digitization time, and file modification time — and editing software rewrites some but not all. A modified timestamp that postdates a supposedly candid capture, or a mismatch between capture time and claimed context, is exactly the kind of inconsistency fact-checkers look for.
The GPS block is the privacy headline. Phone photos can embed latitude and longitude accurate to meters, and every platform that strips metadata on upload does so for this reason. Before publishing or sending an original file anywhere, check whether GPS is present — this tool shows it plainly — and either strip it or share a re-saved copy, because most sharing flows preserve full EXIF when you attach the original file. The same applies to the device model field, which fingerprints your equipment across every photo you publish.
For verification work, combine the technical fields: lens model versus claimed camera, ISO and shutter versus the lighting conditions in the frame, software tags that name editing tools ('Edited in Photoshop' appears as an innocuous software field). None of these prove manipulation alone, but together they build or break a photo's story faster than looking at the pixels. And remember metadata is editable text — treat it as a claim to check, not a fact.
Common mistakes with this tool
- Selling or giving away photos online with GPS coordinates intact.
- Assuming 'no visible location info' means no location data — check the bytes.
- Trusting camera-original claims from files with stripped metadata.
- Reading EXIF timestamps as modification times; capture and edit dates differ.
Frequently asked questions
Can photos really contain my location?
Yes — GPS coordinates are written into EXIF whenever location services are enabled. The viewer shows the exact coordinates a recipient could read.
Does uploading to social media remove metadata?
Most platforms strip EXIF when they re-compress uploads. Direct file sharing (email, messaging, classifieds) does not.
How do I remove metadata?
Re-encode the image — any canvas-based save (including our compress/resize tools) drops EXIF. For surgical removal keeping other fields, use dedicated metadata-stripping tools.
Is viewing metadata safe for private photos?
Here, yes: parsing happens locally in your browser. Avoid uploading personal photos to metadata viewers that process on servers.
Do my photos contain my location?
If shot with a phone with location services on, usually yes — GPS coordinates accurate to meters. Check the original file before sharing; most social platforms strip it on upload, but email and file sharing do not.
Can metadata prove a photo is unedited?
No — metadata is editable text and editing software selectively rewrites it. Absence of editing tags is weak evidence at best; metadata supports or contradicts claims, it does not certify them.