RE: [GD-General] compresson
Brought to you by:
vexxed72
From: Brian S. <bs...@mi...> - 2002-05-06 17:54:19
|
I think what you're really talking about is zlib. I think of gzip as an executable that just wraps up zlib compression. Have a look on the zlib pages for the minizip library, which provides zip file reading & writing. =20 http://www.gzip.org/zlib/ http://www.winimage.com/zLibDll/unzip.html --brian -----Original Message----- From: Idahosa I. O. Edokpayi [mailto:ida...@sw...]=20 Sent: Monday, May 06, 2002 6:47 AM To: gam...@li... Subject: [GD-General] compresson I am trying to compress and decompress files for a small game project (I need to stay under 5 mb) using the crypto library. Crypto, or rather the gzip library in crypto, doesn't handle multiple files in one zip file in an obvious way. You specify a source and a target and that's it apparently. Does anyone know enough about gzip to suggest a better way? =20 Idahosa Edokpayi O2Cool Games Software =20 =20 =20 Idahosa Edokpayi O2Cool Games Software =20 |