// 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.