Home → The Classics → Farai's Codelab
So There’s A New JPEG Encoder Called jpegli
Published:
As I was distracted by a compression algorithm, I discovered that there’s a new JPEG encoder called jpegli. It brings improvements from JPEG XL (which is now in iOS 17) that allows for greater compression and greater bitdepths. I haven’t seen a lot about it besides this post by Gianni, but I wonder how it’ll do against mozjpeg which drastically improved jpeg compression performance, even beating WebP in some cases.
I guess it’s yet another thing to add to my big blog image encoding project once I get around to it.