How to Make an Image 300 DPI for Printing
Printers need 300 DPI (dots per inch) for sharp, professional output. Below that, you start seeing softness and visible pixels. If a print shop or submission form rejected your image for low DPI, the fix depends on one question: does the image already have enough pixels for the print size you need? If yes, you just change a metadata tag. If no, you need to add pixels through resampling. This guide covers both methods and shows you how to make an image 300 DPI the right way.
Why Printers Need 300 DPI
DPI stands for dots per inch — the number of ink dots a printer places within one linear inch of paper. At 300 DPI, each inch of your print contains 300 dots of color detail. That density is the industry standard for photo prints, brochures, magazines, and any printed material viewed at arm's length.
Drop below 300 DPI and quality degrades predictably:
- 300 DPI — Sharp at normal viewing distance. Standard for photo labs and commercial print.
- 200 DPI — Acceptable for casual home printing. Slight softness visible on close inspection.
- 150 DPI — Noticeable blur in detailed areas. Fine for large posters viewed from several feet away.
- 72 DPI — Screen resolution. Prints look pixelated and blocky.
The relationship is simple: more dots per inch = more detail per inch = sharper print. If you want professional results, 300 DPI is the floor. For a deeper look at the terminology, see DPI vs PPI: What's the Difference?.
Try it yourself
View, edit, or strip EXIF data from photos — free, instant, no signup. Your images never leave your browser.
Check Your Image's Current DPI
Before changing anything, find out what you're working with. There are four ways to check.
Pixotter (browser-based): Go to pixotter.com/check-image-dpi, drop your image in, and read the DPI value from the metadata panel. Everything runs client-side — your image never leaves your browser. For a full walkthrough, see How to Check Image DPI.
ExifTool (CLI): If you prefer the command line, ExifTool (GPL-1.0+/Artistic License) reads DPI metadata directly:
exiftool -XResolution -YResolution image.jpg
This outputs the horizontal and vertical resolution tags. If they show 72 or 96, that's just metadata — it says nothing about how many pixels the image actually contains.
Windows: Right-click the image file > Properties > Details tab. Look for Horizontal resolution and Vertical resolution under the Image section.
macOS: Open the image in Preview > Tools > Show Inspector (Cmd+I). The General Info tab shows Image DPI alongside pixel dimensions.
One critical thing to understand: the DPI tag is metadata, not a quality measurement. A 4000x3000 pixel image tagged at 72 DPI has the same pixel data as one tagged at 300 DPI. What differs is how large the printer renders it. The tag tells the printer "make each inch contain this many pixels," which determines the physical print size.
Method 1 — Change DPI Metadata (When You Have Enough Pixels)
If your image already has enough pixels for the print size you need at 300 DPI, the fastest fix is changing the DPI metadata tag. No pixels are added or removed. The image data stays identical — only the print instruction changes.
How to know if you have enough pixels: Divide your pixel dimensions by 300. The result is your maximum print size in inches at 300 DPI. A 3000x2000 pixel image at 300 DPI prints at 10 x 6.67 inches. If that size works for you, just change the tag.
With Pixotter: Use the resize tool to set your target dimensions. If your pixel count already matches your print size at 300 DPI, the tool preserves quality while updating the output metadata.
With ExifTool (CLI): ExifTool (GPL-1.0+/Artistic License) can rewrite the DPI metadata in one command:
exiftool -XResolution=300 -YResolution=300 image.jpg
This modifies the EXIF tag in-place. The file size barely changes (a few bytes of metadata), and the pixel data is untouched. Your 3000x2000 image is still 3000x2000 — but now the printer knows to render it at 300 dots per inch instead of 72.
Why this works: Most digital cameras and phones embed 72 DPI or 96 DPI as a default tag. That default has no relationship to the image's actual quality. A 24-megapixel phone photo tagged at 72 DPI has more than enough pixels for a large 300 DPI print — the tag just needs correcting.
For more methods including Photoshop and Preview, see How to Change Image DPI.
Method 2 — Resample to 300 DPI in GIMP
If your image does not have enough pixels for the print size you need, you must add pixels through resampling. This is the case when your pixel dimensions divided by 300 give you a print size smaller than what you need.
GIMP (GNU Image Manipulation Program, GPL-3.0, version 2.10.x) handles resampling with high-quality interpolation algorithms:
- Open your image in GIMP 2.10.x.
- Go to Image > Scale Image.
- In the dialog, change the unit dropdown next to resolution from "pixels/in" if needed.
- Set both X resolution and Y resolution to 300 pixels/in.
- Check that Interpolation is set to Sinc (Lanczos3) — this produces the sharpest results for upscaling.
- If you want a specific print size, enter the width or height in inches under Image Size with the chain link locked to maintain aspect ratio.
- Click Scale.
- Export via File > Export As and choose your format (JPEG for photos, PNG for graphics with transparency).
The honest truth about resampling: Upsampling adds pixels, but it does not add detail that was never captured. The interpolation algorithm guesses what new pixels should look like based on their neighbors. Modest upscaling (up to 150-200% of original dimensions) usually looks acceptable. Aggressive upscaling (300%+) produces visible softness, haloing, or artificial smoothness. If your source image is 500x400 pixels and you need a 3000x2400 print, resampling alone will not produce a sharp result.
For more approaches to this problem, including AI-based upscaling options, see How to Increase Image DPI.
Print Size Calculator
Use this table to determine what print size your image supports at 300 DPI — or what pixel dimensions you need for a target print size.
| Pixel Dimensions | Print Size at 300 DPI (inches) | Common Use |
|---|---|---|
| 1200 x 1800 | 4 x 6" | Standard photo print |
| 1500 x 2100 | 5 x 7" | Greeting card, small frame |
| 2400 x 3000 | 8 x 10" | Portrait, wall frame |
| 2400 x 3600 | 8 x 12" | Large photo print |
| 3000 x 4500 | 10 x 15" | Poster, large frame |
| 3600 x 5400 | 12 x 18" | Art print, large poster |
| 6000 x 9000 | 20 x 30" | Gallery print |
The formula: pixels / 300 = inches. Or working backwards: inches x 300 = pixels needed.
If your image falls between sizes, round up to the next row. A 2800x4200 pixel image prints at 9.3 x 14 inches at 300 DPI — close to 10x15" but not quite there. You would either accept the slightly smaller print or resize the image to 3000x4500 to hit the full 10x15".
For a full reference on standard sizes, see Standard Photo Print Sizes. If you need guidance on preparing images for specific print dimensions, our resize image for printing guide covers exact workflows.
FAQ
What does 300 DPI mean?
300 DPI means 300 dots per inch — the printer places 300 dots of ink in every linear inch of the printed output. At arm's-length viewing distance, 300 DPI produces detail sharp enough that individual dots are invisible to the human eye. This is why 300 DPI is the universal standard for professional printing.
Can I just change 72 DPI to 300 DPI?
Yes, if your image has enough pixels. Changing the DPI tag from 72 to 300 without resampling does not alter the pixel data. It changes how large the printer renders the image. A 3600x2400 image at 72 DPI prints at 50x33 inches. The same image set to 300 DPI prints at 12x8 inches — same pixels, sharper print, smaller physical size.
Does changing DPI affect image quality?
Changing only the DPI metadata tag does not affect quality at all — the pixel data is identical before and after. Resampling (adding or removing pixels) does affect quality. Downsampling discards pixels. Upsampling creates new pixels through interpolation, which can introduce softness if pushed too far.
How do I make an image 300 DPI without losing quality?
Change the metadata tag without resampling. Use ExifTool (exiftool -XResolution=300 -YResolution=300 image.jpg) or Pixotter's resize tool. This preserves every original pixel. The tradeoff: your print size is limited by the pixel dimensions you have. If the resulting print size is too small, you must either accept a smaller print or resample up with some quality compromise.
Is 300 DPI the same as 300 PPI?
In practice, people use the terms interchangeably when talking about image files. Technically, PPI (pixels per inch) describes the image file's pixel density, while DPI (dots per inch) describes the printer's ink dot density. When a print shop asks for "300 DPI," they mean an image with 300 PPI — enough pixel density to produce sharp output at the target size. For the full breakdown, see DPI vs PPI: What's the Difference?.
What if my image is too small for 300 DPI at my print size?
You have three options. First, print smaller — use the print size calculator above to find the largest size your pixels support at 300 DPI. Second, resample up in GIMP 2.10.x or Photoshop using a high-quality interpolation algorithm, accepting some softness. Third, accept a lower DPI — 200 DPI is still decent for casual prints, and large-format prints viewed from distance look fine at 150 DPI. The right choice depends on how critical sharpness is for your use case.
What DPI should I use for a canvas print?
Canvas prints are typically viewed from 2-4 feet away, and the textured surface hides fine detail. 150-200 DPI is usually sufficient for canvas. If your image supports 300 DPI at the canvas size, use it — but do not aggressively upscale just to hit 300 DPI on a canvas print. The texture will mask any difference above 200 DPI.
For more on image resolution and printing, see What Is Image Resolution? for the fundamentals, How to Increase Image DPI for advanced upscaling methods, and Resize Image Without Losing Quality for best practices when you need to change pixel dimensions.
Try it yourself
Ready to check metadata? Drop your image and get results in seconds — free, instant, no signup. Your images never leave your browser.