Hi, I've written a plugin for Adobe Lightroom that integrates Lightroom with ImageMagick. Generally it's working really well, however for Mac users things are complicated. If the users installs ImageMagick via MacPorts then everything works as expected. Unfortunately this is too complicated for many people since it involves installing the developer tools, X11, MacPorts and then calls to the command line.
The binary installation is a sensible solution, however it have two problems: 1) Lightroom runs its plugins in a clean environment. The environmental variables that are needed to locate the IM installation are therefore not set. The only solution is to install IM in the root of the harddrive. 2) The prebuilt binary doesn't appear to be built with Freetype support. My text annotation feature therefore doesn't work with the prebuilt binary. What I'd really like to do is build a single executable of mogrify, with everything statically linked, so that all the features work (including annotations and profile converions) from wherever mogrify is located. I would then include this with my plugin. Is this possible? If so, how? If not, is there a better solution or a more complete prebuilt binary? Thanks, Tim -- http://www.timothyarmes.com _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
