-
Notifications
You must be signed in to change notification settings - Fork 981
Description
Hi there,
I was trying to get this Library working under a .net core 2.1 app on my ubuntu 18.04 server.
During this process I was getting some weird errors which were eventually boiled down to being the exact same issue like THIS
If I understood correctly, the usage of "FromHwnd" will basically invoke some code which requires a graphical interface to be present. As my server is purely a "backend" I dont really want to install an x-server just for plotting some graphs. This would be my last resort...
I am not familar with the Details, but as the solution on stackoverflow suggest, might there be a way to use Graphics.FromImage() at this place without any loss of funtionality?
I think this would greatly benefit cross-platform compatibility :)
Thanks in advance.