JPEG-XL Libjxl 0.12 Brings More Performance Optimizations
Libjxl 0.12, the reference implementation of the JPEG-XL image format, has been released with additional performance optimizations. This update continues efforts to improve encoding and decoding speeds for the next-generation image compression standard.
Background
- JPEG XL is a next-generation image format designed to outperform both JPEG (smaller files at same quality) and older "next-gen" formats like WebP and AVIF. It supports lossy and lossless compression, high dynamic range, and progressive decoding.
- Libjxl is the main open-source reference implementation of JPEG XL, developed primarily by Google and contributors. This release (0.12) focuses on speed improvements — faster encoding and decoding — rather than new features.
- The format has been controversial: Google initially pushed it in Chrome but later removed support, citing insufficient ecosystem interest, which frustrated many developers who saw it as technically superior. It remains usable via other browsers (like Firefox) and tools.
- This matters because image compression directly affects web page load times and bandwidth costs. JPEG XL's advocates argue it could replace both legacy JPEG and newer formats with a single, more efficient solution — but adoption depends on continued library development and browser support.