imgstripper

Remove metadata from images — instantly, privately, in-memory.

Choose a file or drag it here

JPEG, PNG, WebP  ·  up to 50 MB

What gets removed?

  • JPEG EXIF (camera model, GPS location, date taken), XMP, IPTC, comments — ICC colour profile and JFIF header are preserved.
  • PNG Text chunks (tEXt, iTXt, zTXt), EXIF chunk (eXIf), timestamps (tIME), resolution (pHYs), and other ancillary metadata — colour profile chunks are preserved.
  • WebP EXIF and XMP chunks from extended (VP8X) files — ICC colour profile is preserved.

Privacy

Your image is uploaded to a Cloudflare Worker, stripped entirely in memory, and returned directly to your browser. Nothing is stored — not even temporarily.

API

POST an image to this URL to get the stripped version back:

curl -F image=@photo.jpg https://img.helbling.uk/api/strip \
  -H "Origin: https://img.helbling.uk" \
  -O -J

The response is the raw image with these extra headers:

X-Original-Size: 4219843
X-Stripped-Size: 4190112
Content-Disposition: attachment; filename="photo-stripped.jpg"