Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rid of System.Drawing #294

Open
takuya-takeuchi opened this issue Dec 24, 2022 · 0 comments
Open

Rid of System.Drawing #294

takuya-takeuchi opened this issue Dec 24, 2022 · 0 comments
Assignees

Comments

@takuya-takeuchi
Copy link
Owner

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.

  1. Move BitmapExtensions class to DlibDotNet.Extensions.Drawing
  2. Provides extension library to support SkiaSharp or Microsoft.Maui.Graphics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant