Convert ImageMagick Image structure to IPictureDisp(VC++)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
atrockz

Convert ImageMagick Image structure to IPictureDisp(VC++)

Post 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....
atrockz

Re: Convert ImageMagick Image structure to IPictureDisp(VC++)

Post by atrockz »

Still waiting for some help :-)
Post Reply