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?".
Hello, I am trying to get identify to be called via a cgi script. It will identify JPEG GIF and PNG, but as if I try to identify an EPS file I get a delegate failure.
But if I try to run identify from the command line it works just fine.
Your CGI environment is different from your command line environment. For example, the gs program may be in your command line execution path but not your CGI execution path. Add -debug configure,module to your ImageMagick command in the CGI environment and save the output to a log. Review the log to determine why the command is failing.