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
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
{
|
||||
string path = Path.Combine(ApplicationDataStorage.Instance.ApplicationStaticDataPath, imageName);
|
||||
ImageBuffer buffer = new ImageBuffer(10, 10, 32, new BlenderBGRA());
|
||||
ImageBMPIO.LoadImageData(path, buffer);
|
||||
ImageIO.LoadImageData(path, buffer);
|
||||
return buffer;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue