Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 695 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 695 Bytes

Zopfli

Clone of Zopfli Compression Algorithm, with C# Bindings in VS2012

Zopfli Compression Algorithm is a new zlib (gzip, deflate) compatible compressor. This compressor takes more time (~100x slower), but compresses around 5% better than zlib and better than any other zlib-compatible compressor we have found.

Usage

Used by https://github.com/echovoice/libzopfli-sharp

Credit

Zopfli was written by Jyrki Alakuijala, Ph.D. and Lode Vandevenne, M.Sc. from Google Inc. You will find the projects homepage here: http://code.google.com/p/zopfli/ and the whitepaper here: http://code.google.com/p/zopfli/downloads/detail?name=Data_compression_using_Zopfli.pdf.