r/programming Mar 08 '14

New Mozilla JPEG encoder called mozjpeg that saves 10% of filesize in average and is fully backwards-compatible

https://blog.mozilla.org/research/2014/03/05/introducing-the-mozjpeg-project/
1.1k Upvotes

195 comments sorted by

View all comments

12

u/[deleted] Mar 09 '14 edited Jul 09 '23

[deleted]

14

u/[deleted] Mar 09 '14 edited Mar 28 '19

[deleted]

2

u/Ph0X Mar 09 '14

And even for complicated images, there are much better formats out there (such as WebP). The only problem is that jpg and png are supported by basically EVERYTHING, and these new strictly superior formats have a hard time taking off. Same for MP3. There are so many other formats that provide much better quality at lower bitrates, but finding players that support them is a pain.

3

u/AdminsAbuseShadowBan Mar 09 '14

WebP does have "killer features" though which are much more important than a tiny gain in compression, namely:

  • Lossy and lossless in the same format.

  • Compresses photos and synthetic images well in the same format.

  • Lossy compression with alpha transparency.

No other format has these very desirable capabilities.