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!
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.
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.