Concept
Image Resolution Explained: DPI, PPI, and What They Actually Mean
Resolution means different things for screens and print — understanding the difference between pixel dimensions, PPI, and DPI prevents costly mistakes in both digital and print workflows.
What is image resolution?
The word "resolution" is used in two different — and often confused — ways in digital imaging:
- Pixel dimensions: The actual number of pixels in the image — width × height (e.g., 1920×1080, 4032×3024). This is the only thing that matters for screen display.
- Print resolution (DPI/PPI): How densely those pixels are printed on paper. This is what matters for print output quality.
Confusingly, image editing software (Photoshop, GIMP) and cameras embed a DPI value in image metadata. This value has no effect on how the image looks on screen — it only affects how the image is sized when printed at default settings.
PPI vs DPI
PPI (Pixels Per Inch) is a digital measurement. It describes how many pixels are packed into one inch of screen space. A display with higher PPI shows more detail at the same physical size. Apple's Retina displays are typically 220–460 PPI; standard HD monitors are 90–110 PPI.
DPI (Dots Per Inch) is a physical printing measurement. It describes how many ink dots a printer places in one inch. A typical consumer inkjet prints at 300–600 DPI; professional photo printers at 1200–2400 DPI. More dots per inch = finer detail possible = higher quality print output.
The relationship: when you print an image, the DPI setting determines how many pixels from your image map to each inch of paper. A 3000px wide image printed at 300 DPI produces a 10-inch wide print. The same image at 150 DPI produces a 20-inch wide print — same pixels, just printed more sparsely.
Screen resolution
For screen display, pixel dimensions are everything. A 2000×1500 pixel image always displays as 2000×1500 pixels on screen (barring browser zoom and CSS scaling). The DPI metadata is irrelevant.
The historical "72 DPI is for web" rule is a legacy of early Macintosh monitors which happened to have a PPI close to 72. Browsers never used this value for display — it was always marketing shorthand for "small file for web delivery."
High-DPI (Retina/HiDPI) screens add a complication: a "CSS pixel" on a Retina display is 2×2 physical screen pixels. A CSS width of 400px on a 2× Retina display uses 800 physical pixels. This is why responsive images should provide 2× versions (srcset or @2x) — otherwise images look blurry on Retina screens.
Print resolution
For print, DPI is critical. The rule of thumb:
- 300 DPI: Professional print standard. Brochures, business cards, photo prints, books, magazines. Individual dots are not visible at normal viewing distances.
- 200 DPI: Acceptable for photos printed at small sizes and viewed at arm's length. Slight softness visible up close.
- 150 DPI: Acceptable for large-format prints (posters, banners) viewed from 1–2 meters away. Not for close-inspection prints.
- 72 DPI: Adequate only for signs viewed from very long distances (billboards, wall graphics). Completely inadequate for any close-view print.
How to calculate print size
Formula: Maximum print size (inches) = pixel dimension ÷ target DPI
Reference table for common print DPI targets:
| Pixel width | Max size @ 300 DPI | Max size @ 200 DPI | Max size @ 150 DPI |
|---|---|---|---|
| 600 px | 2 in (5 cm) | 3 in (7.6 cm) | 4 in (10 cm) |
| 1200 px | 4 in (10 cm) | 6 in (15 cm) | 8 in (20 cm) |
| 2400 px | 8 in (20 cm) | 12 in (30 cm) | 16 in (40 cm) |
| 3600 px | 12 in (30 cm) | 18 in (46 cm) | 24 in (61 cm) |
| 4800 px | 16 in (40 cm) | 24 in (61 cm) | 32 in (81 cm) |
| 6000 px | 20 in (51 cm) | 30 in (76 cm) | 40 in (102 cm) |
Example: A 24-megapixel camera produces images around 6000×4000 pixels. At 300 DPI, that's a 20×13.3 inch print — large enough for a full-bleed 8×10 or an A3 print.
Common mistakes
- "Saving at 300 DPI" doesn't add pixels. If you have a 400×400 pixel image and change the DPI metadata to 300, you still have 400×400 pixels. At 300 DPI, that's a tiny 1.3×1.3 inch print. Changing DPI in metadata does not upscale the image.
- Downloading a low-resolution web image for print. A website image at 800×600 pixels printed at 300 DPI produces a 2.7×2 inch print. Web images are typically not large enough for professional print without upscaling.
- Assuming "HD" means print-ready. 1920×1080 (Full HD) produces only a 6.4×3.6 inch print at 300 DPI — suitable for a 4×6 photo print, not much larger.
Frequently asked questions
What does 72 DPI mean for web images?
Almost nothing. Screens display images based on pixel dimensions, not DPI. A 1000×1000 pixel image displays at 1000×1000 pixels regardless of whether its DPI metadata says 72, 96, or 300. The DPI value embedded in a web image file is ignored by browsers. Only pixel dimensions matter for screen display.
What DPI do I need for printing?
300 DPI is the standard for professional print (brochures, business cards, magazines, photos). 150 DPI is acceptable for large-format posters viewed from a distance. 72–96 DPI is insufficient for print and will produce visibly blurry output when printed at normal document sizes.
What is the difference between PPI and DPI?
PPI (pixels per inch) is a digital measurement — how many pixels fit in one inch of screen space. DPI (dots per inch) is a physical measurement — how many ink dots a printer places in one inch. In digital imaging, the two terms are often used interchangeably, but strictly speaking, PPI refers to screen/digital resolution and DPI refers to print output resolution.
How do I calculate the maximum print size for my photo?
Divide the pixel dimensions by your target DPI. For a 3000×2000 pixel photo at 300 DPI: 3000÷300 = 10 inches wide, 2000÷300 = 6.67 inches tall. At 150 DPI (acceptable for large format): 20×13.3 inches. The higher the DPI you need, the smaller the maximum print size from a given number of pixels.
