1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-07-28 02:24:06 +00:00

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.
This commit is contained in:
Andy McFadden
2020-06-20 17:32:57 -07:00
parent b43fd07688
commit c47beffcee
10 changed files with 312 additions and 9 deletions

View File

@@ -17,11 +17,10 @@ using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Text;
using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
using CommonUtil;
using PluginCommon;