Hi. Trying to generate some images with imagemagick. The following
works on
the command line:
/usr/local/bin/convert xc:yellow -resize 100x15! -gravity "West" -draw
"text 0,0 'Path Two'"
/Users/morten/Sites/cebra/images/a1a2e65dce30f01861c60d0acb5287c7.jpg
But when running via PHP exec, the yellow box gets created alright,
but the text doesn't
show.
exec($CONVERT." -font helvetica xc:yellow -resize 100x15! -gravity
\"West\" -draw \"text 0,0 \'".$text."\'\" ".$file, $out, $err);
Any suggestions?
Thanks.
Morten