GitHub - google/jpegli (original) (raw)

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 alib/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 theblog poston the Google Open Source blog.

Contact

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