Access GIF frames with C#

后端 未结 2 1991
再見小時候
再見小時候 2020-12-10 03:09

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.

2条回答
  •  旧时难觅i
    2020-12-10 03:57

    a bit of googling: editing animated gif's in c#

    You can read the animated Gif with Image.GetFrameCount() and SelectActiveFrame().

提交回复
热议问题