Dynamic config path under unix?

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
aidynskas

Dynamic config path under unix?

Post by aidynskas »

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)?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Dynamic config path under unix?

Post by magick »

Add --disable-installed to the configure script command line to use dynamic paths to the ImageMagick configuration files.
Post Reply