This is a simple (UNIX-style) command line tool for compressing/uncompressing
PES/WE bin files. You need to provide file name as the argument, and, in case
of decompression, also specify "-d" flag.
Examples:
---------------
1. Unpacking (result: face_1951.bin.unzlib)
zlibtool face_1951.bin -d
2. Packing (result: kit_7530.dat.zlib)
zlibtool kit_7530.dat
Source:
-----------
The source code is included - zlibtool.cpp, so you can recompile it for
your choice of the operating system (Linux, for example).
Credits:
-----------
zlib library: Jean-loup Gailly, Mark Adler (http://zlib.net)
zlibtool: juce