The Complete Guide to Resizing Images
In short
Resizing changes the pixel dimensions of an image. Downscaling (making smaller) almost always looks fine. Upscaling (making larger) loses sharpness because the software has to invent pixels that were never captured. Match the final size to where the image will actually be displayed.
What is image resizing?
Resizing changes an image's width and height in pixels. Unlike cropping, which keeps the original pixels and discards the edges, resizing recalculates every pixel — combining or interpolating neighboring pixels to fit the new dimensions. The whole composition is preserved; only the pixel count changes. Modern resizing uses high-quality interpolation (bicubic, Lanczos) so downscaling usually looks indistinguishable from a photo taken at the smaller size to begin with.
Upscaling vs. downscaling — what to expect
- Downscaling (smaller): Generally excellent results. The browser uses high-quality interpolation that averages neighboring pixels intelligently. A 4000×3000 photo resized to 1600×1200 looks crisp and clean.
- Upscaling (larger): Always lossy in the perceptual sense. The software has no real information about pixels that were never captured, so it makes educated guesses. Up to about 150–200%, results are acceptable for casual use. Beyond that, the image gets visibly soft and blurry.
- If you absolutely need a larger image, capture it at higher resolution to start with. No web-based resizer can match a higher-resolution original.
How to resize an image
- Drop your image into the upload area or click to browse.
- Type the desired width and height in pixels, or use the percentage shortcut to scale by 25%, 50%, 75%, etc.
- Keep the aspect ratio lock on (chain icon) unless you specifically want to stretch the image.
- Use the swap button to flip width and height — handy when switching between landscape and portrait orientation.
- Pick an output format if you want to convert at the same time.
- Click Download to save. The original file on your device is unchanged.
Common target sizes
- Website hero / banner: 1920×1080 (or 1600×900 if mobile-first). Larger is wasted bandwidth on most screens.
- Blog / article inline image: 1200×800 or 1600×900. Anything bigger gets downscaled by the browser anyway.
- Social media — Instagram feed: 1080×1080 (square), 1080×1350 (portrait 4:5).
- Social media — Stories/Reels: 1080×1920 (9:16).
- Social media — Facebook/Twitter link preview: 1200×630 (1.91:1).
- YouTube thumbnail: 1280×720 (16:9), max 2 MB.
- LinkedIn cover: 1584×396.
- Email signature image: 320–400px wide, ~50–80px tall, under 50 KB.
- Print at 300 DPI: For a 4×6 photo print, 1200×1800 px. For 8×10, 2400×3000 px.
- App icon / favicon: 512×512, 192×192, 32×32 — multiple sizes for different platforms.
Resizing tips
- Lock aspect ratio by default: Stretching distorts faces and circles. Only unlock it if you specifically need a non-proportional resize.
- Resize before compressing: A correctly-sized image compresses to a smaller file with better visible quality than an oversized image compressed harder.
- Use percentages for batch consistency: If you have a folder of mixed-size photos, "50%" gives a consistent feel even though each result file has different dimensions.
- Avoid resizing more than once: Each pass is interpolation. Resize once from the original whenever possible.
- Match the display device: A 4K monitor renders a 1920px image at half the physical size of a 1080px screen. Pick dimensions based on where the image will actually be viewed.
Resizing — common questions
- Will resizing reduce image quality?
- Downscaling: usually no visible loss, sometimes even cleaner because high-frequency noise gets smoothed away. Upscaling: yes, always — the software is guessing at pixels that were never captured. The further you upscale, the softer the result.
- What's the difference between resizing and resolution / DPI?
- Pixel dimensions (e.g. 1920×1080) describe the actual pixel grid. DPI/PPI is just metadata that tells a printer how big to make each pixel on paper — it does not change the file. For screen use, ignore DPI and focus on pixel dimensions. For print, calculate: target inches × 300 = required pixels.
- Why does my resized image look fuzzy?
- Most likely you upscaled past about 200%. The interpolation has run out of real data to work with. Other possibilities: you resized the same image multiple times (each pass softens it), or you saved as JPEG at low quality after resizing.
- How do I keep the file size small after resizing?
- Resize first, then compress. A correctly-sized image compresses much better than an oversized image with aggressive compression. Pair the Resize tool with the Compress tool for the smallest possible file at acceptable quality.
Privacy: your images stay on your device
Every operation in PhotoTools runs locally in your browser using the HTML5 Canvas API. Your image file is read into memory on your device, transformed there, and the result is generated locally — nothing is ever uploaded to a server. When you close the tab, the image is gone from memory. There is no account, no cloud storage, and no analytics on the file itself.