Resizing an image sounds simple — just make it smaller. But depending on how you do it, the result can look noticeably worse than the original, and the file can end up barely smaller than before, or even larger. Here's what's actually happening and how to get a clean result.
Shrinking pixels vs. shrinking the file
These are two different things. When you reduce an image's pixel dimensions (say, from 4000×3000 to 1200×900), you're throwing away pixels. That reduction also tends to reduce the file size, because a smaller image has less data to store — but the relationship isn't perfect.
A 4000×3000 PNG can easily be 10MB. The same image at 1200×900, still saved as a PNG, might come out at 3–5MB. If that's still too large, resizing alone won't solve the problem — you also need to consider compression and format.
Why the file is still large after resizing
The most common culprits:
- You're still saving as PNG. PNG is lossless — it stores every pixel exactly. A resized photo saved as PNG will compress less efficiently than the same photo saved as JPG. If the original was a camera photo and the form accepts JPG, switch the format.
- The original is a very complex image. Compression works by spotting repeating patterns. A busy, detailed photo (say, a crowd shot at dusk) compresses less than a simpler image, so even a dramatically smaller version stays large.
- Quality is set too high. Many tools default to 90–95% quality for JPEG output. Dropping to 80–85% is usually invisible to the eye but results in noticeably smaller files.
Resizing without visible quality loss
The key insight is that shrinking a photo improves apparent sharpness relative to file size — you're fitting less detail into fewer pixels, so each pixel carries more useful information. Done right, a well-resized image looks as sharp or sharper than the original at normal viewing sizes, even at a much smaller file size.
Two things to get right:
- Lock the aspect ratio. Changing width and height independently stretches the image — people and objects look squashed or squeezed. Always resize proportionally unless you have a specific reason not to.
- Use the right format and a reasonable quality setting. For photos, save as JPG at 80–90% quality. For screenshots, logos, or graphics with sharp edges, stay with PNG — the quality slider doesn't help PNG anyway since it's already lossless.
When enlarging makes things worse
Resizing up — going from 600×400 to 2400×1600 — does not add real detail. The software has to invent pixels it can't actually know, which shows up as blurriness or a plastic look. If you need a higher-resolution version of something, you need the original higher-resolution file. AI upscaling tools can do a better job than naive resizing, but they still can't recover information that was never captured.
A quick decision guide
- Photo for a form or email attachment → resize to the required dimensions, save as JPG at 82–88% quality.
- Logo or screenshot for a website → resize to the exact needed size, keep as PNG.
- Camera photo for web use → resize and save as WebP if the platform accepts it; it's smaller than JPG at similar quality.
- Still too large after resizing → try the compress tool with a target file size.