See everything about your image — instantly, privately, in your browser.
Drag an image. Get every detail. No uploads, no servers, no tracking.
Every day, photographers, designers, developers need to answer simple questions about images:
- "Is this image really 300 DPI or did someone lie?"
- "What camera took this photo?"
- "Why does this PNG look different on my monitor?"
- "Is this file actually a JPEG or did someone rename it?"
- "What prompt was used to generate this AI image?"
Existing tools are either desktop apps you need to install, online services that upload your files to who-knows-where, or command-line tools that require technical knowledge.
Image Meta Data Viewer solves this with a single webpage that runs entirely in your browser. Your image never leaves your computer.
- Drag & drop, paste, or browse — whatever is fastest
- 100% client-side — your files never leave your browser
- Works offline once loaded
- Mobile-friendly — inspect images on your phone
- Zero install — just open the URL
| Section | What It Tells You |
|---|---|
| Image Preview | Full-resolution preview of your image |
| Quick Facts | File size, dimensions, megapixels, aspect ratio, DPI, color space, bit depth, format, orientation |
| Camera Details | Camera model, lens, aperture, shutter speed, ISO, focal length, flash, GPS location |
| AI Generation | Prompts, workflows, and generation parameters from ComfyUI, Stable Diffusion, and other AI tools |
| PNG Details | Bit depth, color type, compression, filter, interlace — straight from the IHDR chunk |
| Embedded Metadata | EXIF, XMP, IPTC, ICC profiles, PNG text chunks — everything hidden inside |
| PNG Chunks | Every chunk in the file with type, size, and plain-English labels |
| File Signature | Magic bytes visualized and explained in plain English — see the file's DNA |
| Raw JSON | All metadata as copyable JSON for technical workflows |
JPEG, PNG, WebP, GIF, TIFF, HEIC, AVIF, BMP, SVG, ICO
- ComfyUI — extracts prompts and full workflow JSON from
tEXtchunks - Stable Diffusion — reads
parameterstext chunks - Apple screenshots — surfaces UserComment and display ICC profiles
- ICC profiles — full color profile breakdown including matrix columns, TRCs, and chromatic adaptation
- Open the live site
- Drop an image onto the page (or click to browse, or paste with Ctrl/Cmd+V)
- Explore every detail about your image
That's it. No sign-up. No configuration. No waiting.
The entire app is a single index.html file. Drop it on any static file server:
# With Python
python3 -m http.server 8000
# With Node.js
npx serve .
# With PHP
php -S localhost:8000Load an image from a URL directly:
https://kibotu.github.io/image-meta-data-viewer/?url=https://example.com/photo.jpg
Note: The image URL must allow CORS for client-side fetching.
Your image never leaves your computer. All parsing happens in your browser using JavaScript. No data is sent to any server. No cookies. No analytics. No tracking.
- exifr — Blazing fast EXIF/IPTC/XMP/ICC parser
- Pure HTML, CSS, and JavaScript — no build step, no framework
If this saved you a few hours (or a few if statements), consider buying me a coffee. ☕
