System.Drawing is not supported on .NET 7 in Linux. So we have to replace it with other library.
Now, System.Drawing is not used in DlibDotNet.
But ToBitmap and other fnction are exposed to developer.
So we move them to new library.
- Move
BitmapExtensions class to DlibDotNet.Extensions.Drawing
- Provides extension library to support SkiaSharp or Microsoft.Maui.Graphics
System.Drawingis not supported on .NET 7 in Linux. So we have to replace it with other library.Now,
System.Drawingis not used in DlibDotNet.But
ToBitmapand other fnction are exposed to developer.So we move them to new library.
BitmapExtensionsclass toDlibDotNet.Extensions.Drawing