Page 1 of 1

How to convert BMP to TIFF

Posted: Mon Oct 09, 2006 12:46 pm
by Maurilio Viana
Hi!

I need to convert bmp (or jpg) file to tiff file. Does anybody know how do to it?
I'm searching for FWH source code or a little utility based in line command to call with WinExec( ).

Regards!
Maurilio

Posted: Tue Oct 10, 2006 8:37 am
by Antonio Linares
Maurilio,

You may use a Class TImage object to load a TIFF file and then save it as a BMP, using <oImage>:SaveToBmp( <cBmpFile> )

Posted: Tue Oct 10, 2006 8:39 am
by Antonio Linares
ops, you need it the other way around. Probably FreeImage.dll provides a function for that purpose.