Lymphatus / caesium-image-compressor

Caesium is an image compression software that helps you store, send and share digital pictures, supporting JPG, PNG, WebP and TIFF formats. You can quickly reduce the file size (and resolution, if you want) by preserving the overall quality of the image.
https://saerasoft.com/caesium
GNU General Public License v3.0
3.56k stars 213 forks source link

JPEG XL support! #206

Open Flavored-37860 opened 1 year ago

Flavored-37860 commented 1 year ago

JPEG XL is a next-generation royalty-free image codec with superior compression, providing about ~60% size savings when compared to original JPEG at the same perceptual quality, while supporting modern features like HDR, animation, alpha channel, lossless JPEG recompression, lossless and progressive modes. In a nutshell it's the most efficient image compression format there is. check out its key advantages here! & more info here!

Please make it part of Ceesium with libjxl!

XeonG commented 1 year ago

would like.. what is the current best format that all these garbage browsers support these days?

7eventech77 commented 8 months ago

+1 Would love to have this feature as well.

gdsa32 commented 6 months ago

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

https://github.com/libjxl/libjxl/blob/main/lib/jpegli/README.md

Lymphatus commented 5 months ago

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

https://github.com/libjxl/libjxl/blob/main/lib/jpegli/README.md

This seems interesting, although it's a bit early to adopt it in Caesium. I'll have a look anyway of course, as it may improve the JPEG compression.