| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2007.06.29 15:53 "Re: Conversion of TIFF to JPG / BMP / PNG", by Bob FriesenhahnOn Fri, 29 Jun 2007, Peter Pan wrote: > 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/ |
|||||||