// Tool 001 · Image Privacy

Strip everything images aren't telling you about themselves.

EXIF, GPS coordinates, camera serial numbers, edit history, embedded thumbnails, IPTC, XMP, and C2PA provenance manifests (the metadata Instagram and Meta read to tag posts as "Made with AI"): all of it, gone. Format-aware parsing keeps pixel data byte-perfect for JPEG and PNG. Files never leave your browser.

Drop a folder or files here
JPEG · PNG · WebP  ·  Processed locally, never uploaded
// 01
Lossless strip, optional re-encode
By default, format-aware parsing removes metadata blocks without re-encoding — pixel data stays bit-for-bit identical. Opt into compression (visually lossless ~q=90) or WebP conversion when you want web-performance file sizes.
// 02
Nothing leaves your machine
There's no upload, no server, no API call. The whole tool runs in your browser using the File System API and JSZip. Safe for client confidential assets.
// 03
What gets stripped
EXIF, GPS, IPTC, XMP, Photoshop slices, camera serial, software tags, thumbnails, comment fields, timestamps, and C2PA manifests (the "Content Credentials" Instagram, Meta, LinkedIn, and TikTok read to label posts as AI-generated). WebP uses a strict allowlist, so unknown vendor chunks are dropped too. Color profiles optional.