Why image files get so large
Modern phone cameras produce 12–48 megapixel images. Each pixel stores color data. Uncompressed, that is tens of megabytes per photo. Even compressed JPGs from the camera often land at 3–8MB because the camera prioritizes quality over small file size.
PNG screenshots of a 1920×1080 screen are larger than they need to be because PNG is lossless. Scanned documents at 600 DPI create huge files when saved as full-color images instead of optimized PDF or JPG.
The fix is not one slider labeled 'quality.' It is matching the file to how the image will actually be used.
Three levers that shrink file size
Dimensions: fewer pixels means less data. Resizing a 4000px-wide photo to 1200px wide often cuts size by 80% before any compression tuning.
Format: WebP and JPG beat PNG for photos. PNG beats JPG for screenshots with text. Wrong format choice can double or triple file size for the same visual content.
Compression quality: lowering JPG quality from 95% to 80% often halves file size with minimal visible change on screens. Going too low creates blocky artifacts.
- Resize to display dimensions first
- Convert to the efficient format for the content type
- Compress with preview until size and quality balance
Smaller files for specific use cases
Email attachments: aim under 1MB per image, 600px wide max inline. Many providers limit total message size to 25MB.
Website images: target under 200KB for hero images, under 100KB for blog inline photos after WebP conversion.
Form uploads with KB limits: use a target-size compressor that hits exact caps like 50KB or 100KB for passport and job portal requirements.
What not to do
Do not zip JPG files expecting major savings — JPG is already compressed. Zip helps with batches of PNG or TIFF, not single photos.
Do not repeatedly save the same JPG in an editor. Each save adds lossy compression cycles.
Do not upload oversized images and rely on the platform to resize. Facebook, WordPress, and email clients compress aggressively with no quality control on your end.
Make images smaller on Irreva
Start with the Image Resizer to match pixel dimensions to your use case. Then run the Image Compressor with the quality slider and live size preview. For strict KB caps, use Compress Image to KB.
Convert photos to WebP with JPG to WebP for an extra 25–35% reduction on web projects. Everything runs in your browser — free, no account.
Open the Image Compressor, upload your oversized file, resize first if needed, and download a smaller version in seconds.
