2007.06.29 13:44 "[Tiff] Microsoft Image Viewer", by Jonathan Finger

2007.06.29 15:53 "Re: [Tiff] Conversion of TIFF to JPG / BMP / PNG", by Bob Friesenhahn

I had a look in GraphicsMagick. I still do not find specific functions to convert TIFF to BMP or JPG. Maybe has someone a hint on where to search or how to do this in detail?

Since GraphicsMagick is not ported to Enea OSE, it would obviously require porting. It may be that ImageToBlob() and BlobToImage() (see http://www.graphicsmagick.org/www/api/blob.html) could be of value to you. If Enea OSE supports a filesystem with support for ANSI C stdio and POSIX creat()/open()/read()/write()/lseek() then more normal APIs could be used. If Enea OSE does not support a filesystem, then porting GM would be a big job.

Anything is possible. Some of this code even exists in popular cell phones.

Regardless, as soon as one diverges from the strict topic of "TIFF" then it is off-topic for this list.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/