2017年10月22日

图片上增加文字

摘要: <?php //图片上增加文字 function createpic($width,$height,$string){ $im = imagecreate($width, $height); $bgcolor = imagecolorallocate($im,255, 255, 255); $text_color = imagecolorallocate($im,0,0,0); imag... 阅读全文

posted @ 2017-10-22 11:18 酒醒三更 阅读(259) 评论(0) 推荐(0)

导航