This is Add text to image
echo system('convert mug.jpg -font courier -fill green -pointsize 30 -annotate +100+230 \'hi Wlecome yy\' mug123.jpg');
unix command run in php it is working fine when we change the point size hi welcome is over flow the image
how can we over come?