The name of ImageBMPIO changed to ImageIO
This commit is contained in:
parent
4af2bfa0d9
commit
a74dcce12f
11 changed files with 32 additions and 32 deletions
|
|
@ -49,7 +49,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
if (File.Exists(imagePathAndFile))
|
||||
{
|
||||
ImageBuffer wattermarkImage = new ImageBuffer();
|
||||
ImageBMPIO.LoadImageData(imagePathAndFile, wattermarkImage);
|
||||
ImageIO.LoadImageData(imagePathAndFile, wattermarkImage);
|
||||
GuiWidget watermarkWidget = new ImageWidget(wattermarkImage);
|
||||
watermarkWidget.VAnchor = Agg.UI.VAnchor.ParentCenter;
|
||||
watermarkWidget.HAnchor = Agg.UI.HAnchor.ParentCenter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue