FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to convert BMP to TIFF
Posts: 252
Joined: Tue Oct 25, 2005 02:48 PM
How to convert BMP to TIFF
Posted: Mon Oct 09, 2006 12:46 PM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How to convert BMP to TIFF
Posted: Tue Oct 10, 2006 08:37 AM

Maurilio,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How to convert BMP to TIFF
Posted: Tue Oct 10, 2006 08:39 AM

ops, you need it the other way around. Probably FreeImage.dll provides a function for that purpose.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion