Strip EXIF and GPS data from a photo before you share it.
JPEG, PNG, WebP, GIF, BMP or AVIF, up to 40 MB
Processed on your device — nothing is uploaded
Before posting a photo
Removes the coordinates of where it was taken
IMG_4021.jpgA property listing photo
Strips the home address embedded in the file
house.jpgA PNG with text chunks
Removes software and comment fields
export.pngIts current metadata is listed so you can see what will go.
The image is re-encoded from pixels alone.
The cleaned file is re-scanned and the result of that scan is shown to you.
Rather than deleting segments and hoping none were missed, the output is encoded fresh from pixel data — metadata is absent because it was never carried over.
The output is parsed again after processing and the findings are displayed. The tool does not simply tell you it worked.
Re-encoding a JPEG is lossy. The tool says so, shows the size change, and lets you save as PNG if you would rather not lose anything.
Remove the metadata embedded in a photograph — location, timestamps, camera and device identifiers — by re-encoding the image from its decoded pixels. That is the important detail about how this works: the output is built from pixel data alone, so no metadata segment survives, because none is carried across. The tool shows you what was present before and confirms what the output contains afterwards, so the claim is verified rather than asserted. Note that re-encoding a JPEG costs a small amount of quality, which is the honest trade for a file with nothing hidden in it.
Keep going
Related pages in Image Tools, plus what others are using right now.
More image tools that pair well with this one.
See the EXIF data hidden in a photo — camera, timestamp and GPS location.
Shrink JPEG, PNG and WebP files with a quality slider and a live size comparison.
Convert between JPEG, PNG and WebP, with quality control and transparency handling.
Measure how hard an image has been compressed, and whether it is worth optimising.
Pull the dominant colours out of an image as hex, RGB and CSS variables.
Resize images by pixel dimensions or percentage, with the aspect ratio locked or free.
Create strong random passwords with full control over length and characters.
Format, validate and minify JSON, with errors that point to the exact line.
Work out any percentage — of a number, as a share, or as a change.
Count words, characters, sentences and paragraphs as you type.
Convert between length, weight, temperature, volume, speed, data and more.
Count characters with and without spaces, against the limits that matter.
Find the mean, median, mode and range of a list of numbers, with the working shown.
Sample and population standard deviation and variance, both shown, with the working.
Check a downloaded file against its published checksum, without uploading anything.
Stamp text like DRAFT or CONFIDENTIAL across a PDF, in your browser.
Turn JSON into readable YAML, with quoting and multiline strings handled properly.
Escape text for HTML, or turn entities back into readable characters.