最新下载
热门教程
- 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);
?>
相关文章
- 加密历史回顾:GameFi链游新希望?GUNZ携融资正式登陆币安平台 07-09
- 亚利桑那州州长凯蒂·霍布斯否决加密货币扣押法案 07-09
- 新三国志曹操传寿春难克关卡攻略 07-09
- 御剑封魔2025最新礼包兑换码分享 07-09
- 暖雪死侍计划怎么获得 暖雪死侍计划获取方法详细教程 07-09
- 绝区零雨果偶遇事件有哪些-雨果偶遇事件触发攻略 07-09