Print

Image DPI Converter

Details

How to use Image DPI Converter

What the tool does, how to run it, and what to expect from the result.

How to change an image's DPI for printing

DPI is a label, not a property of the pixels. It tells whatever software opens the file how large the image is meant to be on paper, and that is the entire job it does. Changing it from 72 to 300 does not sharpen anything, add any detail, or improve any quality. It changes the intended print size, and only that.

Understanding this tells you exactly what to do. Decide the physical size you want, multiply by the DPI to get the pixel count you need, and check whether your image has it. If it does, set the tag and print. If it does not, no DPI value will save you and you need a larger source image.

  • Drop in a PNG or JPG image.
  • Pick a preset, 72, 150, 300, or 600, or type any value directly.
  • Read the print size the tool computes from your pixel dimensions divided by the DPI.
  • Turn on resample only if you actually want to change the pixel dimensions, which is a resize, not a DPI change.
  • Export the file with the DPI written into its pHYs chunk for PNG or its JFIF density block for JPG.

How to change an image's DPI for printing

DPI is a label, not a property of the pixels. It tells whatever software opens the file how large the image is meant to be on paper, and that is the entire job it does. Changing it from 72 to 300 does not sharpen anything, add any detail, or improve any quality. It changes the intended print size, and only that.

Understanding this tells you exactly what to do. Decide the physical size you want, multiply by the DPI to get the pixel count you need, and check whether your image has it. If it does, set the tag and print. If it does not, no DPI value will save you and you need a larger source image.

  • Drop in a PNG or JPG image.
  • Pick a preset, 72, 150, 300, or 600, or type any value directly.
  • Read the print size the tool computes from your pixel dimensions divided by the DPI.
  • Turn on resample only if you actually want to change the pixel dimensions, which is a resize, not a DPI change.
  • Export the file with the DPI written into its pHYs chunk for PNG or its JFIF density block for JPG.

How to change an image's DPI for printing

DPI is a label, not a property of the pixels. It tells whatever software opens the file how large the image is meant to be on paper, and that is the entire job it does. Changing it from 72 to 300 does not sharpen anything, add any detail, or improve any quality. It changes the intended print size, and only that.

Understanding this tells you exactly what to do. Decide the physical size you want, multiply by the DPI to get the pixel count you need, and check whether your image has it. If it does, set the tag and print. If it does not, no DPI value will save you and you need a larger source image.

  • Drop in a PNG or JPG image.
  • Pick a preset, 72, 150, 300, or 600, or type any value directly.
  • Read the print size the tool computes from your pixel dimensions divided by the DPI.
  • Turn on resample only if you actually want to change the pixel dimensions, which is a resize, not a DPI change.
  • Export the file with the DPI written into its pHYs chunk for PNG or its JFIF density block for JPG.

What DPI actually changes

DPI (dots per inch) tells a printer how large to print an image. At a fixed pixel size, a higher DPI prints the same image smaller and sharper, while a lower DPI prints it larger. Screens ignore DPI and use pixels directly, which is why an image can look fine online yet get rejected by a print shop or a form that asks for 300 DPI.

This tool writes a real density value into the file: a pHYs chunk for PNG and a JFIF density block for JPG. That is the metadata print software reads. You can keep the original pixels and only change the DPI, or resample the pixel dimensions at the same time. Everything runs locally in your browser, so the image is never uploaded.

Tips

Getting a better result out of Image DPI Converter

Specific settings and thresholds, not general advice.

  • Setting the DPI does not change a single pixel. It writes a number into the file that says how large the image should be when printed. A 3000 by 2000 photo tagged at 72 DPI and the same photo tagged at 300 DPI are pixel-for-pixel identical files, and neither one is sharper than the other.
  • The physical size follows from one division: pixels divided by DPI equals inches. A 3000 pixel wide image at 300 DPI prints 10 inches wide. Tag the same file at 600 DPI and it prints 5 inches wide, and appears sharper only because the same pixels are packed into half the width.
  • This means you cannot make a small image print well by raising its DPI. If a print shop asks for 300 DPI at A4, they are asking for about 2480 by 3508 pixels. If your file is 800 by 1000, tagging it 300 DPI produces a file that claims to be 2.7 by 3.3 inches, which is honest, and nothing about it prints better.
  • The number is written into the file's own structure: a pHYs chunk for PNG, holding pixels-per-metre, and the JFIF APP0 density block for JPEG. Both are standard, so the value is read correctly by design software, print RIPs, and image libraries, not just by this page.
  • The four presets are the ones that come up: 72 for legacy screen assets, 150 for draft and office printing, 300 for photo and document print, and 600 for line art and high-detail print work.
Limits

What Image DPI Converter does not do

The honest boundary, so you do not lose time finding it yourself.

  • PNG and JPG output only. It does not write DPI into WebP, GIF, or TIFF.
  • Changing DPI alone never changes the pixel data. Only the optional resample step does, and that is a resize.
  • It cannot add real detail. Resampling upward invents pixels, it does not recover them.
  • One image per run, with no batch queue.
Reference

Terms used on this page

Short, plain-language definitions for the formats and settings above.

At a glance

Who Image DPI Converter is for

A quick way to understand who this helps, what it solves, and where it connects next.

Best fit

People preparing images for print, publishers, and forms that require a specific DPI such as 300

Ideal for

Setting the DPI of a photo or scan for print, or changing an image between screen and print resolution

FAQ

Common questions

Short answers for the questions people usually have before trying a utility like this.

Is this DPI converter free?

Yes. It is a free online image DPI converter that runs in your browser with no signup and no watermark.

How do I set an image to 300 DPI?

Upload the image, choose the 300 DPI preset (or type 300), and export. The exported PNG or JPG carries 300 DPI in its metadata.

Does changing the DPI change the pixels?

Not by itself. Keeping the original pixels only updates the DPI metadata, which changes the print size. Turn on resampling if you also want to change the pixel dimensions.

Does the image get uploaded?

No. The DPI is written into the file locally in your browser, so the image never leaves your device.

Does changing the DPI make my image higher quality?

No. DPI is a metadata tag describing the intended print size, and setting it rewrites that tag and nothing else. The pixel data is byte-identical. An image is high quality because it has enough pixels for its intended size, and no number written into a header can change how many pixels it contains.

How do I actually get a print-quality image at 300 DPI?

Work backwards from the physical size. Multiply the target size in inches by 300 to get the pixel count you need. A 4 by 6 inch print at 300 DPI needs 1200 by 1800 pixels. If your image already has at least that many, tag it 300 DPI and it will print correctly. If it does not, you need a bigger original, not a bigger number.

Then what is the DPI tag for?

For telling the other software what you meant. A print shop's layout tool, a page-layout application, or a lab's automated flow reads the tag to decide how big to place the image on the page. Without it, the software falls back to a default, often 72, and drops your photo onto the sheet at four times the size you intended.

What does the resample option do?

That is the one control here that actually touches pixels. Resampling resizes the bitmap to new dimensions, so the image genuinely gains or loses pixels. Downsampling is lossless in appearance and gives you a smaller file. Upsampling interpolates new pixels between the existing ones, which increases the pixel count without adding any real detail.

Is the image uploaded to have its DPI changed?

No. The DPI is patched directly into the encoded bytes in the page, a pHYs chunk for PNG and a JFIF density block for JPEG, all on your device. The only network call is a credit counter carrying the tool name.

Recommendations

You Might Also Like

Nearby tools from the catalog that fit the same job or workflow.

Cleanor app

Do it all on your device

Cleanor puts these tools in one app: compress and convert images, video, and audio, work with PDFs, and scan text right on your device. Plus free up storage and clear inbox clutter with Email Cleaner. Start with a free trial.

  • iPhone
  • Android
  • Macsoon
  • Windowssoon