PHP imagecreatefrom gif() not working for animated gif -


i'm letting users upload image files desktop , using php image routines create thumbnails , resize images user's directory. doesn't seem work @ animated gif. imagecreatefromgif(), example, seems peel off first image of animation , work it. need bypass these functions complete uploaded animated gif user's directory?

thanks

you cannot resize animated gif image in way jpeg, bmp or other image formats. function imagecreatefromgif() not going means, take @ below link.

http://phpimageworkshop.com/tutorial/5/manage-animated-gif-with-imageworkshop.html

it should solve problem.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -