🌐
zlib
zlib.net
zlib Home Site
Code to merge multiple zip files into a single zip file. zipknit.c accepts Zip64 input files, and will create Zip64 output if the combined size of the merged zip file warrants it. All compression formats are permitted, since no decompression or recompression is performed. Encrypted entries are permitted, and pass through unscathed. zlib for Linux, both shared and static plus headers (RPM format, many architectures)
lossless compression library
zlib (/ˈziːlΙͺb/ or "zeta-lib", /ˈziːtΙ™ΛŒlΙͺb/) is a data format and a lossless data compression software library created by Jean-Loup Gailly and Mark Adler. The library implements the Deflate algorithm and supports compressing … Wikipedia
Factsheet
zlib (library)
Release 1 May 1995 (1995-05-01)
Factsheet
zlib (library)
Release 1 May 1995 (1995-05-01)
🌐
Wikipedia
en.wikipedia.org β€Ί wiki β€Ί Zlib
zlib - Wikipedia
1 week ago - The FFmpeg multimedia library, which uses zlib to read and write the DEFLATE-compressed parts of stream formats, such as Matroska. The rsync remote file synchronizer, which uses zlib to implement optional protocol compression.
🌐
Python
docs.python.org β€Ί 3 β€Ί library β€Ί zlib.html
zlib β€” Compression compatible with gzip
For applications that require data compression, the functions in this module allow compression and decompression, using the zlib library. This is an optional module. If it is missing from your copy...
🌐
GitHub
github.com β€Ί madler β€Ί zlib
GitHub - madler/zlib: A massively spiffy yet delicately unobtrusive compression library. Β· GitHub
The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 at https://datatracker.ietf.org/doc/html/rfc1950 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). All functions of the compression library are documented in the file zlib.h (volunteer to write man pages welcome, contact zlib@gzip.org).
Starred by 7K users
Forked by 2.8K users
Languages Β  C 74.0% | CMake 8.0% | Ada 4.2% | RPGLE 2.7% | C# 2.6% | C++ 2.1%
🌐
Filext
filext.com β€Ί file-extension β€Ί ZLIB
ZLIB File Extension - What is it? How to open a ZLIB file?
All about the ZLIB file format. How to open ZLIB files. ZLIB files are files that store lossless compressed data using the zlib compression algorithm.
🌐
zlib
zlib.net β€Ί zlib_how.html
zlib Usage Example
February 12, 2026 - The zlib format has a very small header of only two bytes to identify it as a zlib stream and to provide decoding information, and a four-byte trailer with a fast check value to verify the integrity of the uncompressed data after decoding. /* Compress from file source to file dest until EOF on source.
🌐
SourceForge
gnuwin32.sourceforge.net β€Ί packages β€Ί zlib.htm
zlib for Windows
Zlib: general purpose data compression / decompression library
🌐
Stack Abuse
stackabuse.com β€Ί python-zlib-library-tutorial
Python zlib Library Tutorial
July 17, 2023 - As the file contains a small amount of data, the example uses the decompress() function. However, as the previous example shows, we could also decompress the data using the decompressobj() function. After running the program we get the following result: ... The Python library zlib provides us with a useful set of functions for file compression using the zlib format.
Find elsewhere
🌐
FileSuffix
filesuffix.com β€Ί en β€Ί extension β€Ί zlib
ZLIB file - What is it and how to open it?
Whether you're organizing files or just curious, this is a great place to start. ... The ZLIB file represents the ZL format variant. Files with the ZL extension function as Zlib Compressed Data relevant to the Archive category.
🌐
zlib
zlib.net β€Ί manual.html
zlib 1.3.1 Manual
The compressed data format used by default by the in-memory functions is the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped around a deflate stream, which is itself documented in RFC 1951. The library also supports reading and writing files in gzip (.gz) format with an interface similar to that of stdio using the functions that start with "gz".
🌐
Archiveteam
fileformats.archiveteam.org β€Ί wiki β€Ί Zlib
zlib - Just Solve the File Format Problem
December 28, 2023 - The first byte has eight possible values: 0x08, 0x18, 0x28, ..., 0x78. (Always true, unless the zlib format has been extended to support compression methods other than Deflate.)
🌐
File Extension Info
file-extension.info β€Ί format β€Ί zlib
How To Open File With ZLIB Extension? - File Extension .ZLIB
ZLIB filename suffix is mostly used for Zlib Archive files. Zlib Archive specification was created by Jean-loup Gailly and Mark Adler. ZLIB files are supported by software applications available for devices running . ZLIB file format, along with 619 other file formats, belongs to the Archive Files category.
Rating: 3.8 ​ - ​ 10 votes
🌐
Node.js
nodejs.org β€Ί api β€Ί zlib.html
Zlib | Node.js v26.4.0 Documentation
The node:zlib module provides compression functionality implemented using Gzip, Deflate/Inflate, Brotli, and Zstd. ... Compression and decompression are built around the Node.js Streams API. Compressing or decompressing a stream (such as a file) can be accomplished by piping the source stream through a zlib Transform stream into a destination stream:
🌐
Jyotiprakash's Blog
blog.jyotiprakash.org β€Ί file-compression-and-decompression-in-c-using-zlib
File compression and decompression in C using ZLib
December 31, 2023 - This C program is designed to either compress or decompress a file using the Zlib library. It takes three command-line arguments: the input file name, the operation (either "compress" or "decompress"), and the output file name.
🌐
Linux Man Pages
linux.die.net β€Ί man β€Ί 3 β€Ί zlib
zlib(3): compression/decompression library - Linux man page
The zlib library is a general purpose data compression library. The code is thread safe. It provides in-memory compression and decompression functions, including integrity checks of the uncompressed data.
🌐
Ruby-Doc.org
ruby-doc.org β€Ί stdlib-2.7.0 β€Ί libdoc β€Ί zlib β€Ί rdoc β€Ί Zlib.html
Module: Zlib (Ruby 2.7.0)
Zlib is designed to be a portable, free, general-purpose, legally unencumbered – that is, not covered by any patents – lossless data-compression library for use on virtually any computer hardware and operating system.
🌐
GitHub
github.com β€Ί kevin-cantwell β€Ί zlib
GitHub - kevin-cantwell/zlib: A command-line utility for quickly compressing or decompressing zlib data. Β· GitHub
A command-line utility for quickly compressing or decompressing zlib data. - kevin-cantwell/zlib
Starred by 48 users
Forked by 4 users
Languages Β  Go
🌐
zlib
zlib.net β€Ί zlib_faq.html
Frequently Asked Questions about zlib
February 7, 2024 - The zlib format on the other hand was designed for in-memory and communication channel applications, and has a much more compact header and trailer and uses a faster integrity check than gzip. Well that's nice, but how do I make a gzip file in memory?
🌐
SysTutorials
systutorials.com β€Ί docs β€Ί linux β€Ί man β€Ί n-zlib
zlib: compression and decompression operations - Linux Manuals (n)
The time that the file named in the filename key was last modified. This will be in the same as is returned by clock seconds or file mtime. type Β· The type of the data being compressed, being binary or text. zlib inflate string ?bufferSize? Returns the uncompressed version of the raw compressed binary data in string.