Concise answer

PPI tells you how many image pixels are used per physical inch. DPI tells you how many output dots a printer can place per inch. Image resolution can refer broadly to the pixel dimensions of a raster file, such as 4000 × 3000 pixels. These terms are often mixed in casual usage, but separating them leads to better print decisions.

Start with the thing being measured

The fastest way to understand the terminology is to ask what is being counted.

Pixels belong to the digital raster image.

PPI describes pixels per physical inch when an image is printed or otherwise mapped to a physical size.

DPI describes dots per inch in a printer or marking device.

Pixel dimensions describe the width and height of the image grid.

Megapixels summarize total pixel count in millions.

“Resolution” can refer to more than one of these depending on context, which is why a sentence such as “this image has a resolution of 300” is incomplete until you know what 300 means.

PPI: image pixels per inch

If a 2400-pixel-wide photograph is printed 8 inches wide:

2400 ÷ 8 = 300 PPI

If it is printed 12 inches wide:

2400 ÷ 12 = 200 PPI

PPI is therefore not only a property of the pixel file. It depends on physical placement.

An image editor can store an intended PPI value, but layout software can later place the image at a different physical size, creating a different effective PPI.

DPI: printer dots per inch

Printers reproduce color and tone through physical marks, droplets, toner patterns or screening systems. A printer’s DPI describes that output process.

The printer may use more than one output dot to reproduce the color represented by one image pixel. Therefore, image PPI and printer DPI do not have to match numerically.

This is why sending a 1200-PPI photo to a 1200-DPI printer is not a general requirement. The correct image sampling density depends on the print process and intended result.

Pixel dimensions: the real raster grid

A 6000 × 4000 image contains 24 million pixels.

That gives the file capacity for different print sizes:

  • 20 × 13.33 inches at 300 PPI
  • 25 × 16.67 inches at 240 PPI
  • 30 × 20 inches at 200 PPI
  • 40 × 26.67 inches at 150 PPI

If the file is cropped to 4500 × 3000, those numbers change because the raster itself became smaller.

This is why pixel dimensions should be visible in every DPI checker and print-resolution tool.

Image resolution: a phrase with several meanings

“Image resolution” can mean:

  • pixel dimensions, such as 1920 × 1080
  • pixel density, such as 300 PPI
  • total pixel count, such as 24 MP
  • effective PPI at a placed print size

Good technical writing should specify the unit rather than leaving the word “resolution” alone.

For example, say “the image is 4000 × 3000 pixels” or “the image will be placed at 250 PPI,” not simply “the resolution is high.”

What about screen PPI?

Displays also have a physical pixel density, usually expressed in PPI. That is a property of the screen hardware: the number of display pixels across each physical inch of panel.

An image file’s embedded 72 or 300 PPI metadata generally does not determine how large the image appears on a modern website. Browsers use CSS layout, device pixels, responsive sizing and zoom.

This is another reason to avoid teaching “72 DPI is for web” as a universal technical rule. Web images should be sized for the pixel dimensions, layout and performance requirements of the site.

Why “300 DPI image” remains understandable

In print-oriented conversation, “300 DPI image” is widely understood to mean an image prepared to place roughly 300 pixels into each inch. Correcting every user mid-sentence is not useful.

A better approach is to accept the common phrase and then clarify: for raster image math, we are really calculating PPI.

That lets the site match search behavior without teaching an inaccurate model.

Actual PPI vs effective PPI

Layout applications sometimes distinguish between an image’s stored or native PPI and its effective PPI after scaling.

Imagine a file that is 3000 pixels wide with metadata corresponding to a 10-inch width, or 300 PPI.

If you place it 20 inches wide, effective PPI becomes 150.

If you place it 5 inches wide, effective PPI becomes 600.

The image’s pixels stayed the same. Placement changed the density.

How resampling changes the picture

When resampling is off, changing PPI changes the interpreted physical dimensions while keeping pixels fixed.

When resampling is on, software can change pixel dimensions to support a new size and PPI combination.

For example, an 8 × 10 inch print at 300 PPI needs 2400 × 3000 pixels. At 600 PPI it needs 4800 × 6000. If the source only has the 300-PPI pixel count, software must estimate the extra pixels to reach the second target.

That difference is more important than whether the interface calls the field DPI or PPI.

Comparison table

TermCountsTypical unitMain use
Pixel dimensionsRaster samples across width and heightpixelsDigital image size and print calculations
MegapixelsTotal raster samplesMPApproximate image scale
PPIImage pixels per physical inchpixels/inchPrint placement and display hardware density
Effective PPIUsable source pixels per final placed inchpixels/inchReal print preflight
DPIPrinter output dots per inchdots/inchPrinter/output device resolution

Which number should you check first?

For web display: pixel dimensions and file weight.

For photo printing: final crop, physical size and effective PPI.

For printer capability: printer DPI and manufacturer or service-provider guidance.

For a submission portal asking “300 DPI”: both the embedded density value and pixel dimensions, because the portal may check metadata while the actual print still depends on real pixels.

For scanning: the sampling PPI requested by the preservation or reproduction workflow.

Common terminology traps

A “300 DPI JPEG” can be tiny if it contains only 300 × 300 pixels.

A “72 DPI JPEG” can be huge if it contains 8000 × 6000 pixels.

A “1200 DPI printer” does not mean every photo should be 1200 PPI.

A “high resolution” image can become low effective PPI if enlarged enough.

A “low DPI” metadata value can be changed without changing the visual pixels.

Related entities and semantic terms

PPI, DPI, pixel dimensions, megapixels, printer resolution, display pixel density, raster image, effective PPI, metadata, resampling, physical print size.

FAQs

Is PPI only for screens?

No. PPI is also the correct unit for image pixels mapped to physical print inches. Screen hardware itself can also have a physical pixel density measured in PPI.

If my printer is 1200 DPI, should my image be 1200 PPI?

Not as a general rule. Printer dots and image pixels are different sampling systems. Follow the printer or print provider’s recommended image PPI.

Is image resolution the same as megapixels?

Not exactly. Megapixels describe total pixel count, while image resolution can refer to dimensions, density or effective print sampling depending on context.

Why does effective PPI change when I scale an image in a layout?

Because the same number of source pixels is being spread across a different physical area. Enlarging lowers pixels per inch; reducing the placed size raises it.

Closing section

Use units to keep the conversation precise. Pixels describe the file, PPI describes how those pixels map to physical size, and DPI describes printer dots. Once those roles are separated, print calculations become predictable and metadata changes stop looking like mysterious quality upgrades.

Source and verification notes

Technical distinctions checked against current Adobe documentation on printed image resolution and printer resolution. Format-specific density storage is covered in the JPEG/JFIF, EXIF and PNG research sources listed at the end of this file.