cfeck / imagezero

Fast Lossless Color Image Compression Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageZero is a high-performance lossless RGB color image
compressor/decompressor.

Compared to PNG, it compresses 24 bit PPM files about 20 times
faster, and decompresses to PPM about 2 times faster, while the
compression rate is nearly as good as PNG for natural photos.
ImageZero is not suited for “flat” (computer generated) graphics or
grayscale images.

The code is “early work in progress”, and neither the image format,
nor the library API are fully outlined yet.

To contact the author, see the AUTHORS file.
Any feedback is appreciated.

About

Fast Lossless Color Image Compression Library

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 85.8%Language:C 6.9%Language:Makefile 3.5%Language:QMake 1.7%Language:CMake 1.2%Language:Shell 0.9%