Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I capture WPF animation and export it as animated GIF? [closed]

Tags:

wpf

gif

Given that I have a WPF Canvas and 10 seconds. I want to capture frames in that time period and export it as an animated gif.

How do I do that?

Functional examples please, thank you!

like image 552
zproxy Avatar asked Nov 14 '22 10:11

zproxy


1 Answers

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)

like image 117
Isak Savo Avatar answered Jan 21 '23 10:01

Isak Savo