Image Analyzer

Image Analyzer Online

Drop any image to see everything about it: true format, dimensions, color depth, transparency, DPI, full EXIF and GPS data. Nothing leaves your device.

Last updated: August 2026

True format

Detected from file bytes

Full EXIF

Camera, lens, GPS

Pixel-level

Real transparency check

Private

No uploads

Drop your image here

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

Your file never leaves this device

Everything in one report

One drop, a full picture, instead of five separate tools for five separate facts.

File and dimensions

  • File size
  • Width and height
  • Megapixels
  • Aspect ratio
  • Common ratio match

Format

  • Detected format (from file signature)
  • Reported MIME type, flagged if mismatched
  • Animation, frame count, loop count

Color

  • Color mode / type
  • Bit depth per channel
  • Embedded ICC profile
  • Transparency, structural and actual
  • Dominant color swatch

Resolution

  • Horizontal and vertical DPI, or explicitly not specified

Camera and EXIF

  • Make, model, lens
  • Aperture, shutter speed, ISO
  • Date and time taken
  • Software and author fields
  • Full raw EXIF dump

Location

  • GPS coordinates
  • Embedded map preview
  • Direct link to remove location

Why this checks the actual file bytes, not just the extension

A file's extension and the MIME type a browser reports are both just labels, neither one is guaranteed to match what the file actually contains. A renamed file keeps its old extension. Some browsers report an empty or generic MIME type for formats like HEIC. Software occasionally exports a file with the wrong extension entirely.

Every image format begins its file with a distinctive sequence of bytes, a magic number, that identifies it unambiguously: a JPEG always starts with the same three bytes, a PNG always starts with the same eight, and so on. This tool reads that signature directly, the same check any real image decoder performs internally, and compares it against what the browser reported. When they disagree, that mismatch is surfaced clearly rather than silently trusted.

What people use an image analyzer for

Debugging a broken image upload

Checking whether a file that fails a portal's upload check actually is the format it claims to be, or has a mismatched extension.

Verifying print readiness

Confirming DPI, dimensions and bit depth before sending a file to a print shop or a professional printer.

Privacy audit before sharing

Seeing exactly what GPS and camera data a photo carries, with a direct link to strip it, before posting or sending it.

Choosing the right export settings

Checking whether a PNG actually uses transparency anywhere before deciding it needs to stay a PNG rather than convert to JPEG.

Web performance investigation

Spotting an unnecessarily high bit depth or resolution on an image that is bloating a page's load time.

Vetting an SVG before using it

Checking whether an SVG downloaded from an unfamiliar source embeds a script tag or references an external resource.

Frequently asked questions

How is this different from a regular EXIF viewer?

EXIF is only metadata a camera or editing software chose to write into the file. This tool also reads the file's actual binary structure directly, its true format regardless of the file extension, color mode and bit depth from the format's own header, DPI from format-specific chunks, and whether transparency is only structurally possible versus actually used by any pixel. Those facts exist whether or not EXIF data was ever written, and EXIF viewing is one section of a broader report rather than the whole tool.

Why does it check the format separately from the file extension?

A file extension or browser-reported MIME type can be wrong: a renamed file, an export from software that mislabels the type, or a HEIC photo that some browsers report with an empty type. This tool reads the first bytes of the actual file content, the same signature the format's own decoder relies on, and flags it clearly when that does not match what the browser or extension claims.

What is the difference between structural and actual transparency?

Structural transparency means the file format supports an alpha channel, for example a PNG saved in RGBA mode. Actual transparency means at least one pixel in the image is genuinely partly or fully transparent. A huge number of PNGs are saved as RGBA but are 100% opaque throughout, so the two facts are shown separately rather than assuming one implies the other.

Why does DPI sometimes say not specified instead of showing 72 or 96?

Many web-saved images simply never record a resolution value at all. Rather than assuming a common default like 72 or 96 DPI, this tool only reports a DPI value when the file actually contains one, in EXIF resolution tags, JFIF density, or a PNG pHYs chunk. If none of those are present, it says so directly instead of guessing.

Does this tool work with HEIC and AVIF files?

Yes. Both are decoded for pixel-level facts and preview, and their container structure is read directly for facts like bit depth and alpha presence. Format-level detail for these two is best-effort: their container format has real variant complexity, and this tool covers the properties real-world encoders commonly produce rather than exhaustively parsing every possible profile.

Is the GPS map preview a privacy risk?

No. Your photo itself is never uploaded or sent anywhere, all analysis happens locally in your browser. The one exception is the map preview itself: showing it fetches a single public map tile image from OpenStreetMap for the coordinates found in your photo, the same kind of request any map website makes. Nothing about your file is sent in that request, only the coordinates already extracted locally.

Can I remove metadata after analyzing an image?

This tool is read-only by design, it reports what is in a file without modifying it. If you find GPS data or other metadata you want to remove, the GPS warning links directly to the Remove Location from Photo tool, and Remove EXIF Data strips everything in one click.

Is my image uploaded to a server?

No. Every fact in the report, format detection, EXIF parsing, pixel sampling, hashing, is computed locally in your browser. You can disconnect from the internet after the page loads and the tool still works, aside from the optional GPS map tile described above.

Ready to analyze your image?

No sign-up. No uploads. Drop your image above and get the full report in seconds.