Skip to content

edoreshef/imagezero

 
 

Repository files navigation

This fork is a .NET warper for the usefull ImageZero image compression library.
It enables an in-memory encoding and decoding of ImageZero images.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.9%
  • C# 9.5%
  • C 7.9%
  • Makefile 4.5%
  • QMake 1.4%
  • CMake 1.0%
  • Shell 0.8%