On Fri, Jul 12, 2002 at 11:44:40AM +1200, Chris Tutty wrote: > Hi, > > I've been offered a job that will require some image manipulation > on the Palm, probably TIFF but potentially other formats. I'm > having trouble tracking down a toolkit that will do this. > > Can anyone point me in the right direction?
There are a lot of variants of the TIFF format, so a full-fledged tiff library usually requires considerable space (see libtiff at http://www.libtiff.org). If you can, go for a simpler format (ppm for example is trivial to handle). Marco -- ======================================================================== Marco Pantaleoni [EMAIL PROTECTED] Padova, Italy [EMAIL PROTECTED] elastiC language developer http://www.elasticworld.org -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
