Skip to content
/ lif Public
forked from phoboslab/qoi

The "Lunii Image File Format", a fork of the “Quite OK Image Format” for fast, lossless image compression

License

Notifications You must be signed in to change notification settings

o-daneel/lif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The "Lunii Image File Format", a fork of QOI

Single-file MIT licensed library for C/C++

See lif.h for the documentation and format specification.

More info from original format at https://qoiformat.org

Why LIF ?

LIF offer an imporved version to fit better on embedded devices.

Why QOI ?

QOI offers sweet-spot of compression ratio and throughput for lossless image encoding. QOI's compression is roughly comparable to PNG (usually worse than libPNG, but better than stb_image_write.h), while throughput is a lot higher.

Benchmark results on a few thousand images can be found here: https://qoiformat.org/benchmark/

The QOI format is also extremely simple, which helps a lot when porting to other languages.

Example Usage

Links

About

The "Lunii Image File Format", a fork of the “Quite OK Image Format” for fast, lossless image compression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • Makefile 2.2%