GenerateRandomSearch

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

  1. Enter your image's pixel dimensions and a resolution.
  2. Read the printed size in inches and centimetres.
  3. Lower the resolution and watch the size grow — the pixels do not change.
  4. 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.