ask for help of ImageMagick installation on Mac OS X Tiger

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
shockjocks

ask for help of ImageMagick installation on Mac OS X Tiger

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

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

Post by magick »

Try this command:
  • display -display :0 logo.gif
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post by fmw42 »

See an old post of mine at:

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

I hope that helps some, also.
shockjocks

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

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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.
Post Reply