ImageMagick 6.4.5 binary installation

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
somasundaram

ImageMagick 6.4.5 binary installation

Post by somasundaram »

ImageMagick 6.4.5 binary installation in RHEL 4.


After finishing the installation,

exported the

export MAGICK_HOME="/usr/local/ImageMagick"
export PATH="$MAGICK_HOME/bin:$PATH"
export LD_LIBRARY_PATH="$MAGICK_HOME/lib"


following error was occured when i checked the version.


[root@sysadmin ~]# convert -version
-bash: /usr/local/ImageMagick/bin/convert: cannot execute binary file

Downloaded the binary version
http://www.imagemagick.org/script/binar ... s.php#unix
Post Reply