Re: compression...
Re: compression...
- Subject: Re: compression...
- From: Alastair Houghton <email@hidden>
- Date: Thu, 4 Mar 2004 23:54:30 +0000
On 3 Mar 2004, at 21:53, email@hidden wrote:
>
greetings,
>
>
I need to compress resources to carry alog with a file my application
>
produces is there a preferred format that is built in or should i look
>
for a 3rd party source?
You could use zlib, which implements deflate compression (as used by
gzip and PKZip); this comes with Mac OS X, in the form of zlib.h and
libz.dylib. It's quite easy to use, although you might want to get a
copy of the sources so you can look at the example programs (like
minigzip).
Kind regards,
Alastair.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.