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
Code uses System.Drawing namespace with is not supported in Linux.
System.Drawing should replaced with SkiaSharp or OpenCvSharp so that code is also supported in Linux.
Those packages can also apply mask to image so unsafe code an removed.