Understanding Image Resolution, DPI, and PPI - Print vs Web Guide

February 10, 2026 10 min read Snipinsta Team
Educational Image Quality Design

"Is this image 300 DPI?" - it's one of the most asked questions in design and photography. But what does image resolution actually mean? And does DPI matter for web images? This guide explains everything you need to know about resolution, DPI, and PPI for both print and digital use.

What Is Image Resolution?

Image resolution describes how much detail an image contains. It can be expressed in two ways:

  • Pixel dimensions: The total number of pixels, e.g., 3000 × 2000 pixels (6 megapixels). This is the absolute resolution - the actual data in the image file.
  • Pixel density (PPI/DPI): How many pixels (or dots) fit into one inch when printed or displayed. This is relative resolution - it determines the physical size of the output.
The key insight: A 3000×2000 pixel image contains exactly the same data whether it's set to 72 PPI or 300 PPI. The PPI setting only changes the physical print size:
  • At 300 PPI → prints at 10" × 6.67" (high quality)
  • At 72 PPI → prints at 41.7" × 27.8" (low quality, stretched)

DPI vs PPI - What's the Difference?

PPI (Pixels Per Inch)DPI (Dots Per Inch)
What it measuresPixel density of a digital image or screenInk dot density a printer outputs
Digital or physicalDigital (screen, image file)Physical (printer output)
Who uses itPhotographers, web developers, designersPrint shops, publishers
Example"This image is 300 PPI""Print at 300 DPI on the laser printer"
Can you change it?Yes (metadata, or by resampling)Set in printer/RIP settings

In practice: Most people (and even software like Photoshop) use "DPI" when they actually mean "PPI." This is technically incorrect but universally understood. When a client says "I need the image at 300 DPI," they mean 300 PPI.

Resolution for Print - The 300 DPI Rule

For print, resolution determines whether your output looks sharp or pixelated. The industry standard is:

300 DPI

Professional Print

Magazines, business cards, photo prints, brochures, packaging

150 DPI

Large Format

Posters, banners, trade show displays (viewed from 3+ feet)

72 DPI

Billboard / Draft

Billboards (viewed from 20+ feet), internal drafts, proofs

How to Calculate Required Pixel Dimensions for Print

Formula: Print Size (inches) × DPI = Required Pixels

Print SizeAt 300 DPIAt 150 DPIMegapixels (300 DPI)
4×6" (standard photo)1200 × 1800600 × 9002.2 MP
5×7" (framed print)1500 × 2100750 × 10503.2 MP
8×10" (portrait)2400 × 30001200 × 15007.2 MP
11×14" (large print)3300 × 42001650 × 210013.9 MP
A4 (8.3×11.7")2490 × 35101245 × 17558.7 MP
24×36" (poster)7200 × 108003600 × 540077.8 MP

Resolution for Web - Why DPI Doesn't Matter

Important: DPI/PPI is irrelevant for web images. On screens, only pixel dimensions and file size matter.

A 1200×800 pixel image displays identically on a website whether it's saved at 72 PPI or 300 PPI. The browser ignores the PPI metadata entirely - it uses the pixel dimensions and scales to the CSS-specified display size.

What actually matters for web images:

Use CaseRecommended WidthFormat
Blog post hero image1200-1920pxWebP or JPEG
Product thumbnail400-600pxWebP or JPEG
Social media post1080-1200pxJPEG or PNG
Email header600-700pxJPEG
Icon / favicon16-512pxPNG or SVG
Retina display (2x)2× display sizeWebP or JPEG

For Retina/HiDPI displays: Serve images at 2× the display size. If an image displays at 600px wide on your site, provide a 1200px wide source image for Retina sharpness.

Resolution Chart by Use Case

Use CaseResolutionKey Metric
Magazine / book printing300 DPIPPI at print size
Business cards300 DPIPPI at print size
Photo prints300 DPIPPI at print size
Poster / banner150 DPIPPI at print size
Billboard30-72 DPIPPI at print size
Website imagesN/APixel width (800-1920px)
Social mediaN/APixel dimensions per platform
EmailN/APixel width (600-700px) + file size
App / UI designN/APixel dimensions + @2x/@3x variants

How to Check Image Resolution

Method 1: Snipinsta Image Metadata (Quick & Free)

  1. Go to Snipinsta Image Metadata
  2. Upload your image
  3. View full EXIF data: pixel dimensions, DPI/PPI, color space, camera info, and more

Method 2: Right-Click on Your Computer

  • Windows: Right-click image → Properties → Details tab → look for "Horizontal resolution" and "Vertical resolution"
  • Mac: Open image in Preview → Tools → Show Inspector (⌘I) → look for Image DPI

Method 3: In Photoshop

Image → Image Size → Resolution field shows PPI. Uncheck "Resample" to see print size at current PPI.

How to Change Image Resolution

There are two fundamentally different operations:

Change PPI Without Resampling

Changes only the metadata - tells printers to use a different dot density. No pixels are added or removed. Lossless operation.

Example: Changing 72 PPI to 300 PPI on a 3000×2000 image just changes the print size from 41.7×27.8" to 10×6.67".

Resample (Change Pixel Dimensions)

Actually changes the number of pixels. Upsampling adds interpolated pixels (can look blurry). Downsampling removes pixels (permanent quality loss).

Example: Resampling 1000×667 to 3000×2000 triples the pixels - but the AI has to "guess" the missing detail.

To resize images for the web (change pixel dimensions), use Snipinsta Image Resizer - it supports custom dimensions, percentage scaling, and batch processing.

Common Myths Debunked

Reality: Browsers ignore DPI. A 1200px wide image looks identical whether saved at 72 or 300 DPI. The "72 DPI for web" convention dates back to when Macintosh screens were exactly 72 PPI - that hasn't been true since the 1990s.

Reality: DPI only relates pixel count to physical print size. A 3000×2000 image at 72 PPI has exactly the same quality as at 300 PPI - it just prints at a different physical size. Quality is determined by pixel count, lens quality, and compression, not DPI metadata.

Reality: If the image doesn't have enough pixels, changing the DPI tag won't create new detail. A 600×400 pixel image will print poorly at 8×10" regardless of its DPI setting. You need a minimum of 2400×3000 pixels for a sharp 8×10" print.

Reality: If you only change the PPI metadata (without resampling), file size stays exactly the same. The pixel count hasn't changed - only the interpretation of physical print size. Only resampling (adding pixels) increases file size.

Check & Optimize Your Images

Use Snipinsta's free tools to check image resolution, resize for any use case, and optimize file size.

Frequently Asked Questions

PPI (Pixels Per Inch) describes the pixel density of a digital image or screen. DPI (Dots Per Inch) describes the ink dot density a printer outputs. In casual use, they're often used interchangeably, but they refer to different stages: PPI is digital, DPI is physical print output.

For high-quality prints, use 300 DPI. For large format printing (posters, banners), 150 DPI is usually sufficient since they're viewed from a distance. For newspaper or draft quality, 150 DPI works. Never go below 150 DPI for anything that will be printed.

For web, what matters is pixel dimensions, not DPI. A 1200×800 pixel image displays identically on screen whether it's set to 72 PPI or 300 PPI. For web, focus on pixel dimensions and file size, not PPI. Standard web images are typically 800-1920 pixels wide.

Changing only the DPI/PPI metadata without resampling does not change image quality - it just changes how large the image prints. Resampling (changing pixel dimensions) does affect quality: upsampling adds interpolated pixels and can look blurry, while downsampling removes pixels permanently.

You can check an image's resolution, DPI, and pixel dimensions using Snipinsta's Image Metadata tool at snipinsta.app/image-metadata. Upload any image to see its full EXIF data including resolution, dimensions, DPI, color space, and camera information.