Logo Cool-chic

Cool-chic (pronounced /kul Κƒik/ as in French πŸ₯–πŸ§€πŸ·) is a low-complexity neural image codec based on overfitting. It offers coding performance on par with H.266/VVC for 1000 multiplications per decoded pixel, allowing for fast CPU-only decoding.

Great coding performance

Cool-chic compresses images as well as H.266/VVC

https://orange-opensource.github.io/Cool-Chic/getting_started/results.html
Fast CPU-only decoder

Decode a 1280x720 image in 100 ms on CPU with our decoder written in C

https://orange-opensource.github.io/Cool-Chic/getting_started/results.html
Fixed-point decoder

Fixed-point arithmetic at the decoder for bit-exact results on different hardwares.

I/O format

Encode PNG, PPM and YUV 420 & 444 files with a bitdepth of 8 to 16 bits.

https://orange-opensource.github.io/Cool-Chic/encoding/overview.html#i-o-format


Logo Orange


Special thanks to Hyunjik Kim, Matthias Bauer, Lucas Theis, Jonathan Richard Schwarz and Emilien Dupont for their great work enhancing Cool-chic: C3: High-performance and low-complexity neural compression from a single image or video, Kim et al.