ldsmike88 Posted March 17, 2007 Share Posted March 17, 2007 Is it possible to make an animated gif in PHP? I want to make one that you would use on a loading screen. You know, the ones that either go around in a circle or a bar that goes to one end and starts over. I have made one in Fireworks, but I want different users of my site to be able to choose their color schemes so I want the loader also change. Have any ideas? Thanks! Michael Link to comment https://forums.phpfreaks.com/topic/43091-create-animated-gif-with-php/ Share on other sites More sharing options...
artacus Posted March 17, 2007 Share Posted March 17, 2007 No, I don't think the gd library does gifs anymore. Use fireworks to make 3 or 4 different colors and just use php to load the correct one. Link to comment https://forums.phpfreaks.com/topic/43091-create-animated-gif-with-php/#findComment-209311 Share on other sites More sharing options...
ldsmike88 Posted March 17, 2007 Author Share Posted March 17, 2007 Yeah it still does gifs. Whether it does animated gifs or not, that is the question. The idea behind this was that users could choose ANY colors they want. If it isn't possible I will prolly just make it grayscale, but it would be cool if I could make it work. Link to comment https://forums.phpfreaks.com/topic/43091-create-animated-gif-with-php/#findComment-209318 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.