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
Post a Comment