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....
Convert ImageMagick Image structure to IPictureDisp(VC++)
Re: Convert ImageMagick Image structure to IPictureDisp(VC++)
Still waiting for some help