EXIF Remover

No upload · runs in your browser

Runs entirely in your browser, nothing is uploaded.

How it works

EXIF Remover: Strip GPS and Serials Without Re-encoding

Drop in photos and get copies with the GPS coordinates, camera serial number and timestamps cut out. JPEG, PNG and WebP are cleaned without re-encoding, so the picture itself is untouched.

What this does
  • Drops EXIF, XMP, IPTC, the JPEG comment and any stray APPn segment, then copies the compressed pixels across untouched
  • PNG loses its eXIf, tEXt, zTXt, iTXt and tIME chunks; WebP loses EXIF and XMP, and the VP8X flag bits are cleared to match
  • Keeps the ICC colour profile by default, it holds no personal data, but colours shift without it
  • Lists every block removed with its byte count, and warns when the orientation tag went with them
FAQ

Not on the lossless path. For JPEG, PNG and WebP the container’s block list is rewritten and the compressed image data is copied across byte for byte, so what comes out decodes to exactly the same pixels. The fallback is a different thing: anything the parser cannot open is redrawn on a canvas and re-encoded at 92% quality, which is a real generational loss, and a transparent image re-encoded as JPEG lands on a white background because JPEG has no alpha channel.

Keep going