Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 621 Bytes

File metadata and controls

20 lines (15 loc) · 621 Bytes

Zlib

ZLib1 is designed to be a 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. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1) and in the GIF image format, the compression method currently used in zlib essentially never expands the data.

Zlib-1.2.11/index Zlib-1.2.11-Intel/index Zlib-1.2.11-gcc/index


  1. https://www.zlib.net/