$x = $image->Annotate(font=>'/usr/share/fonts/bitstream/Vera.ttf', fill=>'#00FF00', pointsize=>12, x=>10, y=>30, text=>$text); warn "$x" if $x;