Print Resolution Calculator
How large a photograph can be printed is division, not magic: pixels divided by dots per inch. The interesting part is what counts as enough. Three hundred dots per inch holds up to close inspection, but a billboard is printed at a fraction of that and looks perfect — because nobody stands a foot away from one. Viewing distance matters more than the number.
What this generator does
Divides each pixel dimension by the resolution to get the printed size, converts to centimetres, reports the megapixel count, and grades the resolution against the usual thresholds for print quality.
How to use this tool
- Enter your image's pixel dimensions and a resolution.
- Read the printed size in inches and centimetres.
- Lower the resolution and watch the size grow — the pixels do not change.
- Treat the verdict as a guide; how far away it will be seen matters more.
Understanding the controls
- Image width
- The pixel width from your camera or file — not the file size, which depends on compression and tells you nothing about print size.
- Image height
- The pixel height. Together with the width this fixes both the print proportions and the megapixel count.
- Resolution
- Between 72 and 600 dots per inch. 300 is the usual print standard; 240 is generally indistinguishable at normal viewing distance.
Common use cases
- Working out the largest sensible print from a photograph
- Checking whether an image is big enough for a specific print size
- Understanding what dots per inch actually means
- Sizing images for a poster, book or exhibition
- Explaining why enlarging a small image does not add detail
How this generator works
The check runs the relation backwards: the printed size multiplied by the resolution must return the pixel count you started with. Because the printed size is displayed rounded to two decimals, the tolerance allows for exactly that rounding scaled by the resolution — at 600 dpi, half a hundredth of an inch is three whole pixels, so demanding an exact match would fail on the display rounding rather than on any error.
Randomness and fairness
Nothing here is random. The printed size follows entirely from the pixel dimensions and resolution you enter.
For how randomness is produced across the whole site, see how Generate Random works.
Limitations and good to know
- Dots per inch is a printing instruction, not a property of the file. The same image prints at any size you ask for; only the quality changes.
- Quality thresholds are conventions, and viewing distance matters more than any of them.
- Enlarging beyond the pixels you have does not add detail — interpolation invents plausible pixels rather than recording them.
- Print quality also depends on paper, ink and the printer, none of which is modelled.
Privacy and your data
The arithmetic runs in your browser. The dimensions you enter are never transmitted or stored.
Related generators
- Field of View CalculatorHow wide a lens sees on a given sensor, with the crop factor and the full-frame equivalent focal length.
- Depth of Field CalculatorWhere the sharp zone starts and ends, with the hyperfocal distance and the identity that makes it special.
- Equivalent Exposure CalculatorEvery combination of aperture, shutter and ISO that gives the same brightness, matched on exposure value rather than guessed.
- Crop Ratio CalculatorThe largest crop of a chosen ratio that an image can give, in exact whole multiples, with the offset to centre it and the area you keep.