摘要:
1.创建画布: $img=imagescreatetruecolor(200,200); 创建颜色并填充 $red=imagecolorallocate($img,255,0,0); //创建颜色 $imagefill($img,0,10,$red); //填充颜色2.画图形 矩形: ... 阅读全文
posted @ 2014-07-26 23:28 SmarTom 阅读(433) 评论(0) 推荐(0)
|
摘要:
1.创建画布: $img=imagescreatetruecolor(200,200); 创建颜色并填充 $red=imagecolorallocate($img,255,0,0); //创建颜色 $imagefill($img,0,10,$red); //填充颜色2.画图形 矩形: ... 阅读全文
posted @ 2014-07-26 23:28 SmarTom 阅读(433) 评论(0) 推荐(0) |
||