[Implemented] Packer: Support zLib

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

[Implemented] Packer: Support zLib

Post by IdeasVacuum »

zLib is used in particular to compress PNG and PDF files but like Zip and the others, can compress anything. It's completely free for any type of use.
http://www.zlib.net
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Packer: Support zLib

Post by Fred »

It's already supported when using the Zip packer plugin and CompressMemory() as it uses zlib

http://www.purebasic.com/documentation/ ... emory.html
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Packer: Support zLib

Post by IdeasVacuum »

...That sounds as good as Kpop, thanks Fred :)
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply