Jump to content

Dynamically Animating Images?


clonetrooper9494

Recommended Posts

I am trying to create dynamic animated GIFs and was disappointed to find that php's GD library doesn't support animated GIFs. So I looked through some other image libraries PHP has and found that ImageMagick is the only one that supports animating. I am going through the function lists, and am finding it very hard, as they don't have any actual documentation for any of the functions...Now, I can create frames using GD, and then export them as GIF and import them in to ImageMagick, but at first glance I cannot see any way to change the parameters for creating an animated image (such as looping, and timing).Does any one know how to accomplish this? I have looked at the description of every function, and none of them looks like the solution.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...