How to Edit the Size of a Picture in Photoshop

Resizing an image in Photoshop sounds straightforward — and it can be — but the right way to do it depends on what you're trying to achieve. Are you reducing file size for the web? Scaling up for print? Cropping to specific dimensions? Each scenario uses different tools and involves tradeoffs that matter more than most tutorials let on.

The Difference Between Image Size, Canvas Size, and Cropping

Before touching any controls, it helps to understand that Photoshop offers three distinct ways to change how big a picture appears or how much space it occupies:

  • Image Size — changes the actual pixel dimensions and/or the physical print dimensions of the entire image
  • Canvas Size — changes the working area around the image without scaling the image itself (useful for adding borders or expanding the composition)
  • Crop Tool — removes parts of the image to change dimensions by cutting, not scaling

These are not interchangeable. Using the wrong one is the most common source of confusion for beginners.

How to Use Image Size in Photoshop

The Image Size dialog is the primary tool for resizing a photo. Here's how to access and use it:

  1. Open your image in Photoshop
  2. Go to Image → Image Size (or press Alt + Ctrl + I on Windows / Option + Command + I on Mac)
  3. The dialog box shows current dimensions in pixels, inches, or centimeters, along with resolution (PPI)

Inside the dialog, a chain-link icon between width and height indicates proportional constraint is active. When enabled, changing one dimension automatically adjusts the other to preserve the aspect ratio. Unlinking them allows free distortion — which is occasionally intentional, but usually not.

Pixels vs. Physical Dimensions vs. Resolution

This is where many users get tripped up. There are three interconnected values:

SettingWhat It ControlsAffects File Size?
Pixel DimensionsActual image data (e.g., 1920×1080 px)✅ Yes
Document SizePrint size (inches/cm)❌ Not by itself
Resolution (PPI)Pixels per inch for print output❌ Not by itself

Key point: Changing resolution without resampling only redistributes existing pixels — it does not add or remove data, and it does not change file size. Only changing pixel dimensions (with resampling enabled) actually alters the image data.

Understanding Resampling 🖼️

Resampling is the process Photoshop uses to add or remove pixels when you resize. This is toggled by a checkbox in the Image Size dialog.

  • Resample ON — Photoshop adds or removes pixels. The image data changes. File size changes.
  • Resample OFF — Pixel count stays the same; only print dimensions and resolution values shift. File size stays the same.

When resampling is active, Photoshop offers several interpolation methods:

  • Preserve Details 2.0 — generally best for enlarging photos
  • Bicubic Smoother — good for upscaling when Preserve Details isn't available
  • Bicubic Sharper — good for downscaling
  • Bicubic — all-purpose standard
  • Nearest Neighbor — used for pixel art or hard-edged graphics; produces sharp but blocky results

The choice of interpolation method affects sharpness, edge quality, and how well fine detail holds up — especially when enlarging significantly.

Resizing for Specific Use Cases

For Web and Screen

When optimizing for web, pixel dimensions are what matter. Resolution values like 72 PPI vs. 300 PPI make no difference to how an image looks on screen — screens render by pixel count, not by PPI. Focus on keeping pixel dimensions at or below what your layout needs, then export using File → Export → Export As to control final file size and format.

For Print

Print output depends on both pixel dimensions and resolution together. A 300 PPI image at a given size means you have enough pixels to render fine detail. At 150 PPI, the same image appears softer when printed at the same physical dimensions. Standard professional print targets are typically around 300 PPI, though this varies by output type (large-format printing uses lower PPI targets).

For Social Media or Specific Platform Dimensions

Social platforms have their own required or recommended pixel dimensions. In this case, it's often better to use the Crop Tool with a fixed ratio or fixed size set in the options bar, which lets you frame the composition while targeting exact pixel output simultaneously.

How to Use the Crop Tool for Sized Output

  1. Select the Crop Tool (press C)
  2. In the options bar, choose W × H × Resolution from the dropdown
  3. Enter your target dimensions and resolution
  4. Drag the crop boundary and commit

This method is useful when you need a specific final size (say, 1200×628 px for a social card) and want control over which part of the image is kept.

The Tradeoffs Worth Knowing About

Enlarging images degrades quality. No interpolation method fully compensates for missing pixel data. Photoshop's AI-powered Super Resolution (available via Camera Raw, accessed through Filter → Camera Raw Filter) handles upscaling better than traditional resampling for many images, but results vary by source quality and subject matter. ✨

Repeated resizing compounds quality loss. Each resample modifies pixel data. Working from the highest-resolution source and resizing once — at the end of your workflow — preserves the most quality.

Pixel dimensions and display size are context-dependent. A 2000×2000 px image looks very different in size on a standard 1080p monitor versus a 4K display or a 300 PPI printed page.

What Shapes the Right Approach for You

The method that makes most sense depends on factors specific to your situation: the original image's pixel dimensions, the platform or medium you're outputting to, whether you're scaling up or down, how much quality loss is acceptable, and whether you're working with raster photos, graphics with flat color, or a mix. Each of those variables pushes the balance between different tools and settings in different directions.