So the script im using uses imagecreatefromgif but when I use it with an animated gif it only takes the first frame. I read that GD2 supports animated gifs and that is what my server had installed so im wondering why it wont work? does anyone know how to get this to work or what other function I can use so that the image wont loose its animation?
thanks
Uploading animated gifs using GD library
Moderator: General Moderators
Re: Uploading animated gifs using GD library
The GD bundled with PHP does not support animated GIFs. The version that does has to be compiled in separately - that is, manually.