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
October 2005

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

2005.10.19 15:47 "BMP to TIFF", by Letícia A. Ferreira
2005.10.19 16:47 "Re: BMP to TIFF", by Bob Friesenhahn
2005.10.23 19:42 "Re: BMP to TIFF", by Andrey Kiselev

2005.10.19 16:47 "Re: BMP to TIFF", by Bob Friesenhahn

> Does anyone know where I can find a source code to transform BMP to TIFF and 
> run it under BCC 5.0?

Both ImageMagick  (http://www.imagemagick.org/) and GraphicsMagick 
(http://www.graphicsmagick.org/) can do this.  They are free and come 
with source code.  GraphicsMagick builds with Borland C++ Builder 6.0. 
Likely some work is necessary to work with 5.0.

There is also FreeImage (http://freeimage.sourceforge.net/index.html) 
which may do what you need.

> I need to transform AVI files into TIFF multipage images, but as I´ve never 
> delt with images befora, I´m having some diffiuilties to understand it.

This is something that ImageMagick and GraphicsMagick may be able to 
help with as well (with some limits).  Note that AVI is just a 
container format which can support multiple subformats (as is 
QuickTime).  So some AVIs may be easy to read with open source tools 
while others may require licensed software.

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