google / jpegli

BSD 3-Clause "New" or "Revised" License
79 stars 8 forks source link

Jpegli: an improved JPEG encoder and decoder implementation

This repository contains a JPEG encoder and decoder implementation that is API and ABI compatible with libjpeg62.

Encoder improvements

Improvements and new features used by the encoder include:

Decoder improvements

Usage

When building the project, two binaries, tools/cjpegli and tools/djpegli will be built, as well as a lib/jpegli/libjpeg.so.62.3.0 shared library that can be used as a drop-in replacement for the system library with the same name.

Development process

Blog post

For more information check out the blog post on the Google Open Source blog.

Contact

If you encounter a bug or other issue with the software, please open an Issue here.