Is it possible to use the GD library to create an animated gif? I want the user to upload a png/jpeg and generate a 2 frame animated gif out of the image. Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a good post about it on SO : Create Animated Gif with Jpeg Images
You can’t do it with GD Functions, but there is a class on phpclasses.org to do this, check that : PHP Classes GIF Animation From
You can also find a good tutorial about it here : Tutorial Generate Animated GIF PHP