I\'m a beginner in C#. I would like to know if there\'s a way to access different frames inside a GIF animation with C#. I\'m using Visual Studio 2008.
a bit of googling: editing animated gif's in c#
You can read the animated Gif with Image.GetFrameCount() and SelectActiveFrame().