How to Change the Resolution of a Photo (And What Actually Happens When You Do)

Changing a photo's resolution sounds straightforward — until you realize the same term means different things depending on what you're trying to do. Whether you're resizing an image for a website, preparing a print, or trying to reduce a file size, understanding what resolution actually controls will help you get the result you want without accidentally degrading your photos.

What "Resolution" Actually Means

Resolution refers to the amount of detail an image contains, typically expressed as:

  • Pixel dimensions — the width × height in pixels (e.g., 4000 × 3000)
  • PPI (pixels per inch) — how densely those pixels are packed when printed or displayed at a specific size
  • DPI (dots per inch) — the printer's physical output density, often confused with PPI

Here's the key distinction most guides skip: changing PPI alone in image metadata does not change your file size or visual quality on screen. It only affects how the image is interpreted when printed. What actually changes image quality is altering the pixel dimensions — adding or removing pixels through a process called resampling.

Two Ways to Change Resolution

1. Changing PPI Without Resampling

This adjusts how large the image prints without touching the pixel data. A 3000 × 2000 pixel image set to 300 PPI prints at 10 × 6.67 inches. Change that to 150 PPI and the same pixels now print at 20 × 13.3 inches — but the file size and screen appearance stay identical.

Use this when: You want to control print output size without any quality change.

2. Changing Pixel Dimensions (Resampling)

This actually adds or removes pixels. Scaling down (downsampling) discards pixel data — generally safe and widely done. Scaling up (upsampling) requires the software to invent new pixels, which is where quality degrades.

Use this when: You need a smaller file for web upload, a specific pixel size for a platform, or you're preparing a print-ready file from a high-resolution source.

How to Change Photo Resolution by Platform 🖥️

PlatformToolMethod
WindowsPhotos App / PaintOpen image → Resize → Adjust pixel dimensions
macOSPreviewTools → Adjust Size → enter dimensions or resolution
iPhone/iPadShortcuts app or third-party appsNo native resize tool built in
AndroidGoogle Photos (limited)Most full control via third-party apps
Web browserSquoosh, Adobe ExpressUpload → resize → export
Desktop proPhotoshop, GIMP, Affinity PhotoImage → Image Size → resample options

On Windows (Paint or Photos)

Open your image in Paint, click Resize, and enter percentage or pixel values. It's basic but functional for simple downscaling.

On macOS (Preview)

Go to Tools → Adjust Size. You'll see both pixel dimensions and resolution (PPI) as separate fields. Uncheck "Resample image" if you only want to change print size, or leave it checked to actually resize the pixel data.

In Photoshop or GIMP

These tools offer the most control. Photoshop's Image Size dialog lets you choose resampling algorithms — important when upscaling, since options like Preserve Details 2.0 or Bicubic Smoother produce noticeably different results than the default.

GIMP is a free alternative with similar capability under Image → Scale Image.

The Quality Trade-Off You Need to Understand 📐

When you reduce an image's pixel dimensions, you permanently discard data. That's usually acceptable — going from 6000 × 4000 to 1200 × 800 for a website is standard practice.

When you increase pixel dimensions (upscale), no new real detail is created. Software interpolates — essentially guesses — what the extra pixels should look like. Results range from slightly soft to noticeably blurry depending on:

  • How much you're scaling up (doubling is more forgiving than 5×)
  • The resampling algorithm used (Lanczos, Bicubic, Nearest Neighbor all behave differently)
  • The subject matter (sharp geometric shapes upscale better than fine texture or hair)
  • Whether AI upscaling is available — tools like Topaz Gigapixel, Adobe's Super Resolution, or even free tools like waifu2x use machine learning to reconstruct detail more convincingly than traditional resampling

File Format Affects the Outcome Too

Changing resolution and then saving in JPEG introduces compression artifacts on top of any resampling changes. If quality matters, export to PNG (lossless) for web use, or TIFF for print. JPEG is fine for photos at reasonable compression levels, but every re-save of a JPEG compounds quality loss.

What Determines the Right Resolution for Your Situation

The "correct" resolution depends on factors specific to what you're doing:

  • Web images: 72–150 PPI is conventional, but pixel dimensions matter more than PPI for screen display
  • Standard home printing: 150–300 PPI at the intended print size
  • Professional or large-format printing: 300 PPI at final size is a common baseline
  • Social media uploads: Each platform has preferred pixel dimensions that affect how images are compressed and displayed
  • Email attachments: File size limits and display context vary

The gap between knowing the process and knowing the right settings is filled by your specific output target — the platform, device, print size, or audience you're working toward. Those details change what "good resolution" actually means for any individual photo. 🎯