jpegoptim Optimize JPEG

jpegoptim — Frequently Asked Questions

Everything about formats, quality, privacy and how jpegoptim works.

General

Frequently asked questions

Is jpegoptim.com free?
Yes — free, no watermark, no signup.
Does it change how my photo looks?
Optimisation keeps quality high and visually unchanged; aggressive compression trades a little sharpness for size.
Can I batch process?
Yes, upload many files at once.

Optimize JPEG

Frequently asked questions

What does optimizing a JPEG do?
It re-encodes the file with optimised Huffman tables and progressive scan order, shrinking it and speeding rendering without a visible quality change.
Is this lossless?
The re-encode applies a high quality setting; it is near-visually-lossless, prioritising small size with no perceptible difference.
What is a progressive JPEG?
One that loads in successive passes from blurry to sharp, instead of line by line — it feels faster on slow connections.
Can I optimise many files?
Yes — batch uploads are supported and returned together.

Aggressive Compress

Frequently asked questions

How small can aggressive compression make a JPEG?
Often 70-85% smaller than the original, depending on the image and how much softening you're willing to accept in exchange for the size cut.
When should I use this instead of optimize?
Use aggressive compression for thumbnails, previews, and tight upload limits where small size matters most. Use optimisation when image quality has to stay high.
Where will the quality loss show up?
In fine textures and sharp edges, which soften first. Smooth areas like sky and skin hold up well, which is why small images look fine.
Can I combine this with resizing?
Yes, and it helps. Resize the source down first, then compress hard. The two reductions compound to beat strict size caps that one alone can't.

JPEG to WebP

Frequently asked questions

Is WebP better than an optimised JPEG?
For file size, usually yes — WebP is typically smaller at the same visible quality. JPEG still wins on universal compatibility outside web browsers.
Which browsers support WebP?
All modern browsers display WebP natively. Older or unmaintained clients may not, which is why keeping a JPEG fallback is still common practice.
Will converting improve my JPEG's quality?
No. Conversion can't recover detail JPEG already discarded. It re-encodes the existing picture into a smaller WebP at the same visible quality.
Should I serve only WebP or both formats?
Serve both. Offer WebP to browsers that accept it and an optimised JPEG as a fallback, so modern clients save bytes and older ones still work.

Resize Image

Frequently asked questions

Why resize before optimising?
Optimisation can't fix oversized dimensions. Resizing first removes pixels you were never displaying, so the optimiser only encodes the data you'll actually serve.
Does resizing distort the image?
No. Width and height scale by the same factor, so the aspect ratio is preserved and nothing is stretched or squashed.
How much can resizing save on its own?
A lot. File size tracks pixel area, so halving the longest edge removes roughly three-quarters of the data before any compression runs.
Why is the cap set to 1920 pixels?
1920 pixels is the practical limit for full-width display on high-resolution screens. Anything larger usually adds file size without adding visible detail.

Still stuck? Head back to the jpegoptim home page to use the tools, or read our in-depth guides and articles.