【发布时间】:2016-06-20 15:01:13
【问题描述】:
我正在使用 asp.NET Core 开发一个 Web API,它需要类中的图像参数。 asp.net core 中不存在“Image”类型,“System.Drawings.Image”也不存在。我可以用什么代替?
【问题讨论】:
-
没有内置任何东西。这些类严重依赖于 Windows 特定的 GDI/GDI+。
标签: c# image asp.net-web-api asp.net-core