Web Hosting Talk







View Full Version : Animated Gifs via PHP?


VolkNet
09-11-2006, 09:00 PM
Is there any extension or program I can use for CentOS to make 4 jpg's into an animated gif?

I figure I can just call the program from php's exec command.

Is this possible?

foobic
09-11-2006, 10:07 PM
ImageMagick convert would be the obvious choice - start here (http://www.cit.gu.edu.au/~anthony/graphics/imagick6/anim_basics/#gif_anim)

VolkNet
09-11-2006, 11:44 PM
I didnt know ImageMagick could do that! Thanks, problem solved! ;)

dgeorge
09-12-2006, 12:22 PM
Option B:

http://technobabbler.com/?p=12

Saeven
09-13-2006, 02:36 AM
Even cooler as a requirement-neutral solution, you can do it with javascript and dojo. See http://archive.dojotoolkit.org/nightly/tests/widget/test_AnimatedPng.html

(could be applied to jpeg)