You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
BitmapExtensions
class toDlibDotNet.Extensions.Drawing
The text was updated successfully, but these errors were encountered: