Zlib

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software: Replaced broken link)
(Software)
Line 22: Line 22:
 
** [https://github.com/cloudflare/zlib CloudFlare fork of zlib]
 
** [https://github.com/cloudflare/zlib CloudFlare fork of zlib]
 
* [https://github.com/richgel999/miniz miniz]
 
* [https://github.com/richgel999/miniz miniz]
 +
** https://github.com/uroni/miniz (This version is better maintained, but it abandons some of miniz's simplicity and portability.)
 
* [https://github.com/google/zopfli zopfli] - zlib compressor highly optimized for file size
 
* [https://github.com/google/zopfli zopfli] - zlib compressor highly optimized for file size
  

Revision as of 20:31, 27 January 2017

File Format
Name Zlib
Ontology

zlib is a data compression library, and a general-purpose data compression format.

The data format uses DEFLATE compression. It is used in many other file formats, and sometimes on its own as a file format. It is defined in RFC 1950.

The zlib format is not the same as gzip format, but they are fairly similar, and both are supported by the zlib library.

Contents

See also

Identification

The first byte of a zlib datastream has eight possible values: 0x08, 0x18, 0x28, ..., 0x78.

If the first two bytes are interpreted as a big-endian integer, it is always a multiple of 31.

Software

Specifications

External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox