Camera model, lens, exposure settings, the exact second it was taken, and — often — the exact GPS coordinates. Every photo carries a data trail. Decode all of it locally, then strip it before you share.
Drop one or more photos
or click to browse
Processed entirely in your browser. Your photos are never sent to any server.
Camera, exposure, timestamps and location — decoded from the file itself.
Most phone cameras embed the precise location a photo was taken at, down to a few meters, unless location tagging is turned off in the camera app. Uploading such a photo online can reveal your home, workplace, or other private locations to anyone who checks its metadata.
The strip feature re-encodes the image through canvas export, which recompresses it. For JPEGs this is visually lossless at high quality settings, but it is a re-encode, not a byte-for-byte copy — so treat it as a "share-safe" version rather than an archival master.
EXIF and GPS tags are a JPEG/TIFF convention. PNGs only carry limited text chunks (if any), WebP support is inconsistent across cameras and editors, and HEIC files can't be decoded by most browsers directly — for those, file info is still shown even when no embedded tags are found.
No. The file is read with the browser's own File API and parsed in JavaScript running on your device. Nothing about the photo — image data or metadata — is transmitted anywhere.