DPI vs PPI vs Print Size: What Resolution Numbers Actually Mean

DPI vs PPI vs Print Size: What Resolution Numbers Actually Mean

A photographer drops a 4000×3000 image into a "DPI changer," sets 300 DPI, uploads to a print shop. The shop says the image is "too low resolution for an 8×10." The photographer is confused: it just said 300 DPI.

What happened is that DPI metadata is a number written into the file's header that tells software how to interpret the pixels for printing. Changing it does not add or remove a single pixel. The image is exactly as detailed as it ever was. The print shop's complaint is real, but unrelated to the field everyone keeps adjusting.

This post untangles the confusion: what pixels actually are, what DPI metadata does and doesn't change, the math for working out a print size, and a cheatsheet for common cases.

Why DPI vs PPI Confuses Everyone

The terms are used interchangeably in casual speech but mean different things technically.

  • PPI (pixels per inch) is a property of a digital display or digital image. A 27" 4K monitor has roughly 163 PPI; an iPhone 15 Pro display, around 460 PPI.
  • DPI (dots per inch) is a property of a print device. A typical inkjet lays down 600–1200 ink dots per inch, a phototype machine 2400+.

For digital images, the field in the file header (EXIF, JPEG markers, PNG pHYs chunk, TIFF XResolution) is technically PPI, but every piece of image software labels it "DPI." Fighting that is futile. Treat them as the same in tool UI — just know that "DPI" in image software is PPI metadata, and physical printer DPI is a separate world. The Wikipedia article on pixels per inch covers the distinction in detail.

What Pixels Actually Are

A digital image is a grid of colored squares — pixels. The image's resolution is its width and height in pixels: a 4000×3000 image has 12 million pixels total (12 megapixels).

That's the only resolution the image really has. No metadata field can add detail to those 12 million pixels. The detail captured at the moment of exposure is fixed.

When you "increase DPI" in a tool that doesn't resample, the file still has the same pixels — only a number in the header changed. When the tool resamples, it runs an interpolation algorithm (bicubic, Lanczos, or a neural upscaler) and synthesizes new pixels, but those are guesses based on neighbors. AI upscalers help, but the rule holds: real detail can be discarded, never genuinely added.

For pure metadata changes — flipping a 72 DPI photo to 300 DPI without altering pixels — our Image DPI Changer does exactly that. File size stays nearly identical; only the header byte that tells print software how to scale changes.

What DPI Metadata Does (And Doesn't)

DPI metadata answers a single question: when this image is sent to a printer, how many inches wide and tall should the output be?

print_width_inches  = image_width_pixels  / dpi_metadata
print_height_inches = image_height_pixels / dpi_metadata

A 3000×3000 image at 300 DPI prints as 10×10 inches. The same image at 72 DPI prints as 41.7×41.7 inches. Same pixels, different print interpretation.

What DPI metadata does not do:

  • Does not change pixel count. 3000×3000 stays 3000×3000.
  • Does not change file size meaningfully. A few bytes in the header.
  • Does not affect on-screen display. Browsers and photo viewers render at device pixel density.
  • Does not improve image quality. No detail is added or removed.
  • Does not affect web performance. Browsers ignore DPI metadata for layout.

It only matters for print interpretation. Adobe's Photoshop documentation on image size and resolution covers this in detail; the same logic applies to every image format.

The simplest tool you can carry: dividing pixels by target inches gives the effective DPI.

effective_dpi = image_pixels / target_print_inches

If a print shop wants 300 DPI for an 8×10 photo:

8 inches × 300 DPI = 2400 pixels wide
10 inches × 300 DPI = 3000 pixels tall

A 2400×3000 image (or larger) is fine for 8×10 at 300 DPI. A 1200×1500 image stretched to 8×10 gives 150 DPI — visibly soft on close inspection.

Common print quality thresholds:

  • 300 DPI: standard print-shop "sharp" (photos, glossy magazines)
  • 150 DPI: acceptable for newspapers and large posters viewed at distance
  • 72 DPI: screen-only; visibly blurry when printed
  • 600+ DPI: archival prints, museum reproductions, high-detail catalog work

A 12 MP camera (4000×3000) prints sharply at 13.3×10 inches at 300 DPI, or 26.7×20 inches at 150 DPI — plenty of headroom for a typical 8×10.

Resume, Passport, and Poster Sizing Cheatsheet

Real-world print jobs and the pixel resolutions you need at 300 DPI:

Use case Print size Pixels needed (300 DPI)
Resume / CV photo 1.5×2 in (35×45 mm) 450×600
Passport (US) 2×2 in (51×51 mm) 600×600
Passport (EU) 1.4×1.8 in (35×45 mm) 420×540
Wallet photo 2.5×3.5 in 750×1050
4×6 print 4×6 in 1200×1800
5×7 print 5×7 in 1500×2100
8×10 print 8×10 in 2400×3000
A4 document scan 8.27×11.69 in 2480×3508
US Letter scan 8.5×11 in 2550×3300
11×17 poster 11×17 in 3300×5100
18×24 poster (150 DPI) 18×24 in 2700×3600
24×36 poster (150 DPI) 24×36 in 3600×5400

For posters and large-format work, 150 DPI is usually sufficient because viewing distance grows with poster size. A 24×36 poster viewed from 4–6 feet away does not benefit from 300 DPI; the eye can't resolve the difference. The print industry's ISO 12647 standards codify these thresholds for commercial work.

For resizing images to specific pixel dimensions, our Image Resize tool does the math directly: enter a target width or height and the tool resamples accordingly.

Why "300 DPI" Is a Print-Shop Convention

Print shops, online photo printers, and document services routinely demand "300 DPI." It's a convention, not a hard rule.

The convention exists because:

  1. 300 DPI matches typical viewing distance. At 12–18 inches, the human eye resolves about 250–300 PPI of detail. Higher yields no visible improvement.
  2. It's a clean, memorable number. 300 is simpler than "240 to 360 depending on viewing distance."
  3. It gives crop headroom. A 300 DPI source allows ~2x cropping while staying above 150 DPI.

For consumer prints up to 8×10, 300 DPI is correct. For posters, 150 DPI is usually fine. For business cards and tight detail, 600 DPI may be warranted. The Wikipedia article on image resolution gives full background.

The honest version of the print-shop request: "give us at least 240 PPI at the final print size." More is preference; less is risky.

Common Mistakes When Prepping for Print

Adjusting DPI metadata without resampling. A 1200×1500 file relabeled "300 DPI" without changing pixel count still has only 1200×1500 pixels — the shop prints it at 4×5 inches, not 8×10. The fix is resampling with a tool like our Image Resize to actually upscale to 2400×3000 pixels.

Confusing screen dimensions with print dimensions. A "1080p" image (1920×1080) prints only 6.4×3.6 inches at 300 DPI. People expect 1080p to look high-resolution because it does on a screen. Print is unforgiving by comparison.

Re-saving JPEG repeatedly. Each JPEG re-save adds compression artifacts. By the third or fourth pass, the image looks softer than the original. Work from the highest-quality source; our Image Compress lets you choose quality once and stop re-saving.

Missing exact byte targets. Photo printers and government ID portals demand specific KB limits at specific pixel sizes. Guessing quality factors is painful; our Image Target Size KB finds the right quality automatically.

Wrong color profile. Print shops expect sRGB or Adobe RGB. Images saved with Display P3 or untagged profiles can shift colors at print. ISO 12647 covers this; consumer cases are fine staying in sRGB. If you need to convert formats first, our Image Convert handles the format swap without altering pixel data.

For deeper background, see How Image Compression Works and our piece on WebP, JPEG, and PNG.

FAQ

Does changing DPI in Photoshop add detail?

Only if you also enable resampling. Photoshop's Image Size dialog has a separate "Resample Image" checkbox. With resampling off, changing DPI just relabels the file. With resampling on, Photoshop interpolates new pixels (or downsizes), changing pixel count. For pure metadata changes, leave resample off; for actually larger images, resample on and judge the output for softness.

My image says "72 DPI" — is it bad?

Not necessarily. Web images often save with 72 DPI metadata, the historical Mac screen convention. Quality is determined by pixel count. A 4000×3000 image at 72 DPI has the same pixels as a 4000×3000 image at 300 DPI — same image, different label. Change the metadata if a print shop requires it; most modern shops calculate effective DPI from pixel count and target print size anyway.

What's the minimum DPI for sharp print?

For viewing at 12–18 inches (typical photo distance), 240 DPI is the lower edge of "sharp." 300 DPI is the standard target. Below 200 DPI, prints look noticeably soft on close inspection. For posters viewed from 3+ feet, 150 DPI is acceptable; for billboards viewed from 50+ feet, 30 DPI works. Match DPI to viewing distance.

Can I print a 1080p screenshot at 8×10?

Mathematically: 1920×1080 at 300 DPI prints 6.4×3.6 inches. At 8×10 inches the effective DPI is only 192 DPI horizontally and 108 DPI vertically — the image will look soft when held close, especially the vertical axis. For an 8×10 print, target at least 2400×3000 pixels.

Does resampling 2000×2000 to 4000×4000 actually help?

It gives the printer more "DPI" on paper, but the new pixels are interpolated from the original. Edges may look smoother (no jaggies) but no real detail appears. For modest upscales (1.5–2x), bicubic or Lanczos resampling is usually fine; for larger jumps, AI upscalers produce better results than classic interpolation.

Why does my image look fine on screen but bad in print?

Screens display roughly 96–460 PPI of device pixels, but the image is rendered to fit the screen — the browser scales 4000×3000 down to your display's region without showing per-pixel detail. Print does not do that. Print places pixels at their actual size based on DPI metadata, so a "high-res-looking" screenshot can be small and soft on paper. The fix is starting from a higher-pixel-count source.

How do I prepare a JPEG for online passport photo upload?

Most government portals require: (1) a specific pixel size (e.g., 600×600 for US), (2) a maximum file size in KB, and (3) a specific format (JPEG). Use Image Resize to hit the pixel dimensions, then Image Target Size KB to compress to the byte limit while staying as sharp as possible. DPI metadata usually doesn't matter for these uploads.

Why doesn't a website use DPI metadata?

Web browsers ignore DPI metadata for layout. CSS uses pixel units; the browser maps CSS pixels to device pixels via the device pixel ratio, not the image's metadata. <img src="photo.jpg" width="400"> displays 400 CSS pixels wide regardless of whether the file says 72 or 300 DPI. The metadata only matters when printing.