Pixel Bench

Image tools that never upload your files

Every tool here runs inside your browser tab. There is no server doing the work, which means there is no copy of your image on someone else's disk and nothing to delete afterwards. Open your network tab and watch: nothing is sent.

What it does, on a real file Held to a 100 KB upload limit
Original
1600 × 1200 photo
2.6 MB
After
highest quality that still fits
96 KB
Same dimensions, 3.7% of the bytes under

Nothing left this machine to produce that. Open your browser's network tab and run it yourself — the list stays empty.


Why in the browser

The usual way to compress an image online is to upload it to a server, let the server do the work, and download the result. That works, but it means handing your file to a company whose retention policy you have not read, for a job your own device can do in about a second.

Everything on this bench uses the canvas API that has been in browsers for over a decade. Your file is read from disk into the page, worked on, and written back out. It is never sent anywhere, and that is verifiable rather than promised — the network tab in your browser's developer tools will show you an empty list while the tool runs.