tjko / jpegoptim

jpegoptim - utility to optimize/compress JPEG files
http://www.iki.fi/tjko/projects.html
GNU General Public License v3.0
1.56k stars 116 forks source link

Google released a new JPEG coding library called JpegLi #172

Open wwinniww opened 4 months ago

wwinniww commented 4 months ago

Google released a new JPEG coding library JpegLi

https://opensource.googleblog.com/2024/04/introducing-jpegli-new-jpeg-coding-library.html

The claim is that JpegLi has a better compression efficiency. Could Jpegoptim benefit from that?

mdeweerd commented 4 months ago

Clearly much better according to the stats: https://www.howtogeek.com/google-jpegli/ and opensource: https://github.com/libjxl/libjxl/tree/main/lib/jpegli .

tjko commented 4 months ago

Thanks, JpegLi looks interesting. Shouldn't be too hard to manually compile jpegoptim against it. But adding support to current github workflows though would seem to be bit more involved.