都已经安装了GD库,但是还出现这个问题,高手帮忙看看!
php代码块:
<?php
Header("Content-type: image/gif");
$im = imagecreate(400,30);
$black = ImageColorAllocate($im, 0,0,0);
$white = ImageColorAllocate($im, 255,255,255);
ImageTTFText($im, 20, 0, 10, 20, $white, "c:/windows/fonts/verdana.ttf", "aaaaaaaaa");
ImageGif($im);
ImageDestroy($im);
?>
错误内容:
<br />
<b>Fatal error</b>: Call to undefined function: imagegif() in <b>D:\my work\stempsite\3.php</b> on line <b>7</b><br />
GD库信息:
gd
GD Support enabled
GD Version bundled (2.0.22 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled