Using ImageSharp to resize images in ASP.NET Core - Part 2

added by DotNetKicks
5/2/2017 8:49:16 PM

327 Views

In my last post, I showed a way to crop and resize an image downloaded from a URL, using the ImageSharp library. This was in response to a post in which Dmitry Sikorsky used the CoreCompat.System.Drawing library to achieve the same thing. The purpose of that post was


0 comments