Image tool
Remove metadata from an image
Photos can carry EXIF metadata: capture time, camera model, lens, and on phones often precise GPS coordinates. Re-encoding through a canvas produces a clean file that contains only pixels.
Runs in your browser · nothing is uploaded
Ready when you are
Upload your image
Drop an image here
JPG · PNG · WebP · GIF · HEIC (where your browser supports it)
Or start with a destination
Presets appear as soon as you add an image.
How the stripping works
The image is decoded into a canvas and encoded again from scratch. Metadata blocks from the original file are simply not carried over, because the new file is written fresh from pixel data.
Note that this also removes the EXIF orientation flag. The tool applies the orientation while drawing, so the exported image is already right-way-up.
What this does not do
It does not remove visible information in the picture itself — street signs, reflections, screens, documents. It also can't affect copies of the photo you have already shared elsewhere.
FAQ
Frequently asked questions
- Does this remove GPS location from a photo?
- Yes. Location lives in EXIF, and the re-encoded file has no EXIF block at all.
- Will the image quality change?
- There is one re-encode. Export as PNG for a lossless result, or JPG at quality 0.9+ if you want a small file with no visible change.
- Do social platforms strip metadata anyway?
- Many do, but not all, and not consistently across upload paths. Stripping it yourself is the only way to be sure of what you're sending.
- Are my images uploaded to a server?
- No. Every step — decoding, cropping, resizing and encoding — runs in your browser using the Canvas API. The image file never leaves your device, so nothing is stored or transmitted by us.
Related tools
- Compress an imageShrink JPG, PNG and WebP files in your browser. Adjust quality, see the estimated size before you download.
- Convert an image to another formatConvert between JPG, PNG and WebP in your browser. Choose quality and background handling, then download.
- Resize an image to exact dimensionsResize any JPG, PNG or WebP to exact pixel dimensions in your browser. No signup, no upload, no watermark.
Related guides
Sources & review
Last reviewed 2026-01-15.
- MDN Web Docs — Canvas API
- CIPA DC-008 (Exif) specification
