关于[How do you use System.Drawing in .NET Core?]的摘要:
I've been doing .NET image processing since the beginning. In fact I wrote about it over 13 years ago on this blog when I talked about Compositing two images into one from the ASP.NET Server Side and in it I used System.Drawing to do the work. For over a decade folks using System.Drawing were just using it as a thin wrapper over GDI (Graphics Device Interface) which were very old Win32 (Windows) unmanaged drawing APIs. We use them because they work fine.
原文地址: https://www.hanselman.com/blog/HowDoYouUseSystemDrawingInNETCore.aspx