this post was submitted on 04 Apr 2024
29 points (93.9% liked)

Tech

483 readers
1 users here now

A community for high quality news and discussion around technological advancements and changes

Things that fit:

Things that don't fit

Community Wiki

founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 7 months ago

This is the best summary I could come up with:


The Google Open-Source Blog today announced Jpegli, a JPEG coding library for encode/decode that maintains backwards compatibility with JPEG while offering around a 35% compression ratio improvement for high quality JPEG compression.

Jpegli's encode and decode complies with the original JPEG standard, compressed images should be clearer and with fewer artifacts, performance is very fast with the likes of libjpeg-turbo and MozJPEG, and there is support for encoding with 10+ bits per component.

The Google blog post explains of Jpegli: "Jpegli works by using a number of new techniques to reduce noise and improve image quality; mainly adaptive quantization heuristics from the JPEG XL reference implementation, improved quantization matrix selection, calculating intermediate results precisely, and having the possibility to use a more advanced colorspace.

All the new methods have been carefully crafted to use the traditional 8-bit JPEG formalism, so newly compressed images are compatible with existing JPEG viewers such as browsers, image processing software, and others."

Google stats Jpegli can compress high quality images 35% more than traditional JPEG codecs.

The Jpegli code for now at least is living within the libjxl (JPEG-XL library) repository.


The original article contains 203 words, the summary contains 186 words. Saved 8%. I'm a bot and I'm open source!