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?".
at the end of the command line. I've also tried it running as root but I keep getting the same message. I've GhostScript installed and I'am guessing my problem has something to do with the paths ImageMagick uses to complete the task, but I don't know for sure nor how to fix it.
ImageMagick does not appear to be installed properly on your system or the paths have permission problems. Type
convert -debug configure logo: logo.pnm
Look at the bugging output for where ImageMagick is looking for its configuration files and modules. Does the path exist? Are the permissions set properly for each part of the path?
thank you for answering so quickly. I've typed convert -debug configure logo: logo.pnm and the output says:
convert: UnableToOpenBlob `logo:': No such file or directory @ blob.c/OpenBlob/2489.
convert: MissingAnImageFilename `logo.pnm' @ convert.c/ConvertImageCommand/2772.