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 !