AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
June 2007

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2007.06.29 08:38 "Conversion of TIFF to JPG / BMP / PNG", by Peter Pan
2007.06.29 08:58 "Re: Conversion of TIFF to JPG / BMP / PNG", by Kevin Myers
2007.06.29 09:07 "Re: Conversion of TIFF to JPG / BMP / PNG", by Peter Pan
2007.06.29 10:08 "Re: Conversion of TIFF to JPG / BMP / PNG", by Brad Hards
2007.06.29 15:34 "Re: Conversion of TIFF to JPG / BMP / PNG", by Peter Pan
2007.06.29 15:53 "Re: Conversion of TIFF to JPG / BMP / PNG", by Bob Friesenhahn
2007.06.29 13:22 "Re: Conversion of TIFF to JPG / BMP / PNG", by Andrey Kiselev

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

On 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/