AI image glossary
Resolution vs DPI
Resolution is how many pixels an image has; DPI is how densely they print. Why screens ignore DPI and how many pixels you need for print sizes.
Upscale for printGet the pixels the print math asks for.The plain-English answer
Resolution is the pixel count of an image (say, 3000×2400); DPI — dots per inch — is how densely those pixels are placed when printed. Screens only care about resolution; DPI only matters on paper. A "300 DPI" requirement really means: enough pixels that, at your print size, each inch gets 300 of them.
The confusion dissolves with one formula: pixels = inches × DPI. An 8×10 print at 300 DPI needs 2400×3000 pixels — that's it. The DPI number stored in a file changes nothing on screen; two identical JPGs at "72 DPI" and "300 DPI" look pixel-for-pixel the same on any display.
So for web work, think purely in pixels; for print, work backward from physical size — and if you're short of pixels, AI upscaling adds them convincingly.

Put it into practice
Get your image to print resolution.


