Strip EXIF data from multiple photos at once — GPS coordinates, camera model, lens info, timestamps, and more. Works entirely in your browser: your images are never uploaded to any server.
ZIP downloaded automatically. Open it to find your clean images — metadata-free, same visual quality.
What gets removed: GPS latitude/longitude, camera make & model, lens serial number, exposure settings, date/time taken, software name, copyright string, thumbnail previews, ICC color profile metadata, XMP/IPTC blocks, and all other EXIF tags.
What stays: The visible pixels. Canvas re-encoding reproduces the image content faithfully at high quality (JPEG output at 95 % quality, PNG lossless).
Canvas API, exifr (metadata reading), and JSZip (ZIP creation) — all running inside your browser tab. Zero bytes of image data are sent to any server. You can verify this by disconnecting from Wi-Fi after the page loads: the tool continues to work perfectly offline.toBlob('image/png')), so pixel data is preserved exactly. WebP inputs are re-exported as PNG to maximize compatibility. The only data lost is the invisible metadata — the visible pixels are faithfully reproduced.toBlob API has broad browser support for image/png and image/jpeg but WebP output support is not universal (Safari on older macOS omits it). To guarantee you always receive a usable file, WebP inputs are saved as PNG, which is lossless and universally compatible.