Would zlib be a good way to compress a bunch of bitmaps
and uncompress them selectively at run time on the palm?
Angsuman Chakraborty wrote:
> ZLIB is available for Palm platform.
> It is the same compression algorithm implemented in pkzip2.0x, gzip and
> java.zip package.
> ZLIB is free and unencumbered by patents.
>
> The alpha port (part of PASTA project) is available at
> http://www.pasta.cs.uit.no/~perm/PASTA/pilot/
>
> The original ZLIB page is at:
> http://www.cdrom.com/pub/infozip/zlib/
>
> Hope that helps,