《璇》
摘要: <?php //1. 绘制图像资源(创建一个画布) $image = imagecreatetruecolor(500, 300); //2. 先分配一个绿色 $green = imagecolorallocate($image, 22, 153, 0); //3. 使用绿色填充画布 imagefill($image, 0, 0, $green); //4. 在画布中绘制图像 $bai = i... 阅读全文
posted @ 2018-10-07 18:50 醉风云 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 开始绘制图像 阅读全文
posted @ 2018-10-07 18:48 醉风云 阅读(364) 评论(0) 推荐(0) 编辑