Image Info Analyzer
Report any image’s dimensions, megapixels, format, size, orientation, and aspect ratio.
Inspect image dimensions, format, size and aspect instantly in your browser. Free image info analyzer — no uploads.
Calculator Inputs
About Image Info
Report any image’s dimensions, megapixels, format, size, orientation, and aspect ratio.
Select an image to read its decoded dimensions, MIME format, byte size, megapixel count, orientation, and aspect ratio — the facts upload validators check.
Decoding proves validity too: a corrupt file fails here exactly where uploaders would choke. Files stay in your browser.
Where it is used
Checking upload requirements, debugging layout shifts, verifying exports, and triaging "why won’t this upload" cases.
How to use the Image Info
- Select Image — select a file (image/*) — Any browser-decodable image up to 25 MB..
- Calculate — press the Calculate button to see the result instantly above.
Formula
Decode headers → naturalWidth/Height, MIME, byte size, aspect math.
Examples
Example
Result: Select a 1920×1080 JPEG → full spec report
Frequently Asked Questions
- Why do dimensions differ from what my camera claims?
- Orientation flags rotate display without changing stored pixels. Decoded dimensions here are the true raster size.
- Does it read EXIF too?
- No — this covers container facts. Pair with the EXIF viewer for camera metadata.
- What counts as portrait vs landscape?
- Pure dimension comparison (w>h landscape, w<h portrait, equal square) — orientation flags ignored by design.