GDIBmp Save() method

Post Reply
User avatar
Enrico Maria Giordano
Posts: 8767
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 5 times
Contact:

GDIBmp Save() method

Post by Enrico Maria Giordano »

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
User avatar
mastintin
Posts: 1516
Joined: Thu May 27, 2010 2:06 pm

Re: GDIBmp Save() method

Post by mastintin »

It is not supported by Microsoft directly. save ico files I know that the fwh team is with it.
Regards.
User avatar
nageswaragunupudi
Posts: 10729
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 10 times
Contact:

Re: GDIBmp Save() method

Post by nageswaragunupudi »

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
Post Reply