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 ?
How can we create GIF ANIMATION image by PHP ?
Moderator: General Moderators
Re: How can we create GIF ANIMATION image by PHP ?
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 ?
Thank you. I found it : http://www.phpclasses.org/browse/package/3163.htmlastions wrote:I believe you are looking for the GD functions: http://us.php.net/manual/en/ref.image.php
- Jasheppard
- Forum Newbie
- Posts: 24
- Joined: Tue Jun 17, 2008 11:44 pm
Re: How can we create GIF ANIMATION image by PHP ?
GD is awesome! 