EXIF GPS Strip Checker — Browser Image Editing Tool
ImageEXIF GPS Strip Checker is a client-side image editing tool that checks jpeg exif gps tags and creates a redrawn file without original metadata.
What is it
EXIF GPS Strip Checker processes selected image files with browser Canvas and File APIs. Original files are not uploaded to a server, and output images are generated as Blob downloads in the current browser session.
GPS present = EXIF IFD0 tag 0x8825 points to a non-empty GPS IFD
How to use
- 1Choose image files.
- 2Adjust dimensions, format, or crop options.
- 3Run the tool, then download the generated files or report.
Reference
| Check | Output |
|---|---|
| EXIF GPS IFD | GPS tag report + clean image |
Sources & standards
- MDN Web Docs: Client-side web APIs - MDN Web Docs
- MDN Web Docs: Canvas API - MDN Web Docs
FAQ
Is the original file uploaded by EXIF GPS Strip Checker?
No. The selected file is read and processed only inside your browser.
Does EXIF GPS Strip Checker preserve original metadata?
Canvas-redrawn output generally does not include original EXIF metadata. Browser encoders may still differ in color handling or compression.