

zlib
3 likes
zlib is a software library used for data compression. It is an abstraction of the DEFLATE compression algorithm used in gzip file compression program. zlib is also a crucial component of many software platforms including Linux, Mac OS X, and iOS.
Features
- File Compression
Tags
- programming-library
zlib News & Activities
Highlights All activities
Recent activities
No activities found.
zlib information
What is zlib?
zlib is a software library used for data compression. It is an abstraction of the DEFLATE compression algorithm used in gzip file compression program. zlib is also a crucial component of many software platforms including Linux, Mac OS X, and iOS. It has also been used in gaming consoles such as the PlayStation 3, Wii, and Xbox 360.



Comments and Reviews
As a core library with a minimal command line wrapper available zlib is incredibly useful in handling basic deflate compression for programs and scripts.
It is clearly not a substitute for Archivers such as 7zip, but a good utility to have on your computer, or to utilize in a program you are making, none the less.
Most people have it on their computer and don't even know it's there, because it is used by other applications transparently to handle deflate compression.