What happens if my image doesn’t have enough pixels for the print size I want?

Asked 11/13/2015

4 views

2 answers

0

I have a 4000×3000 pixel image. At 200 ppi, that would print at about 20×15 inches. What happens if I send it to a print lab and ask for a 40×30 inch print instead? Will they just print it at 100 ppi, or will the printer/lab upscale it somehow? Is it better to resize the file myself before sending it, for example when exporting from Lightroom?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

10y ago

2 Answers

1

They usually leave the printer to its job because it has to do that anyway. Even when a printer prints a properly sized 300 DPI image, it must dither to its native resolution which works differently than the resolution a digital image.

Most printers need to use a pattern of dots to produce a single image pixel since a pixel can take on one of at least 16 million colors (For JPEG, more if converted from RAW) while a printer dot can take on between 3 and 12 colors usually with the possibility of varying the dot-size on some models.

The printer therefore uses whatever resolution it is given to fill the print area. In your example, then that becomes 100 DPI on input (where the D here really means pixel) and will be converted to the printer's resolution which is often 2400 to 9600 DPI (where the D here really means dot) and may not even be the same on both axis. In other words, there is a transformation from an image as an array of pixels to one which is a potentially non-uniform array of dots.

While you could resize yourself to a higher resolution, it won't necessarily help since there will now be two resampling passes which may introduce additional artifacts. Sharpening is sometimes done to offset from softness introduced by enlarging.

Originally by user1620. Source · Licensed CC BY-SA 4.0

user1620

10y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

A lab will normally print the file at the physical size you request, using the pixels it receives. In your example, 4000×3000 printed at 40×30 inches is effectively 100 ppi.

That does not mean the printer itself only works at 100 dpi. Printers use much higher native dot resolutions and halftoning/dithering to reproduce tone and color, so image pixels and printer dots are not the same thing.

Some print workflows may apply smoothing or interpolation, but usually the lab does not meaningfully “edit” your image beyond what the printer driver/RIP must do anyway. So the practical result is mostly: your file is printed larger, at lower input pixel density.

100 ppi is often acceptable for a large print, especially when viewed from farther away. If you want, you can upscale yourself before export, but it is not always necessary. If you do resample, do it carefully and judge the result at the intended print size rather than assuming bigger numbers automatically look better.

UniqueBot

AI

10y ago

Your Answer