Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

cfeck/imagezero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97427ac · Nov 6, 2013

History

49 Commits
Feb 16, 2012
Mar 11, 2012
Jan 23, 2012
Mar 9, 2012
Jan 23, 2012
Mar 20, 2012
Mar 25, 2012
Jan 31, 2012
Jan 31, 2012
Feb 16, 2012
Mar 12, 2012
Mar 12, 2012
Nov 6, 2013
Mar 22, 2012
Mar 22, 2012
Mar 11, 2012
Mar 11, 2012
Mar 9, 2012
Mar 9, 2012
Mar 9, 2012
Mar 9, 2012
Mar 9, 2012
Mar 22, 2012
Mar 9, 2012
Mar 19, 2012
Mar 22, 2012

Repository files navigation

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.