createimagefromgif fatal error (urgent)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
localhost
Forum Commoner
Posts: 43
Joined: Tue Dec 07, 2004 4:52 am
Location: islamabad
Contact:

createimagefromgif fatal error (urgent)

Post by localhost »

i am creating thumbnails of images, createimagefromjpeg works fine but when i call createimagefromgif it gives fatal error that call to undefined function, why is that so?
Last edited by localhost on Thu Feb 03, 2005 1:48 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

What version of GD do you have?
Note: GIF support was removed from the GD library in Version 1.6, and added back in Version 2.0.28. This function is not available between these versions.
Post Reply