Strip GPS positions, camera serials and timestamps from a whole folder of photos in one run, losslessly, with the pixels byte-for-byte untouched. The report lists exactly how many bytes of metadata left each file.
How it works
- Drop a photo, or many, or a ZIP, for a batch. The panel immediately shows what it found: location, camera, dates.
- Choose whether to keep the colour profile (recommended); everything else goes.
- Download the cleaned file, or the whole batch as a ZIP. Same pixels, none of the metadata.
Questions
- How many files can one batch take?
- Up to 500 files or 2 GB of input per run, dropped as loose files or a single ZIP. Items process one at a time on your device, nothing is uploaded, and the progress strip shows a per-item ETA. Bigger jobs: split into two drops.
- What do I get back?
- One ZIP: every processed file, named exactly like the single-file download would be, plus _report.txt and _report.json listing each input and what happened to it, including any that failed and why. A cancelled batch still downloads the items finished so far, with the report saying so.
- Does my file get uploaded?
- No. The models and all processing run inside your browser on your own device. You can verify this yourself: open your browser’s DevTools, watch the Network tab, and process a file: there are no uploads. After the first visit most tools also work fully offline.
- Does removing metadata change the image quality?
- No. The metadata lives in separate sections of the file; this tool splices those sections out without re-encoding, so the pixels are bit-for-bit identical. That is verified automatically for every supported format.
- Which formats are supported?
- JPEG, PNG and WebP. Anything the tool cannot parse safely is left completely untouched and it tells you so, because a metadata remover that corrupts files would be worse than none.
- Why does this matter?
- A photo taken at home and shared online can contain your exact coordinates. Social networks usually strip metadata on upload, but files shared by email, chat or cloud drives keep everything.