Strip EXIF, GPS and camera data from a photo.
Drop an image here
or click to choose one. It never leaves your device.
Three steps
Add any image that has been through a camera or a phone.
The image is decoded and re-encoded cleanly, so no EXIF block survives.
The picture is identical, the hidden data is gone.
Why this one
The field that matters most is location, which phones write by default and which pins a photo to an address.
The file is rebuilt from decoded pixels rather than having tags deleted, so nothing is left hiding in a segment a tag editor missed.
Uploading a photo to a server to remove its location data is self-defeating, and this runs entirely in the tab.
The short version
Every photograph taken on a phone carries a hidden record of where and when it was taken, and most people find that out when someone points it out. Selling something online, posting a picture of a pet in a garden, or emailing a photo from home are all ordinary acts that quietly ship an address along with the image.
Questions
Camera make and model, lens, exposure settings, the date and time to the second, software used, and on most phones the GPS coordinates where the photo was taken.
Most large platforms do on upload, but not all, and it does not help for a photo emailed, messaged, or posted to a marketplace or forum. Those are exactly the cases where the location leaks.
The visible picture is unchanged. Because the file is re-encoded, a JPEG will be recompressed once, which is not noticeable at high quality.
Not from the new file. The output is written from the decoded pixels, so there is no original block left to retrieve.
Free, and staying free
Thridy is a library of thousands of 3D icons in one consistent style, free for commercial use with no attribution and no account. The tools exist so you never have to upload an image to somebody else's server to resize it.
Keep going
Stamp text or a logo onto an image.
Write text on an image with stroke and shadow.
Combine 2, 4, 6 or 9 images into one grid.
Read the EXIF data hidden inside a photo.
Turn an image into a Base64 data URL.
Decode a Base64 string back into an image.