FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GDIBmp Save() method
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
GDIBmp Save() method
Posted: Sat Mar 24, 2018 11:06 AM

I just noticed that aCLSID property of GDIBmp class is assigned 8 values while the Save() method allows only 5 formats (ie. not EMF, WMF, ICO).

Is it possible to save an image to EMF, WMF or ICO using the last 3 values of aCLSID?

EMG

Posts: 1516
Joined: Thu May 27, 2010 02:06 PM
Re: GDIBmp Save() method
Posted: Tue Mar 27, 2018 02:16 PM

It is not supported by Microsoft directly. save ico files I know that the fwh team is with it.
Regards.

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: GDIBmp Save() method
Posted: Tue Mar 27, 2018 02:23 PM

Ok, thank you.

EMG

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: GDIBmp Save() method
Posted: Tue Mar 27, 2018 02:31 PM

Saving to ICO is complex. We are working on it along with Mr Manuel.

Saving a raster image as EMF or WMF involves conversion of raster image to vector format and so is obviously not possible. Vector image can be converted to raster image but not vice versa.

Regards



G. N. Rao.

Hyderabad, India
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Continue the discussion