PDA

View Full Version : SDL and gif?



Zeotronic
June 24th, 2008, 05:38 PM
C++/SDL/SDL_Image: I am making a game with SDL (and SDL_Image), and I was wondering about their interaction with animated gifs... can they load the animated gifs (in some method that I cannot fathom), or how could I go about loading an animated gif if they don't. Surely I don't need to say that I would like to maintain the animation, aka load all of the frames and the information related to animation, so that I can animate them with my program.