会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
落魄丶
博客园
园子
首页
新随笔
联系
管理
订阅
2014年6月3日
php基础教程:图像函数举例(3)
摘要: 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)
公告