Marco Pantaleoni wrote:
> I hardly doubt that jpeg could work well on so small images. If the
> color depth of the images is low, maybe that a run length encoding or
> a similar lossless simple method could work better (and be noticeably
> faster on the decompression side). It would be very easy to craft a
> simple format and write a small utility on a pc to do the conversion
> (much easier than porting a jpeg library), or you could even use
> an existing simple format like binary ppm and use a freely available
> tool like netpbm or ImageMagik to do the conversion.
> If this is not applicable, consider also using BMP, since it's quite
> easy to write a bmp loader from scratch, and bmp is natively supported
> on windows.

The images are already in JPEG format, and this product has to be cross 
platform. While I agree one converter is less than a JPEG decompressor, 
I suspect writing converters for Windows, Mac OS 9 and Mac OS X would be 
more work.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to