1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-04 03:59:09 +00:00
6502bench/CommonWPF
Andy McFadden 6913558f4a Add animated GIF generation to HTML export
Visualization animations are now exported as animated GIFs.  The
Windows stuff is a bit lame so I threw together some code that
stitches a bunch of GIFs together.

The GIF doesn't quite match the preview, because the preview scales
the individual frames, while the animated GIF uses the largest frame
as the size and is then scaled based on that.  Animating frames of
differing sizes together is bound to be trouble anyway, so I'm not
sure how much to fret over this.
2019-12-24 18:15:03 -08:00
..
Properties
AnimatedGifEncoder.cs Add animated GIF generation to HTML export 2019-12-24 18:15:03 -08:00
CommonWPF.csproj Add animated GIF generation to HTML export 2019-12-24 18:15:03 -08:00
FrameAnimationControl.xaml
FrameAnimationControl.xaml.cs Serialize animations to project file 2019-12-22 16:56:57 -08:00
Helper.cs
InverseBooleanConverter.cs
MultiKeyInputGesture.cs
WindowPlacement.cs
WorkProgress.xaml
WorkProgress.xaml.cs
WPFExtensions.cs