摘要: php基础教程:图像函数举例(3)例二: 阴阳图<?php$width=400;$height=400;$image=imagecreatetruecolor($width,$height);//提取颜色$color_black=imagecolorallocate($image,0,2,0)... 阅读全文
posted @ 2014-06-03 10:15 WDYE 阅读(147) 评论(0) 推荐(0)