脚 本 之 家 www.jb51.net
页面导航:  不限条件-->他功
本地搜索:
转自php中文用户5.其他杂项5.1生成图像PHP可以操作处理图像。如果你已经安装了GD库,你甚至可以利用PHP生成图像。<?Header("Content-type:image/gif");$string=implode($argv,"");$im=imagecreatefromgif("images/button1.gif");$orange=ImageColorAllocate($im,220,210,60);$px=(imagesx($im)-7.5*strlen($string))/2;ImageString($im,...
http://www.jb51.net//article/2258.htm
5. 其他杂项 5.1 生成图像PHP可以操作处理图像。如果你已经安装了GD库,你甚至可以利用PHP生成图像。<?Header("Content-type: image/gif");$string=implode($argv," ");$im = imagecreatefromgif("images/button1.gif");$orange = ImageColorAllocate($im, 220, 210, 60);$px =&n...
http://www.jb51.net//article/1700.htm
共有:2/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: