Page 1 of 1

Zlib compression of a memorybuffer [Resolved]

Posted: Fri Sep 01, 2006 4:19 pm
by wilbert
How can I compress a memorybuffer using zlib compression on Linux ?

I tried LoadLibrary("libz.so") but if I use the purebasic functions to examine the library I get zero library functions.

Edit:
I found a way to do it using the PNGImagePlugin.
The solution is posted in the Tips 'n' Tricks forum.