Pixels to Print Size Calculator
Work out the maximum print size for an image at a target PPI, or the pixels you need for a given print size — in either direction.
Pixels, PPI and printer DPI
PPI (pixels per inch) describes how densely an image's own pixels are packed — it is a property of the file at a given print size. Printer DPI (dots per inch) describes how many ink or toner dots a printer lays down per inch, which is a property of the output device, not the image. The two terms are often used interchangeably in casual search, but they are not the same measurement, and this calculator only uses PPI in its math.
Print-size formulas
How this is calculated
inches = pixels / PPI | pixels = ceil(inches × PPI) | mm = inches × 25.4Forward conversion (pixels to size) divides pixel count by PPI. Reverse conversion (size to pixels) multiplies and always rounds up to the next whole pixel, so the source image is never short of what the target size and PPI require.
Worked example
3000 × 2400 px at 300 PPI: width = 3000 / 300 = 10 in, height = 2400 / 300 = 8 in — or 254 × 203.2 mm.
Reverse example: an A4 page (210 × 297 mm) at 300 PPI needs 2481 × 3508 px, rounding up from 2480.3 × 3507.9 so the print is never short of pixels.
Resolution comparison
Roughly: under 100 PPI shows visible pixelation at normal viewing distance; 100–149 PPI is workable for large-format pieces viewed from a distance; 150–249 PPI suits most general print; 250 PPI and above is generally treated as photo-quality. These bands are practical guidance, not a hard technical cutoff — viewing distance and the printer's own requirements both matter.
Aspect ratio and viewing distance
If your image's pixel aspect ratio does not match your target print size, you must crop, letterbox or stretch — this tool cannot invent missing pixel data. Use the preserve-aspect-ratio option to see the height (or width) that keeps your image's current ratio intact while you adjust the other dimension.
- Pixel rounding
- Required pixel counts round up to the next whole pixel.
- Quality bands
- Draft/good/high-detail thresholds are practical guidance, configurable, and do not account for viewing distance or printer-specific requirements.
Questions
Does changing DPI add image detail?
No. Changing the DPI/PPI value a printer or file is set to only changes how many existing pixels are packed into each inch — it does not create new pixel data. Upsampling an image to a higher PPI without more source pixels can make a print larger, but it cannot add real detail; it just spreads the same information over more area or interpolates guessed values between pixels.
Can I print without cropping or stretching?
Only if your image's pixel aspect ratio already matches the print size's aspect ratio at your target PPI. If it doesn't, you must either crop the image to fit, print with letterboxing (blank margin on two sides), or accept non-uniform stretching — this calculator's aspect-ratio option shows you the required pixels for a given ratio so you can plan the crop before printing.
Sources
- Pixels Per Inch (PPI) Calculator — Calculator Soup (reviewed 2026-09-15)