They have both versions 5 and 6 which I've tried this on, but with no luck.
I'm executing the code directly from php like this:
Code: Select all
$path6 = "/usr/local/bin/";
exec($path6 . "convert -size 400x200 xc:white -fill orange -font res/arial.ttf -pointsize 24 -draw \"gravity Center text 0,0 'This is my text'\" -trim test.jpg");
Is this a problem with godaddy?
Are there certain commands that can't be ran on godaddy?
Or is there something about my code that doesn't work with -distort?
(I just started learning this, so any help would be great.)
Thanks,
-Garrett