Need source code of changing animated gif frames to Bitmap file
-
I need to extract animated gif frames to related bitmaps, and info of offset, transparent color of frames. CxImage (7.02) contains many errors for animated gif, ZLib is too complex, and I am not sure if it works with most (or all) animated gif formats. I found other samples, such as AnimationGif, on this site, but they don't work with many (odd ?) animated gifs (IE and FireFox can display them well). Do you know where I can find C++ source code for this purpose? Thanks for links.
-
I need to extract animated gif frames to related bitmaps, and info of offset, transparent color of frames. CxImage (7.02) contains many errors for animated gif, ZLib is too complex, and I am not sure if it works with most (or all) animated gif formats. I found other samples, such as AnimationGif, on this site, but they don't work with many (odd ?) animated gifs (IE and FireFox can display them well). Do you know where I can find C++ source code for this purpose? Thanks for links.