How do I capture WPF animation and export it as animated GIF? [closed]
Given that I have a WPF Canvas and 10 seconds. I want to capture frames in that time period and expor开发者_高级运维t it as an animated gif.
How do I do that?
Functional examples please, thank you!
This answer should get you started. It explains how to get a movie file (wmv or avi) from an animation using Expression Encoder and from that you can convert it to an animated gif using free tools.
A quick google search revealed an online service called Gif Ninja that can do it (haven't tried it though so no guarantees)
精彩评论