How it works
How does it hit the exact size?
It uses a binary search algorithm β tries quality values between 1β100 repeatedly until the output lands at or just under your target. Usually takes 7β10 iterations, all in your browser.
Is my image uploaded to a server?
No β never. The entire process happens inside your browser tab using the Canvas API. Nothing is sent anywhere. Your file stays on your device.
What if the target is too small to reach?
If even quality 1% can't hit your target, we tell you the smallest we can get and still give you a downloadable file. PNG files have a compression floor and may not reach very small sizes.
Quality Only vs Quality + Resize?
Quality Only keeps your original pixel dimensions and just reduces JPEG compression. Quality + Resize also shrinks the pixel dimensions if quality alone isn't enough β useful for very small targets.
Why use WebP for output?
WebP is typically 25β35% smaller than JPG at the same quality. For the same target file size, you'll get a noticeably sharper-looking image in WebP format.
What are the quick targets for?
Common real-world limits: job application portals (200 KB), WhatsApp profile pics (5 MB), email attachments (1 MB), government form uploads (500 KB), and web thumbnails (100 KB). One click sets the target.