zlib free download 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. 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, emp download   
 Example: DAEMON Tools • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > download now zlib

  Popular:
Account Xpress 3.7.1 new!
Account Xpress is a personal finance management software…
Desktop Lock 7.2
Desktop Lock is a computer security protection and access…
DBF to DBF 2.15 new!
The DBF to DBF program allows you to convert your dbf files…
StreamAction 1.2.2
Download batch photo editor and converter with 20+ photo…
HSLAB HTTP Monitor 1.9.3
HSLAB HTTP Monitor is a handy real-time performance…
Amicron-Import 1.2
Dataimport-tool for dBase, ASCII, Paradox and Access-files…
Remote Installer 1.3.73
Remote Installer is a program that silently installs and…
AES Free 2.5
AES Free is the suite of encryption tools for personal…
Filler Pilot 2.25.3
Form-filler for working with special forms created in Form…
Ease MP3 Recorder 1.50
Ease Mp3 Recorder makes a complete recording studio of your…
Best 1000
  TOP-10:
Magic Converter 3.1
Magic Converter makes it easy to get, view, convert…
Anti-keylogger 5.0
Anti-keylogger for Windows NT/2000/XP provides every…
3D Maker 1.2
This unique Photoshop plug-in is intended to add a…
Billard 6.03
full featured application to manage your billardhall or…
honestech Burn DVD 3.2
You can use 'Burn DVD' to produce DVD, VCD or SVCD from…
EasyNoter 3.71
Still Haven't found that personal information manager (PIM…
NetSearch 1.2
NetSearch is a powerful utility designed to search local…
DriveClone Pro 3.5
Make an exact copy of your hard drive, including system…
PSMemoPak2000 2.3
With PSMemoPak2000 you are only a click away from all the…
Goods Account 1.2
Goods Account keeps inventory of your things. May be used…
  Sponsored links 
  New:
NetDish TV on PC 2010.21122
Watch Satellite TV Live on your laptop or desktop PC in…
Power Spy 2010 8.28
Power Spy secretly logs all keystrokes, chats, emails, web…
PowerFolder 4.0.2
Sync, Share, Access and Backup your Files! Simply install…
Handy Backup 6.4
Handy Backup is a complete, data backup software for…
Power Notes 3.44
Power Notes is a desktop notes organizer, reminder and…
iCopyExpert 3.1.3
Make your music safe and get complete control of your iPod…
TimeGuard Pro 3.0
TimeGuard is smart and active time tracking software, that…
Product Scope 7.9
Comparative Shopping, Catalog and Profile Exchange making…
OLfolders PE 3.0
Outlook Group Calendar - Microsoft Office Outlook-Networks…
ViewletCam win 5.2
ViewletCam is an easy-to-use, rich media software tool from…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities

zlib 1.2.1  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   

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.

Updated Nov 26, 2004 05:59:50
Rating  Снижается  113 ( -2 -1.76% )
Size892 kb
LicenceFreeware
StatusMinor Update
LanguagesEnglish
Tagszip component, zip control, zip library, zip ocx, zip dll, zip activex, deflate64 control, deflate64 activex, deflate64 dll, data compression
OSWindows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP, Windows 2003, Unix
Homepagecomponentspot.com
Emailwebmaster@componentspot.com
AuthorComponent Spot
Other author's software:
  • 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.
  • SharpZipLib 0.5 — SharpZipLib is a free, open-source compression library for .NET. It supports Zip, Gzip, Tar, and Bzip2. Also computes checksums. Currently lacks Zip file splitting/spanning, custom self-extracting Zip files, and reading/writing to memory.
Show all author's software

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.
Short tags:
zip component, zip control, zip library, zip ocx, zip dll, zip activex, deflate64 control, deflate64 activex, deflate64 dll, data compression
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]
find all version  Find last version of zlib
Free Download now  Free Download zlib 1.2.1 from componentspot.com

Similar software shotlights:
  • 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…
  • 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…
Find all software similar on zlib 1.2.1

Similar news:
Find all news similar on zlib 1.2.1

Similar smart reviews:
  • Active Multimedia SFX Library — Three common types of media create digital content: text, image, and sound. They are similar as they can have various origins and various means, be used for various purposes and in various amounts. But the difference between the three types of content is the ease of production. As for text — anybody can write text, with any computer (or even without it), texts are easy to compile and…
  • EymBarcodeReader.ocx Decode Bar Code — Barcodes (the approach to encoding data in black-and-white bars) are widely used since their invention in the middle of the XXth century. They have proven themselves to be a universal and reliable mean in cases when a small amount of uniform significant data is to be associated with multiple things and then processed automatically. Though in last years the usage…
  • GNCutter32 1.1. Let a Professional Library Do It — Some obvious tasks in the area of «practical algorithms» seem to be easy at the first glance, but as you try to complete them, you more and more tend to think you can’t do it! A good example of that is a frequent material-cutting planning task, which is completely solved by the GNCutter32 library. The library’s most outstanding feature…
  • TurboZip Express 7.1, Easy Zip Everywhere! — Zipping files is one of the necessary things for dealing with files (actually, you ALWAYS deal with files when working on a computer). Today, with our huge disks, 2 Gb flash sticks and broadband Internet channels, Zip still matters as a tool of organizing file transfers (you definitely would not be happy, if somebody asked you to «download these 50 tiny files» instead…
  • PDF In-The-Box ActiveX 3.12 — Adobe Portable Document Format (PDF) is probably one of the most popular cross-platform, display resolution-independent means of document exchange. The ability to generate reports and output data as PDF has become a standard feature for a great many of desktop and web applications. If you are a developer willing to have an easy way of generating nice PDF reports or any other…
  • HtmlCapture ActiveX Control, Web Snapshot In A Few Lines Of Code — Taking shots (images) of web-pages is an often and highly usable programming task. There are scores of possible usages, from large web-archiving suits to small one-time testing scripts; but the general purpose snapshot tools (either PrintScreen or specialized software) aren’t very good for the task. If you want one powerful yet compact solution for the problem which can be used virtually with any…
  • WinWatermark 2.0, Leaving Mark For The Future — Digital watermarks is a reasonable and easy method of photography attribution. Attributed photos are «better» in the most cases: for yourself and your family (remembering «when it was?»/«where it was?»), for techincal questions («how it can be shot, which camera and settings?»), for legal purposes (nobody can easily reuse your photos without attributing them…
  • Fake Webcam - hassle-free streaming of any videos instead of your actual webcam — Replacing your webcam video can be fun and not so hard to do if you have the right tools. Imagine how surprised your friends will be to see your face in a totally different environment or with special effects added to the background! This is also a good way of demonstrating videos to people across the world without uploading them to a video sharing service…
  • CRC .NET Control - a native .NET component for fast CRC calculation — Cyclic Redundancy Check (CRC) calculations are used by the majority of developers to validate the integrity of files and binary streams, which makes them an important part of applications working with multiple input and output files. Despite the great number of available CRC algorithms utilizing various initial polynomials, CRC32 is by far the most popular one. If you are a .NET…
Find all smart reviews similar on zlib 1.2.1


Home > Software > download now zlib

See software by tags:
Change nickname color enemy territory
Visual basic grid control ocx
Client instant messaging
see also:
IE Pets
HTML Rich Text Area
HTAccessible
See software by tags:
Apache bandwidth protection
Icq icqr
Compress uncompress password

Copyright © 2001—2009 3d2f
Concept:
Advertisement.