Form for ImageMagick on VPS in PHP script?
There is a help page giving 3 examples to call ImageMagick. One is for VPS from the command line, the second is for a shared server from the command line, and the third is for a shared server within a PHP script. However, there is no example for a VPS server within a PHP script. And wouldn't you know, I tried just modifying the shared example by taking out the /usr/bin/ (analogous to the first VPS example) but couldn't get it to work. Does the exec() command work on VPS? Or can someone just give an example how to call an ImageMagick function like convert in a PHP script on a VPS server? Thank you in advance for any help.