A photo from a phone carries more than the picture: the time it was taken, the device and lens, the exposure settings, and — depending on your settings — the latitude and longitude of where you stood. This is EXIF, and looking at the image tells you nothing about it.
Listing an item photographed at home, posting a picture of your children, sending site photos to a client — in each case that location data travels with the file. OFFiler's EXIF remover shows you what is actually in there first, then strips it. Both steps happen in your browser, so you never have to upload a photo somewhere just to find out where it says you were.
What happens inside
The metadata is read and shown first
When you pick an image, its EXIF is parsed and listed: camera model, capture time, aperture and shutter speed, and GPS coordinates if present. This also lets you confirm the opposite — that a given photo carries no location at all.
Whether a photo is geotagged depends on the app, the device settings, and the route it took to get to you. Showing the facts first stops you from either processing images that never needed it or publishing ones that did.
Redrawing through a canvas drops everything
Removal works by drawing the image onto a canvas and writing it back out as a new file. A canvas emits pixels and nothing else, so embedded metadata of every kind is gone — not selected tags deleted, but the whole structure rebuilt.
Because of that, re-inspecting the cleaned file never turns up leftovers. Colour-related information such as the ICC profile goes with it, so photographs shot in a wide colour space can shift very slightly in appearance.
Output format and caveats
WebP input comes back as JPEG
Input can be JPEG, PNG, or WebP. Output is PNG if you supplied a PNG, and JPEG otherwise — so processing a WebP removes the EXIF but also changes the format to JPEG. Worth knowing if the image relies on transparency.
A JPEG input is also re-encoded, which costs a small amount of quality. Take that into account for photographs where the original encoding matters.
Information visible in the picture stays visible
The remover deletes data attached to the file, not things depicted in the photograph. A nameplate in the background, the view out of a window, text on a document — all of that stays. Paint over such things with image markup, and use the privacy checker as a pre-publication review.
Fitting it into a publishing routine
Strip, hide, then shrink
Before a photo goes onto a marketplace or a social feed: strip the EXIF, paint over anything caught in frame, then compress or resize to a sensible size. Compression and resizing happen to drop EXIF too — but doing it that way means you never see what was in there, and never learn that the photo was geotagged in the first place. That is the argument for checking first.
Specs and limits
- Input formats
- JPEG, PNG, WebP
- Size limit
- 50 MB per file
- Output format
- PNG in → PNG out; anything else → JPEG
- What is shown
- Camera model, capture time, exposure settings, GPS coordinates
- Scope of removal
- All embedded metadata including EXIF, plus the ICC profile
- Not removed
- Anything actually visible in the picture
- Network
- Inspection and removal both in-browser; no upload