I have actually changed my code to this for debug purposes

system('convert -geometry 200 x 200 image.JPG theThumb.gif', $retval)

and if I cut out string between the single quotes and just run it at a
command prompt, it works great....when I run this php script, I get syntax
errors....what is wrong?

Thanks,
Eddie

-----Original Message-----
From: Edward Peloke [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 29, 2004 10:14 AM
To: Php-General
Subject: [PHP] calling imagemagick from php


Hello,

I am trying to call imagemagick directly from php and am using this code:
http://sniptools.com/vault/dynamic-thumbnailing-with-imagemagick-in-php.htm

problem is, nothing happens, I simply get the returned error that the
thumbnail wasn't created.  I have talked to my isp and imagemagick is
installed....how can I debug this??

Thanks,
Eddie

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to