I've installed ImageMagick 6.6.7 as well as the required imagick and ghostscript packages. I've confirmed using the identify -version command that ImageMagick is installed and I've confirmed using the site's php info page, that imagick is enabled. However, when I run the command "convert logo: logo.gif", I get the following error:
convert: unable to open image 'logo.gif' : @ error/blobl.c/OpenBlob/2587
Also, Here's another message I got from a command provided at http://www.imagemagick.org/script/convert.php:
convert: unable to open image 'rose.jpg': @error/blob.c/OpenBlob/2587.
convert: no decode delegate for this image format 'rose.jpg' @ error/constitute.c/ReadImage/532.
convert: missing an image filename 'rose.png' @ error/convert/c/ConvertImageCommand/2962
I attempted some of the solutions I saw that was used by other developers in older topics but nothing seems to work. Any ideas? Your help is greatly appreciated.
FYI, server is Linux CentOS
Thanks!