TOOLTIKI Lovable tool, really free

DPI is not resolution

A printer asks for 300 DPI. Someone opens the file, changes a number from 72 to 300, sends it back, and the print still looks soft. This happens constantly, and the reason is that DPI is not a property of the image.

An image is a grid of pixels. The DPI is a separate note attached to the file saying how densely to lay those pixels down on paper. Changing the note does not change the grid.

What does 300 DPI actually mean?

Three hundred pixels for every inch of the finished print. Which means the requirement is really about pixel count and final size together, not about a number stored in the file.

Print size Pixels needed at 300 DPI
4 × 6 inches 1200 × 1800
5 × 7 inches 1500 × 2100
A4 (8.3 × 11.7 in) 2480 × 3508
A3 3508 × 4961
Business card 1050 × 600

A 600-pixel-wide image set to 300 DPI is telling the printer to lay it down two inches wide. Set the same file to 72 and it becomes eight inches wide and visibly coarse. The pixels never changed.

So why does the field exist at all?

Because software needs a default. When you place an image into a page layout, something has to decide how large it appears before you resize it, and the DPI field is that hint. Set sensibly it saves a step; set wrongly it makes an image arrive at the wrong size.

It is also why the same file dropped into two different applications can appear at two different sizes — one respects the field and the other assumes 72.

Why do so many files say 72?

Because nothing set them. Cameras, screenshots and most export routines write no density at all, and software falls back to 72 — a number inherited from early Macintosh screens and meaningless for print.

A file reporting 72 DPI has usually not been marked as low quality. It has simply never been marked at all.

Is more than 300 worth it?

For photographs, rarely. The eye resolves roughly 300 dots per inch at normal reading distance, so 600 DPI on a photograph is double the file for no visible gain.

Line art and text are different. A hard edge shows stair-stepping the eye can detect far past the point where it can resolve detail, which is why logos and type benefit up to 1200 DPI and photographs do not.

Viewing distance changes everything too. A billboard is often printed at 20 DPI or less, because at fifty metres nothing finer is visible. Working out the DPI a job needs starts with how close anyone will stand.

Is changing it lossless?

It can be, and usually is not.

The density lives in a header — the JFIF segment in a JPEG, a pHYs chunk in a PNG. Rewriting those few bytes leaves the image data untouched.

Opening the file in an editor and saving it again does something quite different: it decodes and re-encodes the whole image, which for a JPEG loses a little quality every time. Changing one number should not cost that.

Questions people ask

My printer rejected the file as low resolution — can I fix the DPI? No. Get a larger original, or print smaller. Upscaling invents pixels that look soft under the same scrutiny that flagged it.

Does DPI affect how it looks on screen? Not at all. Browsers, phones and monitors ignore the field entirely and show the pixels.

Is DPI the same as PPI? In practice people use them interchangeably. Strictly, PPI is pixels in an image and DPI is dots a printer lays down, and a printer uses several dots per pixel.

Why does my scanner ask for DPI? There it is a real setting — it controls how finely the sensor samples, so it genuinely determines the pixel count.

The DPI converter rewrites the field without re-encoding, the DPI checker reads what a file declares and what it will print at, and the DPI calculator works back from a print size to the pixels you need.