Image Compressor
Make images smaller so pages load faster and email attachments actually send. Adjust the quality, optionally cap the dimensions, and see exactly how much you saved before downloading.
Image Compressor tool
How to use the Image Compressor
Add your images
Drop one or more images onto the upload area. JPG, PNG and WebP all work.
Set the quality
Around 70–80% is the usual sweet spot for photographs — a large size saving with little visible difference. Lower it further if size matters more than fidelity.
Cap the dimensions, optionally
If an image is far larger than it will ever be displayed, limiting the longest edge saves more than quality alone ever will. A photo shown at 800px wide does not need to be 4000px.
Compress and download
Press Compress. The before and after sizes are shown for each file so you can judge the result.
Where your files are processed
Your files are processed locally in your browser and are not uploaded to our servers.
The Image Compressor runs as JavaScript on the page you are reading. When you choose a file, the browser hands it to that code directly — it is never put into a network request, so there is no upload to cancel, no copy sitting in a queue somewhere, and nothing for us to delete afterwards. We could not see your file if we wanted to.
You can verify this rather than take our word for it: open your browser’s developer tools, switch to the Network tab, and run the tool. You will see no request carrying your file. Better still, once the page has loaded you can disconnect from the internet entirely and the Image Compressor will keep working — which it could not do if it depended on a server.
To be exact about what doesleave the page: like the rest of this site, it loads analytics, which record that a tool was opened and whether it succeeded. Those events carry the tool’s name and a duration — never a file, a file name, or anything read out of your file. The tool panel above is also excluded from session recording, so nothing shown inside it is captured either.
Frequently asked questions
Keep exploring
Credits
The file-processing behind this tool is adapted from DoxDock by Mithun Srinivas, used under the MIT Licence. Rebuilt here in TypeScript for this site.