Picovert

DPI Explained: What Is DPI and Why Does It Matter for Images?

By Picovert Team2026-03-055 min read

DPI — dots per inch — is one of the most misunderstood concepts in digital imaging. It confuses beginners and experienced designers alike because it means something different depending on context: a print shop, a browser, a camera app. This guide cuts through the confusion and gives you a practical understanding of DPI so you always know what settings to use and why.

What Is DPI?

DPI stands for dots per inch — it originally referred to the number of ink dots a printer places within one inch of paper. More dots per inch means finer detail and smoother gradients in the printed output.

The digital equivalent is PPI (pixels per inch), which describes how many pixels are packed into one inch of a screen or image. In everyday conversation, "DPI" and "PPI" are used interchangeably for digital images — even though technically DPI belongs to printers and PPI belongs to screens and files. You'll see both terms in image editors, and they mean the same thing in that context.

Here's the key insight: DPI is metadata embedded in the image file — it does not change the pixel count. An image that is 3000×2000 pixels has exactly 3000×2000 pixels regardless of whether the DPI tag reads 72, 96, or 300. DPI only tells software (like a printer driver or page layout application) how large to render those pixels.

DPI vs. Pixel Dimensions

An image's actual data is its pixel dimensions — for example, 3000×2000 pixels. This is the raw count of pixels captured or created. DPI then acts as a scale factor that determines the physical size when printed:

  • 3000×2000 px at 300 DPI = 10 × 6.67 inch print (high quality, sharp detail)
  • 3000×2000 px at 72 DPI = 41.7 × 27.8 inch print (much larger physical size, but far lower quality per inch)

The pixel data is identical in both cases. Changing the DPI metadata only changes how the printer interprets the physical size of the output.

For web and screen use, DPI is irrelevant. Browsers render images based on pixel dimensions alone. A 600×400 pixel image displays as 600×400 pixels on screen whether the DPI tag says 72 or 300. The DPI metadata is simply ignored.

Standard DPI Values and When to Use Them

  • 72 DPI — Legacy web/screen standard from early Macintosh monitors. Still common as the default for screen exports. For web images, DPI is ignored by browsers so 72 is fine — what matters is the pixel dimensions.
  • 96 DPI — Windows screen default. Like 72 DPI, this is a screen standard and is irrelevant to print quality.
  • 150 DPI — Low-quality print. Acceptable for large-format prints viewed from a distance: banners, trade show displays, posters seen from 1–2 meters away. Up close, softness becomes visible.
  • 300 DPI — The professional print standard. Use this for business cards, flyers, magazines, photo prints, and anything that will be viewed up close. This is the DPI most print shops require.
  • 600 DPI — High-quality print for fine art prints, detailed illustrations, and medical imaging where fine detail matters.
  • 1200+ DPI — Very fine detail printing such as technical drawings, engineering schematics, and fine line art where hairline lines must remain crisp.

How Many Pixels Do You Need for Print?

The formula is straightforward: pixels needed = print size (inches) × DPI

Common examples at 300 DPI:

  • 4×6 inch photo: 1200×1800 pixels
  • 5×7 inch photo: 1500×2100 pixels
  • 8×10 inch photo: 2400×3000 pixels
  • A4 page (8.27×11.69 inches): 2481×3508 pixels
  • A3 page (11.69×16.54 inches): 3507×4961 pixels

Use the image resizer to scale your image to the exact pixel dimensions your print size requires.

Three Common Misconceptions About DPI

Misconception 1: "Changing DPI fixes blurry prints"

False. If your image doesn't have enough pixels, increasing the DPI value in metadata does not add any new detail — it just makes the image print smaller. A 600×400 pixel image set to 300 DPI prints at just 2×1.33 inches. The only way to get a larger sharp print from a low-resolution image is to capture or create a higher-resolution source, or use AI upscaling software before printing.

Misconception 2: "Web images need to be saved at 72 DPI"

False. Browsers ignore DPI metadata entirely. A 1200×800 pixel image saved at 72 DPI and the same image saved at 300 DPI look completely identical on screen — same file, same display size, same sharpness. The DPI tag does add a small amount of metadata to the file, but it has zero effect on how the image appears in a browser.

Misconception 3: "Higher DPI always means better quality"

Only for print. For web, a 300 DPI JPEG and a 72 DPI JPEG with the same pixel dimensions are visually identical on screen. For print, higher DPI only improves quality if you also have the pixel count to support it. Setting 600 DPI on an image with too few pixels just makes it print smaller, not sharper.

How to Check or Change DPI

You can view and adjust DPI using several tools:

  • Mac (Preview): Open the image → Tools menu → Adjust Size → the "Resolution" field shows the current DPI
  • Windows: Right-click the image file → Properties → Details tab → look for "Horizontal resolution" and "Vertical resolution"
  • Photoshop: Image menu → Image Size → Resolution field. Uncheck "Resample Image" to change DPI without altering pixel count
  • GIMP: Image menu → Scale Image → Resolution fields at the bottom
  • Command line (ImageMagick): identify -verbose image.jpg | grep Resolution

When changing DPI in any application, pay attention to whether "Resample" or "Resample Image" is checked. With resampling on, the software adds or removes pixels to match your new DPI at the same physical size — this changes quality. With resampling off, only the metadata changes and the physical print size adjusts accordingly.

Practical Takeaways

  • Building for web only? Ignore DPI entirely. Focus on pixel dimensions. Use the image compressor to reduce file size without affecting display quality.
  • Sending to a print shop? Ask for their DPI requirement (usually 300 DPI). Use the formula (print inches × DPI) to calculate the required pixel dimensions, then resize your image to match.
  • Upscaling to meet DPI requirements adds no real quality. AI upscalers (like Topaz Gigapixel) can help, but standard bicubic resampling just blurs the result. Always start with enough pixels from the source.
  • Smartphone photos are usually fine for standard print sizes. A 12 MP phone camera at 4000×3000 px can print up to 13×10 inches at 300 DPI.