为了账号安全,请及时绑定邮箱和手机立即绑定

全都是一样的为什么就是不显示图片,gd库有


<?php


$image = imagecreatetruecolor(100, 30);

$bgcolor = imagecolorallocate($image, 255, 255, 255);

imagefill($image, 0, 0, $bgcolor);

for ($i = 0; $i < 4; $i++) {

    $fontsize = 6;

    $fontcolor = imagecolorallocate($image, 0, 0, 0);

    $fontcontent = rand(0, 9);

    $x = rand($i * 100 / 4) + rand(5, 10);

    $y = rand(5, 10);

    imagestring($image, $fontsize, $x, $y, $fontcontent, $fontcolor);

}

header('content-type:image/png');

imagepng($image);

imagedestroy($image);

http://img1.sycdn.imooc.com//5837e1f10001351907440107.jpg

正在回答

1 回答

http://img1.sycdn.imooc.com//5837e8df00014ab507290478.jpghttp://img1.sycdn.imooc.com//5837e90c0001e16202450092.jpg这个就显示出来了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

全都是一样的为什么就是不显示图片,gd库有

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信