Hi!
Note that there is no "imagemagick" command. The binaries available from the imagemagick package are:
/usr/bin/import /usr/bin/conjure /usr/bin/compare /usr/bin/convert /usr/bin/mogrify /usr/bin/composite /usr/bin/display /usr/bin/stream /usr/bin/identify /usr/bin/animate /usr/bin/montage
Try a simple test to see if imagemagick is working:
display somepicture.jpg
If it displays the picture, then it's properly installed.
Hi!
Note that there is no "imagemagick" command.
The binaries available from the imagemagick package are:
/usr/bin/import
/usr/bin/conjure
/usr/bin/compare
/usr/bin/convert
/usr/bin/mogrify
/usr/bin/composite
/usr/bin/display
/usr/bin/stream
/usr/bin/identify
/usr/bin/animate
/usr/bin/montage
Try a simple test to see if imagemagick is working:
display somepicture.jpg
If it displays the picture, then it's properly installed.