Having issues with using imagemagick to, well, do anything really. I know that it's installed on the server and working (thanks to support who installed singapore image gallery) but I just can't get it to work in any of my scripts.
I've setup a test script and stripped it right down to the basics.
Code:
$command = "/usr/bin/convert realtennis.jpg realtennis.gif";
$response = `$command`;
Which should just simply convert the jpg to a gif. But nothing happens. I've use this script sooooo many times in the past on different hosting with no issues at all. I'm assured that /usr/bin is the correct path the imagemagick, hell I've even tried it without...
If anyone can shed any light on where I'm going wrong here....?
For adminns ref: script is at http://www.canfordrealtennis.co.uk/temp.php