hallo! :-)
dies ist der source:
<?
Header( "Content-type: image/gif");
$im = imagecreate(200,100);
$blue = ImageColorAllocate($im, 0x2c,0x6D,0xAF);
ImageFilledRectangle($im,0,0,200,100,$blue);
ImageGif($im);
ImageDestroy($im);
?>
und dies ist die erfolgte ausgabe...
<br>
<b>Warning</b>: ImageGif: No GIF support in this PHP build in <b>C:\apache\htdocs\graph\bild.php</b> on line <b>6</b><br>
was mache ich falch??
MFG Marc