phpinfo地址:http://www.whjhlc.com/php
gd貌似正常
代码:
$im = imagecreatetruecolor(120, 20);
$text_color = imagecolorallocate($im, 255, 0, 0);
imagestring($im, 1, 5, 5, 'a simple text string', $text_color);
header('content-type: image/jpeg');
imagejpeg($im);
imagedestroy($im);
不知道liunx服务器什么问题。求解答
回复讨论(解决方案) 有高人吗???
