Using Magick++ from a DLL

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
eldiener

Using Magick++ from a DLL

Post by eldiener »

I am using Magick++ from a DLL under Windows in a web application. I have two questions:

1) In the Magick++ documentation it mentions that the programmer must initialize ImageMagick before using Magick++. Is this still necessary when using Magick++ from a DLL where all of the ImageMagick DLLs are in the same directory and where also the #define ProvideDllMain is turned on in the configuration file ?

2) Does the Magick++ programming interface depend on the XML configuration files in any way and, if it does, how do I programatically tell Magic++ where these files are, or is sufficient to place them in the same directory as my DLL ?

Thank you !
Post Reply