|
zlib 1.2.1
|
| A free general-purpose compression library. CRC-32 or ADLER 32 checksums. In-memory operations use zlib data format. Its compression algorithm is deflate. Files on a file system compressed with gzip format. Lacks PKZip 4.5, BZip2, and Deflate64. |
| Other software from this author: | - .NET Communication Library 1.0.0.0 — The .NET Framework lacks support for some network protocols. With Smilla’s .NET Communication Library, developers can add NNTP to their .NET apps. It is written in C# and is distributed under the GNU Lesser General Public License.
- CSpot SMTPClient 0.4 — Bossware’s SMTPClient is a .NET SMTP client for adding outgoing email to apps and to Web pages. It doesn’t use .NET’s resource-hungry System.Web.Mail, which is merely a wrapper for CDONTS and CDOSYS. Written in 100% managed C# and CLS compliant.
- FreeTextBox 1.6.3 — The FreeTextBox control provides a WYSIWYG HTML editing environment for ASP.NET (Web Forms) Web pages. Visitors can edit text and click on buttons to format their text. The control is written in C# and has many options for customization.
| Show all software from this author |
Description: The latest version of the zlib compression library, a free data-compression library that can be used on any type of computer and OS has been released by authors Jean-Loup Gailly and Mark Adler. Integrity checks on the uncompressed data are performed using either the CRC-32 checksum, which is more reliable, or the ADLER 32 checksum, which slightly less reliable but much faster. Developers can use this library to add general-purpose file-based and in-memory compression and decompression capabilities to their applications. For in-memory operations, the zlib compressed data format (RFC 1950) is used, which is designed to be fast and compact. For its compression algorithm (the only one it supports), deflate (RFC 1951) is used, employing an LZ77 compression variant and Huffman coding. Overhead expansion is five bytes per 32 KB block, plus six bytes for the entire stream, which is very small compared to what the LZW method can do. According to the authors, LZW can double or triple file sizes in extreme cases. The authors claim that typical compression ratios of zlib are between 2:1 and 5:1. The gzip format, RFC 1952, is supported. However, it only supports compressing files on a file system: no in-memory operations. The gzip format includes the directory information of individual files. Again, the format uses the deflate compression algorithm. It lacks support for the following formats/methods: PKZip 4.5, BZip2, and Deflate64. | System Requirements: N/A | Change Info: - Remove a tab in contrib/gzappend/gzappend.c
- Update some interfaces in contrib for new zlib functions
- Update zlib version number in some contrib entries
- Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta]
- Support shared libraries on Hurd and KFreeBSD [Brown] | zlib 1.2.1 Download from |
| Similar software: | - addZIP Compression Components 1.0 pre 2 — The addZIP Compression Components are the simplest way to add thePKZIP compatible file compression and decompression to your programs. These royalty-free, multithreaded ActiveX/COM components are compatible with all 32-bit development software.
- Xceed Zip Compression Library 6.0 — Add Zip/Unzip functionality to your apps quickly and easily. This high-performance component has the industry's richest feature set and works with all languages that support ActiveX or DLLs. Includes WinZip 9.0-compatible AES strong encryption.
- VeCAD DLL/OCX 6.0 — VeCAD is a 3D vector graphics library. It serves as a foundation for your own customized drawing applications (CAD/GIS). The library is furnished in two discreet formats; as a run-time Windows 32 bit DLL; and, as an OCX. Both are included.
| Find all software similar on zlib 1.2.1 |
|