takuya-takeuchi / FaceRecognitionDotNet

The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
MIT License
1.26k stars 308 forks source link

Can you merge LoadImage for SkiaSharp in main? #235

Open andreock opened 1 year ago

andreock commented 1 year ago

Hi!, I need to develop a C# face recognition that can run on linux since bitmap isn't supported i would need to an overload to load SkiaBitmap. Now i checked that in develop branch this issue is already closed with #230 but develop isn't merged in main so nuget package get updated.

Please, can you merge develop or at least #230 in main so we can use LoadImage on Linux? Thank you very much