Resizing sounds simple—type in new numbers, click OK. But if you've ever ended up with a blurry, pixelated mess, you know there's more to it. This guide explains what actually happens when you resize an image and how to get clean results every time.
Resolution vs. DPI: Two Different Things
Resolution is the pixel count of your image—say, 4000 × 3000 pixels. DPI (dots per inch) only describes how densely those pixels get printed on paper. A 1200 × 1800 pixel image is a crisp 4×6 inch print at 300 DPI, but the same file displayed full-screen is just... 1200 pixels wide. Changing DPI alone never changes image quality; changing pixel dimensions does.
Downscaling: The Safe Direction
Making images smaller is nearly lossless. The editor discards pixels and blends the remaining ones smoothly. Even so, method matters:
- Bicubic resampling produces the smoothest results for photographs and is the default choice in most editors.
- Bilinear is faster and slightly softer—fine for web graphics.
- Nearest neighbor keeps original pixels untouched, which preserves razor-sharp edges but creates jagged artifacts on photos.
After downscaling, apply light sharpening to restore crispness lost in the blend.
Upscaling: Handle With Care
Enlarging forces your editor to invent pixels that never existed. Results depend heavily on the algorithm:
- Nearest neighbor: Duplicates pixels, producing visible blocks. Avoid for photos.
- Bilinear: Smooths transitions but can look soft or mushy.
- Bicubic: The best traditional option—better edge interpretation with fewer artifacts.
Rules of thumb: enlarge in small steps (110–125% at a time) rather than one giant jump, never upscale beyond about 150% for print, and remember that modest enlargement plus sharpening usually beats any single huge interpolation.
Practical Recipes
- Website hero image: Resize to 1920 px wide, bicubic, export as JPG at 80% quality.
- Blog thumbnails: 800 px wide is plenty; compress harder (60–70%) since small files load fast.
- Social media post: Match each platform's recommended size exactly—avoiding a second resize prevents extra softening.
- 8×10 inch print: You need 2400 × 3000 pixels at 300 DPI. If your photo falls short, upscale gently with bicubic and inspect at 100% zoom before printing.
- Pixel art or icons: Use nearest neighbor at exact multiples (2x, 3x) to keep edges perfectly sharp.
Three Habits That Preserve Quality
- Always keep your original. Every resize rewrites pixels; work from the master copy.
- Resize once. Repeated small resizes compound blur. Go from original to final size in a single step.
- Sharpen after resizing, not before—resampling softens edges regardless of direction.
Try It Yourself
Open any photo in miniPhotoShop's Image Size dialog, switch between the resampling options, and zoom to 100% to compare. Once you've seen how each method treats edges, you'll never resize blindly again.