PC Nerd Posted January 3, 2009 Share Posted January 3, 2009 Hi, I'm trying to place an animated gif ( a small pet icon) into a larger image using GD... and although it works ( the output is visually correct), the gif isn't animated. Is there a way to create animated gifs through PHP? I've read GD doesn't support animated gifs ( well creating them), and that the only method might be to disassemble each from in the gif, and then reassemble it... but then how? Thanks Quote Link to comment Share on other sites More sharing options...
GingerRobot Posted January 3, 2009 Share Posted January 3, 2009 Though i've never used it, I believe the image magick extension does support animated gifs. Incedently, it's not the GD library that doesn't support animated gifs; it's PHP's implementation of it. Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted January 3, 2009 Author Share Posted January 3, 2009 Ahh ok, is there any other library in php that does support modifying animated gifs? Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.