Dimensions and print resolution are different measurements
Pixel dimensions are the image's width and height: a 4000×3000 file contains 4000 pixels across and 3000 down. Print resolution describes how those pixels are distributed over a physical size. The same file can look detailed in a small print and softer as a large poster because its fixed pixel count must cover more inches.
How DPI and pixel dimensions relate
A pixel count has no inherent print size. Dividing 3000×2000 pixels by 300 pixels per inch gives a 10×6.67-inch print; at 150 pixels per inch, the same data covers 20×13.33 inches. A print shop's 300-PPI request therefore concerns the file's pixel dimensions at the intended output size. The embedded DPI value alone does not create detail that the pixels do not contain.
Where the numbers affect the result
- Upload forms for passport photos, ID badges, or profile pictures often require exact pixel dimensions, and reject anything that doesn't match.
- Social media platforms have specific recommended sizes for cover photos, posts, and thumbnails; get it wrong and the platform crops or stretches your image awkwardly.
- Print services often recommend about 300 pixels per inch for close-viewed work, but the appropriate value depends on viewing distance, printer, material, and subject.
- Web developers need to know dimensions to avoid serving an image far larger than it will ever be displayed, which slows down page loads for no visual benefit.
The manual ways to check, and their limits
Windows exposes dimensions through file Properties, and macOS shows them in Finder's Get Info panel. These methods are adequate for a single local file, but the location and fields vary by operating system, format, and metadata support. A consistent browser interface is more convenient when checking several files or switching devices.
The fastest way: check it in your browser
A browser-based checker can read the file's width, height, format, and aspect ratio without installing an editor. It may also display an embedded resolution value when the format provides one. Treat that value as metadata until it is evaluated together with the intended print dimensions.
Common dimension requirements you'll run into
| Use case | Typical requirement |
|---|---|
| Passport / ID photo | Exact pixel dimensions, often square or a fixed ratio |
| LinkedIn profile photo | Minimum 400×400px recommended |
| Instagram post | 1080×1080px (square) or 1080×1350px (portrait) |
| Website favicon | Square, commonly 32×32 or 512×512px |
| Print at high quality | 300 DPI at the final printed size |
These aren't universal rules (every platform sets its own numbers), but they illustrate why checking first saves a wasted upload attempt. Aspect ratio (the proportional relationship between width and height) matters as much as raw pixel count: an image with the right total pixels but the wrong ratio still gets awkwardly cropped by most platforms.
What to verify before using the file
What resolution is suitable for the web? Choose pixel dimensions that match the displayed size and density, then balance compression against visual quality. A 72- or 150-DPI metadata label does not control how many CSS pixels a browser displays.
Does resizing change DPI? Resampling changes the number of pixels. Editing only the resolution metadata changes the calculated print size without adding or removing pixels. Some applications can perform both operations together, so inspect the export settings.
Can I check dimensions without downloading the file first? If you already have the image open or saved on your device, a browser-based checker reads it locally without needing to upload it anywhere.
Check any image's dimensions instantly
Orisod's dimension checker reads the image's width, height, format, aspect ratio, and available resolution metadata directly in your browser. Compare those values with the actual requirements of the upload or print job.
Check image dimensions →For an exact upload, verify width, height, and aspect ratio. For print, add the final physical size and effective pixels per inch. That small distinction prevents a metadata number from being mistaken for real image detail.