To measure the usable “DPI” of an image, divide its pixel dimensions by the intended print dimensions in inches. Technically, that result is PPI—pixels per inch. DPI means the number of ink or toner dots a printer places per inch.
For example, a 3,000 px-wide image printed 10 inches wide has an effective resolution of 300 PPI:
3,000 pixels ÷ 10 inches = 300 PPI
An image file may also contain a DPI or PPI metadata value. You can inspect that value, but it is only a proposed physical scale. Pixel dimensions and actual output size determine how much image information reaches each printed inch.
DPI and PPI are not the same measurement
The terms are often used interchangeably in upload forms, print dialogs, and client instructions. The distinction is still useful:
| Term | Measures | Example |
|---|---|---|
| PPI | Image pixels per physical inch | A 3,000 px image printed at 10 in = 300 PPI |
| DPI | Printer dots per physical inch | A printer may use several ink dots to reproduce one image pixel |
When someone asks for a “300 DPI image,” they normally mean an image with enough pixels to produce 300 PPI at the final print size.
That requirement is incomplete without dimensions. “300 DPI” alone does not tell you how many pixels are needed. A 2 × 2 inch print and a 20 × 20 inch print require very different files.
Method 1: inspect the stored resolution metadata
Many JPEG, TIFF, and PNG files can store a nominal density value. It may be labeled DPI, PPI, horizontal resolution, or vertical resolution.
macOS
Open the image in Preview, then choose Tools → Show Inspector. Look for image size and DPI. Some formats or exports may not contain a useful density value.
Windows
Right-click the file, choose Properties → Details, and look for horizontal and vertical resolution. Also record width and height in pixels.
Photoshop or another image editor
Open the image-size dialog. It should show pixel dimensions, physical dimensions, and resolution. Before editing, notice whether Resample is enabled:
- Resample off: changing PPI changes the proposed print size, not the pixels.
- Resample on: changing a value may create or remove pixels.
The stored number is helpful for a prepared print file, but it is not proof of quality. A 600 × 600 px image tagged 300 PPI contains only 600 × 600 pixels.
Method 2: calculate effective PPI
Effective PPI answers the practical question: how many source pixels will represent one inch at the chosen output size?
horizontal PPI = pixel width ÷ print width in inches
vertical PPI = pixel height ÷ print height in inches
Suppose an image is 3,600 × 2,400 px and will print at 12 × 8 inches:
3,600 ÷ 12 = 300 PPI
2,400 ÷ 8 = 300 PPI
The aspect ratios match, so the entire image fits at 300 PPI without cropping.
If the same image prints 18 inches wide:
3,600 ÷ 18 = 200 PPI
The file did not lose pixels. Spreading the same pixels across a larger physical width lowered the effective density.
How many pixels do you need?
Reverse the formula when the print size and target density are known:
required pixels = print size in inches × target PPI
| Print size | At 300 PPI | At 200 PPI |
|---|---|---|
| 4 × 6 in | 1,200 × 1,800 px | 800 × 1,200 px |
| 8 × 10 in | 2,400 × 3,000 px | 1,600 × 2,000 px |
| 12 × 18 in | 3,600 × 5,400 px | 2,400 × 3,600 px |
These are planning values, not universal quality guarantees. A sharp, well-processed image at a lower density can outperform a blurred or aggressively compressed image with more pixels.
Is 300 PPI always required?
No. A suitable density depends on output method, paper, subject, viewing distance, and quality expectations.
- Small prints and fine text are viewed closely and benefit from higher density.
- Posters are often viewed from farther away and may work at a lower density.
- Large signage can use much lower effective PPI because the normal viewing distance is large.
- Line art and tiny typography can reveal resolution limits sooner than a soft photograph.
Ask the print provider for the required pixel dimensions, final trim size, bleed, color profile, and preferred file format. Those specifications are more actionable than a detached “DPI” number.
Why 72 DPI does not mean a web image is low quality
The 72 DPI label is a historical workflow convention, not a measurement of the file's screen detail. Browsers care about source pixel dimensions, CSS layout size, responsive image selection, and device pixel ratio.
Changing a 2,000 × 1,000 px file from 72 PPI to 300 PPI without resampling leaves it at 2,000 × 1,000 px. It will look the same in normal browser rendering. Only its proposed physical print size changes.
For a clear model of pixel dimensions and PPI, read how image resolution is measured.
Changing metadata versus creating pixels
This distinction prevents many print mistakes.
Change PPI without resampling
The editor keeps the same pixel grid and recalculates physical dimensions. A 3,000 px-wide image becomes 10 inches wide at 300 PPI or 20 inches wide at 150 PPI. No image detail changes.
Change PPI with resampling
The editor changes the pixel grid to meet the requested size and density. Upsampling estimates new pixel values. Modern interpolation can reduce visible artifacts, but it does not recreate the same evidence as a higher-resolution original.
Exporting again does not guarantee more detail
Typing “300” into a field, saving at maximum JPEG quality, or enlarging the dimensions can satisfy a metadata check while leaving the underlying image soft. Inspect the source at the intended output scale and evaluate sharpness, noise, and compression separately.
What if the horizontal and vertical values differ?
Most normal photographs use square pixels, and horizontal and vertical density should agree when the aspect ratio is preserved. Different values can indicate unusual metadata, non-square pixel assumptions, or a distorted output size.
Start with the original pixel dimensions. Choose a physical width, calculate the matching height from the aspect ratio, and then calculate PPI. Avoid independently forcing width and height because that stretches the image.
DPI is not a way to measure an object in a photo
DPI maps pixels to physical output. It does not reveal the real size of a photographed object. To measure a real object from a photo, you need a known reference length in the same plane as the target.
With Image Measure Pro, mark the two ends of that reference, enter its real value, and apply the scale. You can then measure distances, rectangles, irregular areas, and circles in the calibrated unit. Camera angle and depth still limit accuracy.
Read the step-by-step measurement guide before using photo measurements for any decision where precision matters.
The short answer
Check the file's metadata if you need to know its saved density value. Calculate effective PPI if you need to know whether it has enough pixels for a particular print size:
effective PPI = pixel dimension ÷ physical dimension in inches
Use pixel dimensions and final output size as the evidence. Treat “DPI” as printer language and “PPI” as image language, even when a workflow casually uses one label for both.