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?".
I'm trying to troubleshoot an ImageMagick PHP implementation. This is code that used to work on a different computer but it's not working on the new computer.
If I run that on the command line, it works. Via exec() in PHP and it executes with no errors and no output but the image does not get written. I've checked file permissions and they are all correct.