> question. I'm performing a similar task with a GIF file, but PHP tells
> me imagegif() doesn't exist. Why would that be? I'm running PHP 4.3.2.
First check the output from phpinfo(); to see what is compiled
in/available. What you do next depends on your OS. See
<http://www.php.net/manual/en/ref.image.php> for details.