Page 1 of 1

ask for help of ImageMagick installation on Mac OS X Tiger

Posted: 2008-04-25T19:26:45-07:00
by shockjocks
I follow the instruction:

cd $HOME
tar xvfz ImageMagick-universal-apple-darwin9.2.2.tar.gz
export MAGICK_HOME="$HOME/ImageMagick-6.4.0"
export PATH="$MAGICK_HOME/bin:$PATH"
export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib"

then I test it:
convert
identify logo.gif

they work fine


But when I run display logo.gif
It only give me help file, no output .

I already opened X11.


Ask for your help!

Re: ask for help of ImageMagick installation on Mac OS X Tiger

Posted: 2008-04-25T19:28:23-07:00
by magick
Try this command:
  • display -display :0 logo.gif

Re: ask for help of ImageMagick installation on Mac OS X Tiger

Posted: 2008-04-25T21:43:10-07:00
by fmw42
See an old post of mine at:

viewtopic.php?f=1&t=10442&hilit=Tiger

I hope that helps some, also.

Re: ask for help of ImageMagick installation on Mac OS X Tiger

Posted: 2008-04-26T01:15:11-07:00
by shockjocks
Hi, magick, thanks for your help,
I tried what you said, did not work.

fmw42,
thanks for your help,
I read your post, feel too complicated.

you said "IM does NOT come with all the support libraries that are needed to process several image types",including jpeg, tif and png.
but I can still use command "convert logo.gif logo.jpg",
I saw a file named logo.jpg after that, and I can open it using other program such as Preview.

I am confused.

Re: ask for help of ImageMagick installation on Mac OS X Tiger

Posted: 2008-04-26T12:18:13-07:00
by fmw42
If you download the binary, everything should be there. If you install from source, then you need to also install all the delegate libraries to read tiff, png, jpg etc.