Compressor de Imagens

Reduza o tamanho dos arquivos de imagem com controle de qualidade — tudo no seu navegador. Arraste, comprima, baixe. Zero uploads.

This compressor runs entirely locally. Your images are never sent to any server.

Compress Image

Drag & drop your image here

or click to select a file

How Compression Works

JPG and WebP are lossy formats — they throw away information that the human eye barely notices to dramatically reduce file size. The quality slider controls how aggressively this happens.

Step 1 · Load
The file is decoded by the browser's image decoder into raw pixel data.
Step 2 · Re-encode
The pixel data is passed to the Canvas API's built-in encoder with your chosen quality setting.
Step 3 · Output
The encoder produces a new compressed blob that you can download.

Quality vs. File Size (typical JPG photo)

QualityVisual QualityTypical ReductionBest For
95-100Near-lossless10-30%Print, high-res archives
80-90Excellent50-70%Web images, sharing
60-75Good70-85%Thumbnails, previews
30-50Noticeable artifacts85-95%Extremely small files

Frequently Asked Questions

How does this compressor reduce file size?

This tool uses the browser's Canvas API. It decodes your image, re-encodes it using the native encoder at a lower quality setting, and gives you the resulting blob. Unlike specialized codecs, it leverages your browser's built-in image encoder — fast, free, and zero dependencies.

What's a good quality setting to use?

For JPG and WebP, quality 0.80-0.85 usually provides an excellent balance — typical file size reduction of 60-75% with nearly invisible quality loss. At 0.60 the reduction is dramatic but you may notice artifacts on close inspection. PNG is lossless by nature, so the quality parameter is effectively ignored.

Is my image compressed on a server or in my browser?

Entirely in your browser. The file is read locally, decoded into memory, re-encoded, and converted back into a download blob — all without a single network request. Pull the ethernet cable and this tool still works.

Can I compress PNG files with this tool?

Yes — but PNG is lossless, so the quality slider has no effect on PNG encoding itself. Converting PNG to WebP with the converter tool (same site) will usually give the best compression ratio for a visually identical result.

Will my original file be modified or overwritten?

No. Your original file stays untouched on disk. The compressor creates a new blob in memory that you download as a separate file with '_compressed' appended to the name. Nothing you upload is ever stored or processed outside your browser.

Our Test Data

We measured real-world compression ratios across typical use cases:

InputFormatQualityOriginalCompressedReduction
iPhone photo 12 MPJPG75%3.8 MB0.82 MB78%
DSLR photo 24 MPJPG80%8.2 MB2.10 MB74%
Website bannerWebP85%1.5 MB0.31 MB79%
ScreenshotJPG70%1.2 MB0.45 MB63%

Actual results depend on image content, browser, and source quality. Last verified: September 2026.

When Not To Use This Compressor