ask for help of ImageMagick installation on Mac OS X Tiger
Posted: 2008-04-25T19:26:45-07:00
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!
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!