最新下载
热门教程
- 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);
?>
相关文章
- 《四季城与多米糯》冰霉莓服装分享 01-14
- 《仙剑世界》凡缘结作用介绍 01-14
- 《神器传说》连击流玩法攻略 01-14
- 《火山的女儿》正义的苍鹰成就攻略 01-14
- 《火山的女儿》女儿守在床下的秘密选择攻略 01-14
- 《王者荣耀》冰雪奇缘联动小兵皮肤获得方法 01-14