http://qs1969.pair.com?node_id=586954


in reply to Generating text as an image with PerlMagick

Hi ,

What you are looking at is the last line of the letters you are trying to put in the image.

Try this:
$image->Annotate(pointsize=>40, fill=>'red', text=>$text, y=>40);
TheMage
Talking Web