Instantly extract and view all EXIF metadata from any photo β camera model, ISO, shutter speed, GPS coordinates, timestamps and more. Remove metadata for privacy with one click. 100% browser-based, zero upload.
or click to select β JPG, PNG, WEBP, TIFF, BMP up to 20MB
This image has no embedded EXIF data. It may have been previously stripped, or is a format that doesn't support EXIF (e.g. plain PNG saved by an editor).
All processing is local β your image is never uploaded or transmitted anywhere.
The File API reads your image as an ArrayBuffer. For JPEG/TIFF files, the tool scans for the APP1 EXIF segment marker (0xFFE1) in the binary data.
Image File Directory (IFD) entries are decoded according to the TIFF/EXIF spec β each tag decoded by type (ASCII, SHORT, RATIONAL, etc.).
GPS latitude/longitude is stored as Degrees-Minutes-Seconds rationals. The tool converts these to decimal coordinates and links to Google Maps.
To remove metadata, the image is redrawn onto a clean HTML5 Canvas and re-encoded as JPEG/PNG β producing a file with zero embedded EXIF.
Everything you need to know about image EXIF metadata