| 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 |
Thread2005.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/ |
|||||||