How can we create GIF ANIMATION image by PHP ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Mds
Forum Contributor
Posts: 110
Joined: Tue Apr 22, 2008 8:56 pm
Contact:

How can we create GIF ANIMATION image by PHP ?

Post 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 ?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

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

Post by Benjamin »

I believe you are looking for the GD functions: http://us.php.net/manual/en/ref.image.php
User avatar
Mds
Forum Contributor
Posts: 110
Joined: Tue Apr 22, 2008 8:56 pm
Contact:

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

Post 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
User avatar
Jasheppard
Forum Newbie
Posts: 24
Joined: Tue Jun 17, 2008 11:44 pm

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

Post by Jasheppard »

GD is awesome! :drunk:
Post Reply