nine
03-25-2006, 02:20 PM
Hi, I know BlueHost says ImageMagick is installed, and the convert prgm is at /usr/bin/convert, but could anybody give me a sample code to test it. I can't seem to get it to work. I've tried creating a sample php file:
<?
echo "This is a test";
exec("/usr/bin/convert -background yellow -page 200x50 text:- image.jpg");
?>
but that seems to do nothing. Is there a way I could test it, just to get a start?
Thanks.
<?
echo "This is a test";
exec("/usr/bin/convert -background yellow -page 200x50 text:- image.jpg");
?>
but that seems to do nothing. Is there a way I could test it, just to get a start?
Thanks.