PreviousNext

Using ImageSharp to resize images in ASP.NET Core - Part 4: saving to disk

by bill-s, 2017-06-03T02:59:46.000Z

This is the next in a series of posts on using ImageSharp to resize images in an ASP.NET Core application. I showed how you could define an MVC action that takes a path to a file stored in the wwwroot folder, resizes it, and serves the resized file.

Read More