Compression

Blitz3D Forums/Blitz3D Programming/Compression

JBR(Posted 2007) [#1]
Hi, I have data in a bank which i would like to compress.

I think LZW is what I need ... anyone know of any code?

Thanks
Jim


Rroff(Posted 2007) [#2]
could try using zlib

http://www.zlib.net/

if its like the gzip dll it should be pretty easy to interface with