How it works
Each image is decoded by your browser and saved again with the compression settings you choose:
- Quality sets how much detail JPG and WebP compression may discard. Lower values give smaller files.
- Save as keeps the original format, or converts to WebP or JPG, which usually gives the biggest savings for PNG images and photos.
- Limit the longest side also scales down images larger than the size you pick. Pixel count has the largest effect on file size: a 4000 × 3000 photo limited to 1920 px has less than a quarter of the pixels.
If the compressed version is not smaller than your original, and nothing else changed, the original file is kept and marked “Already optimized”. You never get a bigger file back.
Compression also removes photo metadata such as GPS location and camera details, after applying the photo’s rotation.
Which settings to use
| Goal | Settings |
|---|---|
| Photos for a website | WebP, 75–80%, limit to 1920 px |
| Email attachments | JPG, 70–80%, limit to 1600 px |
| Keep maximum quality, just smaller | Same format, 85–90% |
| Screenshots and graphics with transparency | WebP, 80–90% |
Everything runs in a background thread one image at a time, so even large batches do not freeze the page.