See what's hiding. Remove what matters.
View every EXIF field in your image, GPS, camera, timestamps, author info, then selectively remove only the groups you want gone.
Drop an image here
JPEG · PNG · WebP
See everything. Remove only what you choose.
Drop your image
Upload a JPEG, PNG, or WebP file. The tool immediately reads and displays all embedded metadata groups.
Review all metadata
See GPS coordinates, camera settings, timestamps, author info, and software: everything your image carries, laid out clearly.
Remove selected groups
Toggle off the metadata groups you want gone, then save the cleaned image. Keep what you need, discard the rest.
What each group contains.
EXIF data is split into groups. Understanding what each group holds helps you decide what to keep and what to strip before sharing.
GPS and Location
Latitude, longitude, altitude, direction, and speed at the time of capture. This is the most sensitive group: it can pinpoint exactly where a photo was taken.
Camera and Device
Make and model of the camera or phone, lens model, serial number, and unique device identifiers. This data can identify exactly which device took the photo.
Capture Settings
Shutter speed, aperture (f-number), ISO sensitivity, focal length, flash mode, and white balance. Useful for photographers reviewing technical settings in a portfolio.
Timestamps
Date and time the photo was taken, date it was edited, and the time zone offset. Timestamps can reveal your schedule and whereabouts across a collection of photos.
Author and Copyright
Photographer name, artist, author, copyright notice, and usage rights. Valuable for intellectual property but a privacy concern when sharing images anonymously.
Software
The editing software used to process the image: Lightroom, Photoshop, iPhone Camera, Snapseed, and similar tools. Reveals your workflow but rarely a privacy risk.
How it works under the hood.
When you drop an image, the tool reads the file using the browser's File API and parses all EXIF, IPTC, and XMP metadata blocks using a pure-JavaScript parser. Every field is decoded and displayed grouped by category, with no network request needed.
When you toggle groups off and save, the tool rewrites the file header, omitting only the groups you chose to remove and preserving the original pixel data byte-for-byte. This is different from a full canvas re-encode: pixel quality is not altered at all.
All of this happens locally in your browser. Your image never leaves your device, and nothing is stored once you close the tab.