Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Meta Data Viewer

See everything about your image — instantly, privately, in your browser.

Drag an image. Get every detail. No uploads, no servers, no tracking.

👉 Try it now


Why This Exists

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.

Features

At a Glance

  • 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

Screenshot

What You'll See

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

Supported Formats

JPEG, PNG, WebP, GIF, TIFF, HEIC, AVIF, BMP, SVG, ICO

Special Support

  • ComfyUI — extracts prompts and full workflow JSON from tEXt chunks
  • Stable Diffusion — reads parameters text chunks
  • Apple screenshots — surfaces UserComment and display ICC profiles
  • ICC profiles — full color profile breakdown including matrix columns, TRCs, and chromatic adaptation

How to Use

  1. Open the live site
  2. Drop an image onto the page (or click to browse, or paste with Ctrl/Cmd+V)
  3. Explore every detail about your image

That's it. No sign-up. No configuration. No waiting.

For Developers

Self-Host

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:8000

URL Parameter

Load 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.

Privacy

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.

Built With

  • exifr — Blazing fast EXIF/IPTC/XMP/ICC parser
  • Pure HTML, CSS, and JavaScript — no build step, no framework

Support

If this saved you a few hours (or a few if statements), consider buying me a coffee. ☕

Buy Me A Coffee

About

A single-page, zero-dependency image metadata viewer. Drag, drop, and inspect camera data, color profiles, PNG chunks & AI generation metadata

Topics

Resources

Code of conduct

Stars

1 star

Watchers

0 watching

Forks

Sponsor this project

Contributors

Languages