← All articles 9 min read

How to Resize an Image in Photoshop — Full 2025 Guide

Resizing is the single most common Photoshop task. Change dimensions for a website, hit a social media spec, prepare a file for print — it all starts with the pixel count. But Photoshop offers multiple paths, and each one behaves differently.

This guide covers every resize method in Photoshop 2025 (v26.x): Image Size, Canvas Size, Free Transform, Smart Objects, and batch Actions. You will learn which resample algorithm to choose, how resolution relates to file size, and how to avoid blurry output.

Need a fast resize without launching Photoshop? Pixotter's resize tool handles exact pixel dimensions and percentages in your browser — no install, no file upload.

The Image Size Dialog

This is where most resizing happens. Open it with Image > Image Size or press Alt+Ctrl+I (Windows) / Option+Cmd+I (Mac).

Three fields matter:

Step-by-Step: Resize to Exact Pixel Dimensions

  1. Open your image in Photoshop 2025.
  2. Go to Image > Image Size (Alt+Ctrl+I / Option+Cmd+I).
  3. Set the unit dropdown next to Width to Pixels.
  4. Confirm the chain-link icon is active (aspect ratio locked).
  5. Check Resample and choose your algorithm (see the comparison table below).
  6. Enter your target width or height. The other dimension adjusts automatically.
  7. Click OK.
  8. Save with File > Export > Export As for web output (PNG, JPEG, or WebP) or File > Save As for print.

The resample method you select in step 5 determines output quality, especially when enlarging. Choose carefully.

Resample Methods Compared

Photoshop 2025 offers seven resampling algorithms. Here is when each one earns its place:

Resample Method Best For How It Works Quality
Preserve Details 2.0 Enlarging photos AI-powered upscaling with a Noise Reduction slider (0-100%). Analyzes content to reconstruct detail. Best for upscaling
Bicubic Smoother Enlarging (legacy) Interpolates new pixels with a smoothing bias. Less artifacting than bilinear, softer than Preserve Details. Moderate for upscaling
Bicubic Sharper Downscaling Interpolates with a sharpening bias. Maintains edge definition when shrinking. Great for downscaling
Bicubic (Automatic) General use Photoshop selects Smoother or Sharper based on scale direction. A reliable default. Good overall
Bilinear Speed over quality Samples the 4 nearest pixels. Faster but lower quality than bicubic methods. Low
Nearest Neighbor Pixel art, screenshots Duplicates or removes pixels with zero interpolation. Preserves hard edges. Best for pixel art
Automatic Default Photoshop picks the best method based on image content and scale direction. Usually selects Preserve Details 2.0 or Bicubic. Good overall

Which Method Should You Pick?

Enlarging a photo? Use Preserve Details 2.0. Start the Noise Reduction slider at 20% and increase if grain appears. This method uses Adobe's machine learning model and produces visibly better results than any bicubic option.

Shrinking a photo? Use Bicubic Sharper. It counteracts the softness from discarding pixels. If the result looks over-sharpened, fall back to Bicubic (Automatic).

Working with pixel art, icons, or screenshots? Use Nearest Neighbor. Every other method blurs the hard pixel edges that define these image types.

Not sure? Leave it on Automatic. Photoshop's auto-selection is reliable in v26.x and rarely picks wrong.

For more on maintaining sharpness during resizing, see our guide on how to resize images without losing quality.

Dimensions, Resolution, and File Size

These three values are linked, and understanding the relationship prevents confusion:

The practical implication: changing resolution with Resample off is free. You are relabeling the same pixels. Setting a 3000x2000 image from 72 PPI to 300 PPI does not add pixels — it tells the printer to pack them tighter, shrinking print size from roughly 41x27 inches to 10x6.7 inches. Changing dimensions with Resample on is a real operation — you create or destroy pixels, which changes both file size and image quality.

For a deeper dive into converting between pixel counts and physical measurements, see our pixels to inches guide.

Canvas Size vs. Image Size

These two dialogs both change document dimensions, but they do fundamentally different things:

When to Use Canvas Size

Open Canvas Size with Image > Canvas Size (Alt+Ctrl+C / Option+Cmd+C). Use it when you need to:

The anchor grid controls where the existing image sits within the new canvas. Click center to add space equally on all sides. Click a corner to push all extra space to the opposite corner.

Example: You have a 1200x800 image and need a 1200x1200 square. Open Canvas Size, set height to 1200px, keep the anchor centered, and Photoshop adds 200px above and below.

Free Transform (Ctrl+T / Cmd+T)

Free Transform resizes individual layers rather than the entire document. Select your layer, press Ctrl+T (Windows) / Cmd+T (Mac), and drag the corner handles.

Key behaviors in Photoshop 2025:

Free Transform is destructive on regular pixel layers — scaling down then back up loses quality permanently. Convert to a Smart Object first (right-click layer > Convert to Smart Object) for non-destructive resizing. Photoshop then resamples from the original embedded data on every transform.

When to use Free Transform vs. Image Size: Image Size changes the entire document. Free Transform resizes one layer within a composition — scaling a logo into a mockup, fitting a placed image into a template.

For resizing vectors in a different Adobe tool, see our guide on how to resize an image in Illustrator.

Batch Resize with the Actions Panel

The Actions panel lets you record a resize sequence and replay it across an entire folder.

Record a Resize Action

  1. Open one representative image from your batch.
  2. Open the Actions panel (Window > Actions).
  3. Click Create New Action (the + icon). Name it "Resize to 1200px wide." Click Record.
  4. Go to Image > Image Size. Set width to 1200px, Resample to Bicubic Sharper. Click OK.
  5. Go to File > Export > Export As. Choose your format and quality. Export to your output folder.
  6. Close the image (File > Close, click "Don't Save").
  7. Click Stop in the Actions panel.

Run the Action on a Folder

  1. Go to File > Automate > Batch.
  2. Set the Action to the one you recorded.
  3. Source: Folder. Click Choose and select your input folder.
  4. Check Suppress File Open Options Dialogs and Suppress Color Profile Warnings.
  5. Destination: Folder. Choose your output directory.
  6. Click OK. Photoshop processes every image in the folder.

For simpler jobs, File > Scripts > Image Processor offers a streamlined interface — pick input folder, output folder, format, and max dimensions. No Action required.

For a faster alternative, Pixotter's resize tool handles batch resizing directly in the browser — drop files, set dimensions, download. No Actions setup, no subscription. For more batch workflows, see our batch resize images guide.

Common Mistakes to Avoid

Resizing with Resample off when you need pixel changes. Changing dimensions with Resample unchecked only alters print metadata — pixel count stays the same. For any web or social media resize, Resample must be on.

Using Bicubic Smoother instead of Preserve Details 2.0 for upscaling. Bicubic Smoother was the best option in older versions. Preserve Details 2.0, refined through v26.x, produces substantially sharper enlargements. No reason to default to Bicubic Smoother for photos in 2025.

Scaling a flattened layer up and down repeatedly. Each transform compounds quality loss. Convert to a Smart Object before starting, or resize once to your final dimensions.

Saving as JPEG multiple times. Every JPEG save recompresses. Resize once, export once. Keep a PSD or TIFF master for future edits. After resizing, compress your final export to hit your target file size without extra quality loss.

Resize for Web vs. Print

Web Images

  1. Set width to match your layout column (800-1400px for blog content, 1920px for full-width heroes).
  2. Resolution: 72 PPI. Higher values only increase file size — screens ignore PPI.
  3. Resample: Bicubic Sharper for downscaling.
  4. Export as WebP for best compression, JPEG at 80-85% for compatibility, or PNG when you need transparency.

Print Images

  1. Open Image Size. Uncheck Resample first.
  2. Set Resolution to 300 PPI.
  3. Check the resulting physical dimensions in inches. If the print size is too small, check Resample on, select Preserve Details 2.0, and scale up.
  4. Save as TIFF or high-quality JPEG (95-100%).

Our how to resize a photo guide covers more platform-specific walkthroughs.

Frequently Asked Questions

How do I resize an image in Photoshop without losing quality?

Use Preserve Details 2.0 for enlarging and Bicubic Sharper for shrinking. If you plan to resize multiple times, convert the layer to a Smart Object first so Photoshop resamples from the original data each time. See our resize without quality loss guide for more techniques.

What is the difference between Image Size and Canvas Size?

Image Size scales the photo — pixels are added or removed. Canvas Size changes the workspace around the photo without scaling anything. Larger canvas adds empty space; smaller canvas crops the edges. Use Image Size to change photo dimensions. Use Canvas Size to add padding or change aspect ratio.

Can I resize multiple images at once in Photoshop?

Yes. Record an Action that resizes, exports, and closes an image, then run it on a folder via File > Automate > Batch. For simpler jobs, File > Scripts > Image Processor works without Action setup. Without Photoshop, Pixotter's resize tool handles batch processing in the browser.

What resolution should I use for web images vs. print?

Web: 72 PPI. Screens render by pixel count, so higher PPI just inflates file size. Print: 300 PPI for photo-quality output. Large-format printers sometimes accept 150 PPI — check with your printer.

Why does my resized image look blurry?

Three common causes: (1) Wrong resample method — use Preserve Details 2.0 for photos or Nearest Neighbor for pixel art. (2) You scaled a pixel layer up and down without a Smart Object — undo and resize in one step. (3) JPEG saved at low quality — export at 85%+ or use PNG/WebP. Our Photoshop vs. GIMP comparison covers where Photoshop's resampling beats open-source alternatives.

If you need to enlarge an image rather than shrink it, see our guide on how to upscale an image in Photoshop for AI-powered and traditional enlargement techniques.

Also try: Compress Images