I've read that FaceONNX is cross-platform, but System.Drawing is still present in the code/interfaces.
I see there are various references to Bitmap, Size, Point etc. which are all defined in System.Drawing - is there a way to decouple this?
Note: I'm already using ImageSharp to avoid the need for Bitmap