Search code examples
imageresizer

ImageResizer and ASP.NET Core Web Application (.NET Framework)


Where can I find a full sample of an ImageResizer (ImageResizing.net) standalone website based on ASP.NET Core Web Application (.NET Framework) ?

"frameworks": { "net461": { } },


Solution

  • Imageflow.NET Server is the .NET Core equivalent to ImageResizer, but is much faster and produces much smaller image files. See https://github.com/imazen/imageflow-dotnet-server

    If you want to do your own middleware, use Imageflow.NET directly. See https://github.com/imazen/imageflow-dotnet

    [Disclaimer: I am the author of both ImageResizer and Imageflow]