๐งผ
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. 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.