Weirdly Useful

Image Dimensions Inspector

Inspect pixel size, aspect ratio, file type, and file size.

No data sent or stored

"What size is this image?" sounds like a one-second question until you have forty files and have to open each one in a viewer to find out. The answer you need is buried in metadata you can't see from the file name.

This tool reads the width, height, aspect ratio, file type, and file size of a whole batch in a single pass and hands you a sortable CSV summary.

Loading tool…
Next step Image Format Converter Convert HEIC, PNG, JPG, WebP, and AVIF photos to PNG, JPG, or WebP.

Your data never reaches us

Nifty Utilities has no backend server, database, user accounts, or endpoint capable of receiving your tool inputs. Files and entries are processed inside your browser. We cannot view, capture, or store them.

Selecting your images

Use the file picker to choose one image or a hundred, then click Inspect images. Each file is read in your browser to pull its pixel dimensions and metadata, and the results fill a table on the page. There is no upload step and no waiting on a server; the work happens locally as fast as your device can read the files.

The point of doing this in bulk is to spot the outliers. When you can see every dimension in one list, the one banner that is half the resolution of the rest, or the single photo that is ten times the file size of its neighbors, jumps out immediately, instead of staying hidden until it breaks a layout or blows a page-weight budget.

Reading the columns

The output gives you filename, width, height, aspect ratio, file type, and size in bytes. Width and height are the true pixel dimensions, which is what actually matters for whether an image is sharp on a high-density display or too small for print. Aspect ratio tells you whether images will crop consistently in a grid. File type confirms what a file really is rather than what its extension claims, and file size flags the heavyweights worth compressing.

A few concrete uses: confirming exported assets hit a required pixel size before a developer handoff, auditing a folder of product photos for consistent proportions before they go into a catalog grid, or finding the oversized originals dragging down a page's load time so you know which ones to run through a compressor. Download the CSV and sort by any column to make those judgments across the whole set at once.

Aspect ratio deserves special attention because it is the quiet cause of so many layout problems. A grid of thumbnails only looks tidy if every image shares the same proportions; mix a 4:3 photo in with a row of 16:9 ones and one tile either gets letterboxed or cropped oddly. Scanning the ratio column lets you catch the odd-shaped file before it lands in a template and forces an awkward crop, rather than discovering it after the page is built.

  • Sort the CSV by file size to find compression candidates fast.
  • Sort by width or height to catch images that fall short of a required resolution.
  • Check aspect ratio when images need to crop uniformly in a gallery or grid.
  • Trust the reported file type over the extension; a ".jpg" that is actually a PNG will show its real type.
  • Files in formats your browser can't decode report an error and the rest still process.

How to use this tool

Select one or more image files, click Inspect images, review the table, and download the CSV. Every file is read and measured in your browser; nothing is uploaded to or stored by this site, and the originals are never modified, resized, or re-saved.

Frequently asked questions

What image formats does it support?

Any format your browser can render, including PNG, JPG, GIF, WebP, and SVG. A file the browser can't decode will report an error for that entry while the rest of the batch continues to process normally.

Does inspecting the images change or resize them?

No. The tool only reads and reports dimensions and metadata. Your original files are left exactly as they were, with no modification, compression, or re-export.

Why does the file type sometimes differ from the extension?

An extension is just part of the file name and can be wrong or renamed. The tool reports the actual format detected from the file's contents, which is why a file named ".jpg" might correctly show up as a PNG. The reported type is the reliable one.

Is there a limit on how many files I can inspect?

There's no hard cap, but reading a very large batch of large files uses memory and takes time. If your browser slows down, inspect a few hundred files at a time rather than thousands at once.

Important

This tool provides estimates and general-purpose documents, not financial, tax, legal, or professional advice. Verify important results before relying on them.

Support

Problem with this tool or suggestions for improvement? Please email support@niftyutilities.com.