EXIF Data Viewer & Remover
View and strip EXIF/metadata from photos. Drop unlimited files — download all cleaned as ZIP. 100% local.
This image does not contain readable EXIF metadata, or it may not be a JPEG file.
How it works?
JPEG files store metadata in APP1 markers (0xFF 0xE1) using the
EXIF standard. This tool reads the raw binary of your file as an ArrayBuffer, scans
for the APP1 marker, then parses the embedded TIFF-like structure — handling both
little-endian and big-endian byte orders. GPS coordinates are converted to decimal degrees.
Clicking Download without EXIF draws your image onto a Canvas and exports it as PNG, which contains no metadata.
For batch ZIP, each file is cleaned and packaged client-side using JSZip.