Hi,
What is the right way to use dynamic resource path for ImageMagick "config" folder (default is /usr/local/share/ImageMagick-x/config under Unix? I wonder if there is a way to specify it during the MagickWand initialization?
Thanks!
P.S. UseInstalledMagick seems to be Window only (am I wrong?) and if it works under Unix then how do I tell the location of "config" folder during the runtime of MagickWand (simple C MagickWand app)?
Dynamic config path under unix?
Re: Dynamic config path under unix?
Add --disable-installed to the configure script command line to use dynamic paths to the ImageMagick configuration files.