Compress image
Cut file size by up to 80%. Drop in a hundred files at once.
75 is a good default. Below 50, edges start to show blocking.
Large images are the single most common reason a page loads slowly, and the most common reason an upload form rejects a file. Compression fixes both by re-encoding the picture at a lower bitrate, discarding detail your eye was unlikely to notice in the first place.
There are two ways to work here. Quality mode gives you a slider and shows exactly what each setting costs in bytes. Size mode goes the other way: you name a limit, and the encoder searches for the highest quality that still fits under it. That second mode is the one to use when a form insists on something like 50KB and refuses to explain why your file failed.
Everything is processed on your device using the browser's own image encoder, so there is no upload step and no limit on how many files you queue up. Compare the before and after figures under each thumbnail before you download.
Questions
How much smaller will my images get?
Photographs typically drop 60 to 80 percent at quality 75 with no visible difference. Screenshots and flat graphics compress less well as JPG — for those, try WebP or leave them as PNG.
Which format should I choose?
JPG for photographs and anywhere compatibility matters. WebP for the web, where it is usually 25 to 35 percent smaller than JPG at the same quality. PNG only when you need transparency or a lossless copy.
Why can PNG not hit a size target?
PNG compression is lossless, so it has no quality dial to turn down. Size targeting needs a lossy format, which means JPG or WebP.
Does compressing repeatedly damage the image?
Yes, with lossy formats. Each pass throws away more detail and the losses accumulate. Always compress from the original file rather than from an already-compressed copy.
Are my images uploaded?
No. All encoding happens in your browser. The files never leave your device.
Guides
How to convert HEIC to JPG without installing anything
What HEIC is, why it breaks on non-Apple devices, and every way to get a JPG back — on the phone itself, on a Mac, on Windows, or in the browser.
Read guide →WebP vs JPG vs AVIF: which one should you actually use
How the three formats compare on file size, quality and support in 2026, with a straight answer for which to pick depending on what you're doing.
Read guide →