Main

 
Decompressing a ZLIB File. December 2007.

Decompressing a ZLIB File
Programmed by Olivier Thill

readzlib.exe is a little application for DOS, letting you uncompress a file initially compressed with the ZLIB algorithm.

ZLIB is mainly used in the deflate section of Adobe .pdf documents and in .png image files.

~~~~~~~~~~~~~~~~

This program does not require any libraries.

It takes two arguments:
-i compressed_filename
-o uncompressed_filename

~~~~~~~~~~~~~~~~

readzlib is free. Here are the source file and the compiled file:

FileShort description
readzlib.cSource file in C.
readzlib.exeBinary executable file.

(Right-click and select "save as")
This software was compiled with Dev-C++ 4.9.

~~~~~~~~~~~~~~~~


Go back to the home page: http://members.aol.com/OlivThill/index.htm. Write me an e-mail: OlivThill@aol.com.