View Single Post
  #1 (permalink)  
Old 27-09-2006, 20:13
daveturnbull daveturnbull is offline
Junior Member
 
Join Date: Sep 2006
Posts: 1
Question ImageMagick issues

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
Reply With Quote