macports doesn't install magick or magick-script

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
henrykautz99
Posts: 1
Joined: 2017-01-21T11:46:12-07:00
Authentication code: 1151

macports doesn't install magick or magick-script

Post by henrykautz99 »

I install imagemagick on my mac using
sudo port install imagemagick
All the command line tools installed expect for magick and magick-script:

/opt/local % port contents imagemagick
Port ImageMagick contains:
/opt/local/bin/Magick++-config
/opt/local/bin/Magick-config
/opt/local/bin/MagickCore-config
/opt/local/bin/MagickWand-config
/opt/local/bin/Wand-config
/opt/local/bin/animate
/opt/local/bin/compare
/opt/local/bin/composite
/opt/local/bin/conjure
/opt/local/bin/convert
/opt/local/bin/display
/opt/local/bin/identify
/opt/local/bin/import
/opt/local/bin/mogrify
/opt/local/bin/montage
/opt/local/bin/stream

Any ideas how to get them to install? There were no errors during installation.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: macports doesn't install magick or magick-script

Post by snibgo »

I know nothing about Macs, but perhaps you installed v6 instead of v7.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: macports doesn't install magick or magick-script

Post by fmw42 »

MacPorts, to my knowledge, only install IM 6. Were there any messages during the install, especially with regard to delegate errors? Is your OS version compatible with what is being provided by MacPorts.

Although it is a bit slower, I install all my needed delegates from MacPorts and then install IM from source. See viewtopic.php?f=1&t=21502&p=88202&hilit ... rts#p88202

Alternately, try using Homebrew in stead of MacPorts.
Post Reply