đ§ŧ
Upload a photo to strip its metadata
Remove EXIF metadata from a photo by re-encoding it â the camera, GPS and timestamp info is dropped in the process. All processing runs locally in your browser. Your data is not uploaded to any server. 100% Local
EXIF, IPTC and XMP metadata live in dedicated header segments of an image file, separate from the pixel data. Drawing the image onto a canvas and exporting it again produces a brand-new file that contains only the pixels â every metadata segment is left behind. That is why a format change is part of the process: you cannot delete EXIF in place without rewriting the file.