Moved ImageIO to .net standard
This commit is contained in:
parent
7a08405d55
commit
0fd5b7a0f9
12 changed files with 23 additions and 18 deletions
|
|
@ -102,7 +102,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
|
||||
// Persist
|
||||
string filePath = ApplicationDataStorage.Instance.GetNewLibraryFilePath(".png");
|
||||
AggContext.ImageIO.SaveImageData(
|
||||
ImageIO.SaveImageData(
|
||||
filePath,
|
||||
activeImage);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue