Image inspector
Drop one or many images and get a card per file with dimensions, megapixels, alpha presence, file type / size, and EXIF (camera make/model, date, exposure, GPS) where available.
Drop image files here
Multiple files allowed
no files
Ready.
What's shown
- file / type / size — filename, mime type, byte size.
- dimensions / megapixels — width × height in px and total MP.
- alpha — yes / no based on a pixel scan of the top-left 64×64.
- EXIF (when present) — camera make/model, software, capture timestamp, exposure, aperture, ISO, focal length, GPS, orientation. Only available for JPG sources that carry EXIF.
Use cases
- Pre-share check. What does your phone photo's EXIF reveal? (Often: location, device.)
- Asset audit. A folder of mixed sources — see the dimensions / alpha at a glance.
- Debug a converter. Verify the format / dimensions of an output before shipping.
FAQ
Why don't I see EXIF on PNGs?
PNG doesn't typically carry EXIF (it has different metadata containers). The reader only finds JPG-style EXIF.
Can I strip the EXIF?
Yes — round-trip the file via JPG → PNG or via the compressor at quality 1.0. The result has no EXIF.