1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-05 10:55:09 +00:00
6502bench/CommonWPF
Andy McFadden c47beffcee Add Export feature to visualization editor
It's nice to be able to save images from the visualization editor
for display elsewhere.  This can be done during HTML export, but
that's inconvenient when you just want one image, and doesn't allow
the output size to be specified.

This change adds an Export button to the Edit Visualization dialog.
The current bitmap, wireframe, or wireframe animation can be saved
to a GIF image.  A handful of sizes can be selected from a pop-up
menu.
2020-06-20 17:32:57 -07:00
..
Properties
AnimatedGifEncoder.cs Checkpoint work on wireframe visualization 2020-02-29 18:30:19 -08:00
CommonWPF.csproj Add animated GIF generation to HTML export 2019-12-24 18:15:03 -08:00
FrameAnimationControl.xaml Progress on animated visualizations 2019-12-20 15:09:57 -08:00
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 Add a progress bar to HTML export 2020-03-15 14:07:05 -07:00
WPFExtensions.cs Add Export feature to visualization editor 2020-06-20 17:32:57 -07:00