user2981411
user2981411

Reputation: 962

Image Resizer and ASP.NET Core

Can ImageResizer be used in an MVC6 (MVC Core) application. We understand that ImageFlow can be (not yet released), but what can we do in the meantime. Many thanks

Upvotes: 8

Views: 8665

Answers (2)

Lilith River
Lilith River

Reputation: 16468

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

Upvotes: 5

keyone2693
keyone2693

Reputation: 679

I know this question is old as my grandpa but:

You can use this library, this is in my Repo so I don't know should I recommend it or not, but its exactly what you need,

ImageFlow after all these years still in RC mode so I build it myself

https://github.com/keyone2693/ImageResizer.AspNetCore

Upvotes: 2

Related Questions