最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php 创建图片教程
时间:2022-07-02 10:15:23 编辑:袖梨 来源:一聚教程网
$;
$;
$im = ImageCreateTrueColor($width, $height);
$white = ImageColorAllocate ($im, 255, 255, 255);
$blue = ImageColorAllocate ($im, 0, 0, 64);
ImageFill($im, 0, 0, $blue);
//ImageLine($im, 0, 0, $width, $height, $white);
ImageString($im, 10, 100, 120, 'Hello,PHP', $white);
Header ('Content-type: image/png');
ImagePng($im);
ImageDestroy($im);
?>
相关文章
- 西瓜视频播放量低是怎么回事 05-07
- 异环异象委托可获得的S级弧盘汇总 05-07
- 漫画歪歪-歪歪漫画全免费 05-07
- 造梦西游之黎尤浩劫篇 新手入门指南与快速上手攻略 05-07
- OpenClaw出现系统故障怎么办-一步步教你修复 05-07
- qq邮箱在哪找-qq邮箱官网登录入口 05-07