OpenReplay Logo
12k
12k

Image compressor

Compress JPG, PNG and WebP images in your browser — set the quality and an optional max dimension, see exactly how much you saved, and download. Nothing is uploaded.

Compressed locally

About this tool

Large images slow pages down and eat storage. Compressing them reduces the file size — by lowering quality slightly and optionally shrinking the dimensions — while keeping the picture visually close to the original. This is the single biggest win for web performance and for fitting images under upload limits.

The compression runs in a Web Worker, so even large photos are processed without freezing the page. Drop one or many images, tune the quality slider and max dimension, and each result shows the before and after size and the percentage saved. Download them one by one or as a ZIP — all locally, with no upload.

Compression runs in a Web Worker in your browser — images are never uploaded.

Frequently asked questions

How much smaller will my images get?

It depends on the source and your settings — photos often shrink 60–80% at a quality of around 0.7–0.8 with little visible loss. The tool shows the exact savings for each file so you can dial it in.

Does it change the image format?

No — the output keeps the original format (a JPG stays a JPG). To change format, use one of the dedicated converters first, then compress.

Why does it stay responsive with big images?

The heavy decode and re-encode happen in a Web Worker, off the main thread, so the page keeps responding while images process.