标签: javascript php image
我有一个网站,用户可以输入最多250个字符的文字。我想将此文本放在默认图像上并输出新的图像文件。我怎么能这样做?
答案 0 :(得分:0)
您只需创建一个新图片。
http://php.net/manual/en/function.imagecreate.php
然后将两者合并在一起imagecopymerge()
http://php.net/manual/en/function.imagecopymerge.php