imagestring只内置了5中字符大小,在前端根据美工设计常常无法满足需求。采用imagettftext函数生成验证码图片,可自定义字体和大小。源码如下:
GD库版本低于2.0.18不能显示的问题
$font = 'arial.ttf';
//绘模糊作用的点
mt_srand();
for ($i = 0; $i < 800; $...i++) {
imagesetpixel($im, mt_rand(0, $width), mt_rand(0, $height), $pix);
}
//输出字符
imagettftext...($im, 16, 0, 5, 28, $color, $font, $str);
//输出矩形
imagerectangle($im, 0, 0, $width -1, $height -1, $col...);
//输出图片
imagepng($im);
imagedestroy($im);
$str = md5(strtolower($str));
//选择 cookie
//SetCookie