Switch back to mono System.Drawing with changed namespace because of a conflict between .net standard and mono on System.Drawing.Color. :(
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
namespace CSJ2K.Util
|
||||
{
|
||||
using System;
|
||||
|
||||
using System.Linq;
|
||||
using System.DrawingCore;
|
||||
using System.DrawingCore.Imaging;
|
||||
using System.Linq;
|
||||
|
||||
using CSJ2K.j2k.image;
|
||||
|
||||
internal class BitmapImageSource : PortableImageSource
|
||||
|
||||
Reference in New Issue
Block a user