install ImageMagick on Mac without porting

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
TechnoPhil
Posts: 22
Joined: 2010-10-27T08:21:15-07:00
Authentication code: 8675308
Location: San Marino

install ImageMagick on Mac without porting

Post by TechnoPhil »

Hi,
i am trying to install IM on my Mac (10.8.2) without porting programs!
How can i do that? Anyone can help me?

Thanks!
Filippo :?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: install ImageMagick on Mac without porting

Post by fmw42 »

TechnoPhil wrote:Hi,
i am trying to install IM on my Mac (10.8.2) without porting programs!
How can i do that? Anyone can help me?

Thanks!
Filippo :?
What do you mean by "without porting programs"? Do you mean without MacPorts or FINK?

If you want to install IM, then the easiest way is to install the Mac Binary for Mountain Lion. see http://www.imagemagick.org/script/binar ... php#macosx and download the binary and follow the instructions below the binary. Ignore the part above the binary for MacPorts.

You can also install IM manually from source, but then you have to manually install all the delegate libraries that you might want, such as for tiff, jpg, png. Then install IM afterwards. See

http://www.imagemagick.org/download/delegates/
http://www.imagemagick.org/download/www ... .html#unix
http://www.imagemagick.org/script/advan ... lation.php
User avatar
TechnoPhil
Posts: 22
Joined: 2010-10-27T08:21:15-07:00
Authentication code: 8675308
Location: San Marino

Re: install ImageMagick on Mac without porting

Post by TechnoPhil »

Yes, i mean without MacPorts!

Now i have on my home directory the ImageMagick folder.
I can see the instruction but i can't understand what "MAGICK_HOME" and "DYLD_LIBRARY_PATH" environment variables are!

I know that on Mac OS, bin executables are in /usr/bin :?
Last edited by TechnoPhil on 2012-11-01T15:35:55-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: install ImageMagick on Mac without porting

Post by fmw42 »

IM might be installed at /usr/bin or /usr/local/bin. My install from source goes to the latter.

I cannot explain the export commands. I would just do what the instructions say. see http://www.imagemagick.org/script/resou ... nvironment

By the way, be sure you have X11 installed. It is usually on the Install disk or you can search for it at http://www.apple.com
User avatar
TechnoPhil
Posts: 22
Joined: 2010-10-27T08:21:15-07:00
Authentication code: 8675308
Location: San Marino

Re: install ImageMagick on Mac without porting

Post by TechnoPhil »

This can help someone:

curl -O http://www.imagemagick.org/download/bin ... 2.0.tar.gz
tar xvfz ImageMagick-x86_64-apple-darwin12.2.0.tar.gz
sudo cp -rf ImageMagick-6.8.0/ /usr/local/

Remember to download the last version of ImageMagick "apple-darwin"

I discovered that MacPorts or other porting programs are the better way to install ImageMagick because many dependancies are needed!
Post Reply