Page 1 of 1

Convert ImageMagick Image structure to IPictureDisp(VC++)

Posted: 2009-09-09T09:42:53-07:00
by atrockz
I am using ImageMagick image library in one of my application and i need to convert ImageMagick Image structure to CImage or any other VC++ image class which inherits IPictureDisp interface as my final return type need to be a pointer IPictureDisp.
Is there any way i can do this conversion?

Thanks in advance....