Manipulating images with .NET Core

后端 未结 4 1683
误落风尘
误落风尘 2020-11-30 02:21

I have updated my project from .NET 4.5 to .NET Core (with ASP.NET Core). I had some very simple code in my previous version that used the bitmap object from System.Dr

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-30 02:45

    Aspose.Drawing can manipulate images using API compatible with System.Drawing, fully managed and cross-platform with .NET Core 2.0+ support. (I'm one of the developers.)

提交回复
热议问题