A small tool that parses EXIF/GPS in your browser. Drag or select images to view camera, lens, time, ISO, aperture, shutter, focal length, and GPS. Nothing is uploaded.
- Local parsing: all processing happens in your browser.
- Multilingual UI: EN / 中文 / ES / FR / العربية / हिन्दी / اردو / 日本語.
- Multiple input methods:
- Drag and drop multiple photos
- File picker
- Paste from clipboard
- Analyze by URL (CORS required)
- Export: JSON, CSV, PDF report.
- Viewing helpers: expand/collapse all, copy summary, copy coordinates, remove card.
- Hash/Signature: compute MD5 and SHA‑256; try to detect digital signatures.
- PWA: installable and offline-capable (first load requires network to fetch deps).
- Open
index.html
(prefer running via a local static server; see below). - Drag images onto the page, or click to choose files.
- You can also paste from clipboard, or enter an image URL and click "Analyze URL".
- In results, expand cards, copy fields, open map, or export JSON/CSV/PDF.
- Photos are not uploaded; parsing is local.
- URL analysis requires the source to allow CORS.
- Offline: first load needs network; afterward can start offline on the same device (cross‑origin deps may come from browser cache).
- Common: JPG, JPEG, PNG, HEIC, HEIF, AVIF, TIFF, TIF
- RAW: NEF, CR2, CR3, ARW, RAF, RW2, ORF, DNG
- Pure static site; deploy to any static host (Cloudflare Pages, Netlify, Vercel, Nginx, etc.).
manifest.webmanifest
andsw.js
are designed for the domain root scope (/
). If deploying under a subpath, adjust paths accordingly.
exifr
,exifreader
(EXIF/RAW parsing)jspdf
(PDF export)spark-md5
(MD5 hashing)html2canvas
(render DOM to image for nicer PDF)
- MIT License. See
LICENSE
.