First, Clarify Three Concepts
Many people use DPI, resolution, and pixel dimensions interchangeably, but they are different:
Pixel Dimensions
The number of pixels in an image, such as 1920×1080, meaning 1920 pixels wide and 1080 pixels tall. This is an intrinsic property of the image and stays fixed.
Resolution (DPI/PPI)
How many dots (pixels) per inch. DPI (dots per inch) originally referred to printing, while PPI (pixels per inch) refers to screens; in everyday use they are often mixed. For example, 300 DPI means 300 pixels per inch.
Physical Dimensions
The actual size of the image when printed or displayed, such as 10×8 inches. Physical dimensions = pixel dimensions ÷ DPI.
The relationship: physical dimensions = pixel dimensions ÷ DPI. The same 3000-pixel image prints at 10 inches at 300 DPI, or 20 inches at 150 DPI.
Screen Display: DPI Does Not Matter
Screen display depends on pixel dimensions. A 1920×1080 image displays the same size on screen whether the DPI is set to 72 or 300 (both displayed at 1:1 pixel ratio).
So for web images and screen display, do not worry about DPI; just make sure the pixel dimensions are sufficient. DPI metadata is largely ignored in screen display.
Printing: DPI Matters
When printing, DPI determines clarity. For the same physical print size, higher DPI means sharper output:
- 72 DPI: noticeably blurry, like a mosaic
- 150 DPI: barely acceptable; grain visible up close
- 300 DPI: print quality standard, sharp
- 600 DPI: high-quality printing
Print products usually require 300 DPI. This means printing A4 (8.27×11.69 inches) at 300 DPI requires at least 2480×3508 pixels.
DPI Requirements by Use Case
Web / Screen
DPI does not matter; pixel dimensions do. The common 72 DPI is just a default and does not affect display.
Office Printing
150~200 DPI is sufficient. Document illustrations and internal prints work fine in this range.
Print Products
300 DPI minimum. Posters, catalogs, business cards, and other printed materials require 300 DPI as the baseline.
Large-Format Banners
Large banners viewed from afar (banners, billboards) can use a lower DPI (72~150 DPI), because the viewing distance is large and the eye cannot distinguish the difference.
Does Changing DPI Equal Changing Clarity?
No. This is the biggest misconception.
Changing DPI metadata (e.g., from 72 to 300) only changes the metadata tag; the pixel dimensions stay the same and the actual clarity does not change. When printing, the physical size just becomes smaller (the same pixels are printed at a higher density, so the size shrinks).
To truly improve clarity, you must increase the pixel dimensions (upscale resampling), but upscaling interpolation does not add detail out of thin air and may even look blurrier.
The Right Way to Change Image Size
Downscaling
Downscaling is downsampling; clarity is not degraded (it may even look sharper). Shrinking a large image for web use is fine.
Upscaling
Upscaling is interpolation and does not add real detail. Small images inevitably become blurry when enlarged. For high-quality upscaling, use AI upscaling tools (deep-learning-based super-resolution).
Change DPI Without Changing Pixels
Only the DPI metadata changes; pixel dimensions stay the same. Suitable for adjusting physical size when printing, without affecting clarity.
Adjusting with DocsAll
The Image Resize tool can:
- Change pixel dimensions (resize)
- Change DPI metadata (print settings)
Choose as needed. For screen use, adjust pixel dimensions; for printing, adjust DPI and confirm the pixel dimensions are sufficient.
Common Pitfalls
"Raising DPI Makes the Image Sharper"
Wrong. DPI is just metadata; raising it does not change pixels and clarity stays the same.
"A 72 DPI Image Cannot Be Printed"
It can be printed; it just means the same pixels print at a larger size with lower clarity. A 72 DPI image printed at a small size (such as a 5-inch photo) may be fine, but at a large size it will be blurry.
"Web Images Must Be 72 DPI"
Not necessary. Screens look at pixel dimensions; DPI can be anything. Setting 72 is just a habit.
Blurry Prints
The pixel dimensions are insufficient. Check whether the image pixel dimensions meet "physical dimensions × 300 DPI." If not, use a higher-resolution image or reduce the print size.
Summary
Screen display depends on pixel dimensions, and DPI is irrelevant; printing depends on DPI and pixel dimensions, with 300 DPI required for print products. Changing DPI metadata does not change clarity; true clarity requires enough pixels. The DocsAll resize tool can adjust both pixels and DPI, processing in the browser so images are not uploaded.