Page 1 of 1

GDIBmp Save() method

Posted: Sat Mar 24, 2018 11:06 am
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

Re: GDIBmp Save() method

Posted: Tue Mar 27, 2018 2:16 pm
by mastintin
It is not supported by Microsoft directly. save ico files I know that the fwh team is with it.
Regards.

Re: GDIBmp Save() method

Posted: Tue Mar 27, 2018 2:23 pm
by Enrico Maria Giordano
Ok, thank you.

EMG

Re: GDIBmp Save() method

Posted: Tue Mar 27, 2018 2:31 pm
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.

Re: GDIBmp Save() method

Posted: Tue Mar 27, 2018 2:34 pm
by Enrico Maria Giordano
Thank you.

EMG