开发者

write text to image [closed]

开发者 https://www.devze.com 2023-03-13 07:11 出处:网络
开发者_StackOverflow It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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

write text to image [closed]

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

0

精彩评论

暂无评论...
验证码 换一张
取 消