Image DPI Explained: 72 vs 150 vs 300 vs 600

DPI is the most misunderstood concept in digital imaging. It's a metadata tag that tells printers how to scale an image — nothing more. It doesn't change pixel count, doesn't affect screen display, and browsers ignore it entirely. This guide explains what DPI actually does and when it matters.

Convert PNG to JPG

Upload your image and set DPI in conversion options

PNG JPG

Tap to choose your file

or

Supports M4A, WAV, FLAC, OGG, AAC, WMA, AIFF, OPUS • Max 100 MB

Encrypted upload via HTTPS. Files auto-deleted within 2 hours.

What DPI Actually Is

DPI stands for Dots Per Inch. It's a metadata tag embedded in an image file that tells a printer how many dots of ink to place within each inch of paper. That's all it does. It's an instruction for physical output devices, not a measure of image quality, resolution, or sharpness.

Here's the crucial point that most people miss: DPI does not change pixel count. A 3000×2000 pixel image is a 3000×2000 pixel image regardless of whether the DPI tag says 72, 150, 300, or 600. The pixel data is identical. The file size is identical. The screen display is identical.

What changes is how a printer interprets those pixels when putting ink on paper. At 300 DPI, the printer maps 300 pixels to each physical inch. At 150 DPI, it maps 150 pixels per inch — producing a print that's twice as large but with half the detail density. The image itself hasn't changed; only the scaling instruction has.

Image Size DPI Setting Print Size Detail Density
3000×2000 px 300 DPI 10×6.7 inches Excellent
3000×2000 px 150 DPI 20×13.3 inches Good
3000×2000 px 72 DPI 41.7×27.8 inches Low
3000×2000 px 600 DPI 5×3.3 inches Maximum

The formula is simple: Print size (inches) = Pixel dimension ÷ DPI. A 3000-pixel-wide image at 300 DPI prints at 10 inches wide. At 72 DPI, the same image prints at 41.7 inches wide — poster-sized, but with visible pixelation up close because those same 3000 pixels are now spread over a much larger area.

The 72 DPI Myth

The most persistent myth in digital imaging: "web images should be 72 DPI." This advice appears in countless tutorials, design courses, and even software default settings. It's completely wrong — or more accurately, completely irrelevant.

Browsers ignore the DPI metadata tag entirely. When a web browser renders an image, it uses only the pixel dimensions. A 1920×1080 image tagged at 72 DPI displays at exactly the same size and quality as an identical 1920×1080 image tagged at 300 DPI. The two files are visually indistinguishable on any screen, in any browser, on any operating system.

The myth traces back to the original Apple Macintosh in 1984, which had a 72 PPI (pixels per inch) display. On that specific screen, 1 pixel equaled 1 point (1/72 of an inch), making 72 DPI a convenient "screen resolution" number. But today's displays range from 90 PPI (budget monitors) to 460+ PPI (modern smartphones). The number 72 has no relevance to current technology.

What actually matters for web images:

  • Pixel dimensions — directly determines display size and sharpness
  • File size — affects page load time and bandwidth
  • Compression quality — affects visual fidelity
  • DPI tag — completely ignored by browsers

Quick test: Take any image, save two copies — one at 72 DPI and one at 300 DPI. Open both in a browser side by side. They are pixel-for-pixel identical. The DPI tag changes nothing for screen display.

DPI Only Matters for Print

DPI comes alive when you send an image to a physical printer. The printer needs to know how to map pixels to physical paper, and the DPI tag provides that instruction. Higher DPI means more pixels packed into each inch of paper, producing finer detail and sharper output — but a physically smaller print.

The relationship between DPI and print quality is straightforward. At 300 DPI, individual pixels are invisible to the naked eye at normal viewing distance (about 12–18 inches). This is why 300 DPI is the standard for professional printing — magazines, photo books, business cards, and anything viewed up close.

At 150 DPI, individual pixels become faintly perceptible if you look closely, but the print appears sharp at arm's length (about 24 inches). This is perfectly adequate for office documents, presentations, and photographs displayed in frames.

Below 100 DPI, pixelation becomes visible at normal viewing distances. The image appears blocky and soft. However, this can be acceptable for large-format prints (banners, posters, trade show displays) viewed from several feet away, where distance compensates for the lower resolution.

The Viewing Distance Factor

Print DPI requirements decrease as viewing distance increases. A billboard seen from 50 feet away can be printed at 10–20 DPI and look perfectly sharp. A business card examined at 8 inches needs 300 DPI or more. The rule of thumb: the closer the viewer, the higher the DPI you need.

Print Type Typical Viewing Distance Minimum DPI Recommended DPI
Business card 8–12 inches 300 DPI 300–600 DPI
Photo print (4×6, 5×7) 12–18 inches 240 DPI 300 DPI
Magazine / brochure 12–18 inches 300 DPI 300 DPI
Office document 18–24 inches 150 DPI 200 DPI
Poster (18×24) 2–4 feet 150 DPI 150–200 DPI
Large banner 5–10 feet 72 DPI 100–150 DPI
Billboard 50+ feet 10 DPI 10–30 DPI

DPI Guidelines by Use Case

When someone asks "what DPI should my image be?" the answer depends entirely on the intended output. Here's a practical guide for every common scenario.

Professional Print (Magazines, Photo Books, Marketing)

300 DPI minimum. This is the industry standard for commercial printing. At 300 DPI, individual dots are smaller than what the human eye can resolve at a normal reading distance. Print shops will typically reject images below 300 DPI for professional output.

For an 8×10 inch photo book page at 300 DPI, you need a 2400×3000 pixel image. That's roughly 7.2 megapixels — easily achievable with any modern smartphone camera (12–200 MP).

Office Printing (Documents, Presentations)

150–200 DPI is sufficient. Office documents are typically viewed at arm's length on standard paper. At 150 DPI, photos embedded in Word documents and PowerPoint slides look sharp enough for business use. Going higher adds file size without visible benefit.

Large Format (Posters, Banners, Trade Shows)

100–150 DPI. Large prints are viewed from a distance, which masks lower resolution. A 24×36 inch poster at 150 DPI requires a 3600×5400 pixel image (19.4 MP) — achievable with most modern cameras. Even 100 DPI produces sharp results for wall-mounted posters viewed from a few feet away.

Web and Screen Display

DPI is irrelevant. Only pixel dimensions matter. For a full-width hero image on a modern 1920px-wide display, you need a 1920-pixel-wide image. Whether the DPI tag says 72 or 300 makes zero difference. For Retina/HiDPI displays, serve images at 2x pixel density (3840px wide for a 1920px display area) for maximum sharpness.

Required pixels formula: Pixels needed = Print size (inches) × DPI. For a 10×8 inch print at 300 DPI: 3000×2400 pixels. For a 24×36 poster at 150 DPI: 3600×5400 pixels.

DPI vs PPI — What's the Difference?

You'll see both terms used interchangeably, but they technically describe different things:

DPI (Dots Per Inch) refers to printer resolution. A printer creates images by placing tiny dots of ink on paper. A 1200 DPI printer can place 1200 distinct dots in each linear inch. Modern inkjet printers typically operate at 1200–4800 DPI, using multiple tiny dots of varying colors to simulate each pixel of your image.

PPI (Pixels Per Inch) refers to display resolution. A 110 PPI monitor has 110 pixels in each physical inch of screen. A typical 27-inch 4K monitor has ~163 PPI. Apple's Retina MacBook displays are ~226 PPI. iPhone screens range from ~326 to ~460 PPI.

Term Stands For Applies To Example
DPI Dots Per Inch Printers 1200 DPI inkjet printer
PPI Pixels Per Inch Screens / Monitors 163 PPI 4K display
DPI (metadata) Dots Per Inch Image file tag 300 DPI tag in JPEG EXIF

In practice, most people — including many professional designers — use "DPI" for everything. When someone says "this image is 300 DPI," they almost always mean the metadata tag inside the file that suggests a print resolution of 300 pixels per inch. It's technically PPI, but the DPI usage is so widespread that correcting it is mostly pedantic.

The distinction becomes important only when discussing printer hardware. A printer's 1200 DPI capability and an image's 300 DPI metadata are different measurements. The printer uses multiple physical ink dots to reproduce each pixel, so a 1200 DPI printer producing a 300 DPI image uses approximately 4×4 (16) ink dots per pixel to achieve smooth color gradients.

Common Misconception: "Increasing DPI Improves Quality"

This is perhaps the most damaging DPI myth. Many people believe that opening an image in Photoshop and changing the DPI from 72 to 300 magically improves the image quality. It does not.

Changing the DPI metadata without resampling (adding or removing pixels) does exactly one thing: it changes the print size suggestion. A 1000×1000 pixel image at 72 DPI "wants" to print at 13.9×13.9 inches. Change it to 300 DPI and it now "wants" to print at 3.3×3.3 inches. The image is identical — same pixels, same quality, same file size. It just prints smaller.

To actually improve print quality, you need more pixels. There are only two ways to get more pixels:

  • Capture at higher resolution — use a higher megapixel camera or scan at a higher setting
  • AI upscaling — modern tools can synthesize plausible detail, but they're "inventing" pixels that weren't in the original

Simply changing the DPI number in image metadata is like changing the speed limit sign on a road — it doesn't make the cars go faster or slower. It's just a label.

Resampling vs. Changing DPI

Image editors like Photoshop offer two distinct operations that are often confused:

Operation What Happens Pixel Count File Size Quality
Change DPI only
(Resample OFF)
Updates metadata tag Unchanged Unchanged Unchanged
Resample image
(Resample ON)
Adds or removes pixels Changes Changes May degrade (upscale) or improve (downscale)

In Photoshop's Image Size dialog, unchecking "Resample" lets you change DPI without affecting pixels. The document size (in inches) adjusts automatically. Checking "Resample" changes the actual pixel count, which can degrade quality when upscaling (the software invents pixels) or may be fine when downscaling (the software discards pixels).

How to Change Image DPI

If you need to set a specific DPI for printing, here are the most common methods:

Using Convertio

Our converter lets you set DPI during PNG to JPG conversion. Upload your image, open the conversion settings, and specify the target DPI. The converter embeds the DPI metadata into the output JPG file while preserving full pixel quality. Use the converter above or at the bottom of this page.

Using ImageMagick (Command Line)

ImageMagick's convert command can set DPI metadata without touching pixel data:

# Change DPI to 300 (metadata only — no pixel change)
convert input.png -density 300 -units PixelsPerInch output.jpg

# Resize AND set DPI for 8x10" print at 300 DPI
convert input.png -resize 3000x2400 -density 300 -units PixelsPerInch output.jpg

# Set DPI to 150 for office printing
convert input.png -density 150 -units PixelsPerInch output.jpg

The -density flag sets the DPI value, and -units PixelsPerInch ensures the unit is correctly recorded. Without -resize, only the metadata changes — pixel data stays identical.

Using Photoshop

  1. Open the image in Photoshop
  2. Go to Image → Image Size (or Alt+Ctrl+I)
  3. Uncheck "Resample" to change DPI without modifying pixels
  4. Enter the desired resolution (e.g., 300 pixels/inch)
  5. Click OK — notice the document dimensions change but pixel dimensions stay the same

Using macOS Preview

  1. Open the image in Preview
  2. Go to Tools → Adjust Size
  3. Uncheck "Resample image"
  4. Change the Resolution field to your desired DPI
  5. Save the file

How to Check Image DPI

Before sending an image to a printer, verify that the DPI is set correctly. Here are the quickest methods:

Windows

Right-click the image file → PropertiesDetails tab. Look for "Horizontal resolution" and "Vertical resolution" listed in DPI.

macOS

Open the image in Preview → ToolsShow Inspector (or Cmd+I). The "Image DPI" field shows the current DPI setting.

Command Line (ImageMagick)

# Show DPI and other image properties
identify -verbose image.jpg | grep -i resolution

# Quick format: width x height, DPI, file size
identify -format "%w x %h, %x x %y DPI, %b\n" image.jpg

Photoshop

Open the image and go to Image → Image Size. The Resolution field shows the current DPI. The Document Size section shows the physical print dimensions at that DPI.

No DPI embedded? Some images have no DPI metadata at all. Most software defaults to 72 DPI when the tag is missing. This doesn't mean the image "is" 72 DPI — it means the metadata wasn't set. The pixel data is unaffected.

Common DPI Scenarios Solved

Real-world situations where DPI confusion causes problems:

"The print shop says my image is only 72 DPI"

Check the pixel dimensions. If you have a 4000×3000 pixel image, it has plenty of data for a 13.3×10 inch print at 300 DPI. Just change the DPI metadata to 300 — no pixel change needed. The print shop software will then correctly calculate the print size.

"I need a 300 DPI image but mine is 72 DPI"

First, calculate whether you have enough pixels: multiply your desired print size by 300. Need an 8×10 inch print? You need 2400×3000 pixels. If your image has those pixels (or more), simply change the DPI tag. If your image is too small (e.g., 800×600), you need a higher-resolution source — changing the DPI tag won't add real detail.

"My phone camera shoots at 72 DPI"

This is irrelevant. Modern smartphones capture 12–200 megapixel images. A 12 MP sensor produces 4000×3000 pixel images — enough for a 13.3×10 inch print at 300 DPI. The 72 DPI tag in the file is just a default; the pixel data is what matters.

"Client requires 300 DPI files for the catalog"

Change the DPI metadata in your delivery files to 300 using any method above. If the images are from a modern camera (12 MP or higher), they already have more than enough pixels for typical catalog print sizes. The client's requirement is about the metadata tag, which is trivial to change.

Ready to Convert?

Set DPI and convert PNG to JPG in one step

PNG JPG

Tap to choose your file

or

Supports M4A, WAV, FLAC, OGG, AAC, WMA, AIFF, OPUS • Max 100 MB

Frequently Asked Questions

No. Browsers completely ignore the DPI metadata tag. Only pixel dimensions determine how an image displays on screen. A 1920×1080 image at 72 DPI and the same image at 300 DPI will render identically in every browser. DPI only matters when you send an image to a physical printer.

DPI is completely irrelevant for websites. A 1920×1080 image at 72 DPI and the same image at 300 DPI look identical on screen and have the same file size. The DPI tag has zero effect on web display. Focus on pixel dimensions and file size instead — those are what actually affect how your images appear online.

If your image already has enough pixels (e.g., 3000×2400 for an 8×10 inch print at 300 DPI), just change the DPI metadata — no pixel data changes. If your image has too few pixels, you need a higher-resolution source. Upscaling a small image and setting it to 300 DPI doesn't add real detail — it just makes a blurry print.

No. Changing the DPI tag only modifies a few bytes of metadata in the file header. The actual pixel data remains identical, so file size stays essentially the same. To reduce file size, change the image dimensions (fewer pixels) or adjust the compression quality setting.

For home printing viewed at arm's length, 150–200 DPI is sufficient and produces sharp results. 300 DPI is recommended for professional printing and close-up viewing (business cards, photo prints). For large posters and banners viewed from several feet away, 100–150 DPI works well.

More PNG to JPG Guides

JPG vs PNG: Which Image Format Should You Use?
JPG vs PNG compared: lossy vs lossless, transparency, file size, quality, and when to use each format.
JPEG Quality Settings: 80 vs 85 vs 90 vs 100 Compared
JPEG quality explained: how Q80-Q100 affects file size and visual quality. Find the sweet spot for your images.
Progressive JPEG vs Baseline: Which Is Better for Web?
Progressive vs baseline JPEG: loading behavior, file size, perceived performance, and browser support in 2026.
How to Compress JPEG Without Losing Quality
Reduce JPEG file size with metadata stripping, progressive encoding, and optimal quality settings. Compress to target size.
PNG Compression: Reduce File Size Without Losing Quality
PNG compression is lossless. Learn about compression levels, PNG-8 vs PNG-24, filters, and when to convert to JPG instead.
Lossy vs Lossless Image Compression Explained
Lossy (JPEG) vs lossless (PNG) compression: how they work, when to use each, generation loss, and modern formats.
Best Image Format for Web in 2026: JPG vs PNG vs WebP vs AVIF
Compare JPG, PNG, WebP, and AVIF for websites. Browser support, file size, quality, and the 2026 recommendation.
Chroma Subsampling: 4:4:4 vs 4:2:2 vs 4:2:0 Explained
How JPEG exploits human vision to reduce file size. 4:4:4 vs 4:2:0 visual impact and when each matters.
Image Formats & Sizes for Social Media in 2026
Instagram, Facebook, Twitter, LinkedIn, TikTok image sizes and formats. Platform compression and upload tips.
sRGB vs Adobe RGB vs CMYK: Color Profiles for Images
Color spaces explained: sRGB for web, Adobe RGB for photography, CMYK for print. How to convert correctly.
Back to PNG to JPG Converter