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 Link to comment https://forums.phpfreaks.com/topic/139300-minipulating-aniamted-gifs-gd-no-support/ 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. Link to comment https://forums.phpfreaks.com/topic/139300-minipulating-aniamted-gifs-gd-no-support/#findComment-728607 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 Link to comment https://forums.phpfreaks.com/topic/139300-minipulating-aniamted-gifs-gd-no-support/#findComment-728608 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.