Page 1 of 1

How can we create GIF ANIMATION image by PHP ?

Posted: Sat Jul 05, 2008 7:34 pm
by Mds
Hi.
Supposition we have some pictures ( *.jpg or *.gif ) and we want to create a GIF animation image with them.

Do you have any suggestions ?

Re: How can we create GIF ANIMATION image by PHP ?

Posted: Wed Jul 09, 2008 4:37 pm
by Benjamin
I believe you are looking for the GD functions: http://us.php.net/manual/en/ref.image.php

Re: How can we create GIF ANIMATION image by PHP ?

Posted: Thu Jul 10, 2008 7:32 am
by Mds
astions wrote:I believe you are looking for the GD functions: http://us.php.net/manual/en/ref.image.php
Thank you. I found it : http://www.phpclasses.org/browse/package/3163.html

Re: How can we create GIF ANIMATION image by PHP ?

Posted: Thu Jul 10, 2008 9:37 am
by Jasheppard
GD is awesome! :drunk: