Search locations of the installed Windows builds

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

Post by magick »

When we set MAGICK_CONFIGURE_PATH to /tmp and type this command:
  • convert -debug configure logo: logo.gif
We get:
  • 15:32:50 0:01 0.000u 6.2.7 Configure convert[25155]: configure.c/GetConfigureOptions/486/Configure
    Loading magic file "/tmp/magic.xml"
proving ImageMagick looks in the path defined by MAGICK_CONFIGURE_PATH regardless of whether you are using the "installed" or "uninstalled" versions of ImageMagick.
Post Reply