I have uploaded an image, now I want to write text dynamically anywhere on the uploaded image. I want that user should himself choose where to write on the image and then save image with text written on it.
Something like this:
Watermark Your Images with Text Using PHP and GD Library
The code uses imagettftext()
function to write text on an image using true-type fonts.
You can use PHP's image functions.
You may as well try using the powerful ImageMagick library - http://www.imagemagick.org/script/index.php
精彩评论