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
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
Maurilio,
You may use a Class TImage object to load a TIFF file and then save it as a BMP, using <oImage>:SaveToBmp( <cBmpFile> )
ops, you need it the other way around. Probably FreeImage.dll provides a function for that purpose.