<?php
header("Content-type: image/gif");
$image = imagecreate( 200, 200 );
imagegif( $image );
?>
I am using the win32 platform and I recently received an e - mail saying I needed to extra files ( .dll ). I then looked at boutell.com for info on these, but I don't know what version of gd I have installed ( assuming it's built - in with a win32 binary ? ).
The latest version of gd does not support gif images ( is that right? ).
Thanks, Katie.