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:
Cinder Biscuits
2017-09-03 20:54:34 -05:00
parent 6d958c3d90
commit 0b128c1291
19 changed files with 154 additions and 168 deletions

View File

@@ -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