8

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

2
  • I also want to know if the current version of Image Resizer can be used in ASP.NET Core projects. Commented Mar 3, 2017 at 2:50
  • It seems Imageresizer people are not very interested even after 2 weeks. May be we should change to ImageProcessor? Commented Mar 12, 2017 at 12:13

2 Answers 2

5

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

Sign up to request clarification or add additional context in comments.

3 Comments

Is there a nuget package for ImageFlow? I only see Imazen.SlimResponse and Imazen.Webp, which don't look like the right packages.
There's not yet a C# wrapper for imageflow, thus no nuget package.
There is now a C# wrapper for Imageflow, named Imageflow.Net on NuGet.
2

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

5 Comments

Recommending a solution from your own website/blog/repo is fine, so long as you clearly state your association - which you have done.
This solution will not be anywhere near as performant as the official ImageResizer and the name is misleading.
@keyone2693 Why don't you commercialize it and make a killing. It looks like the other one (ImageFlow) will never see the light.
@user2981411 I am working on a watermark and disk cache to be added soon. and no plan for earning money just want to help
I agree you should change the name of this repo - it's extremely disingenuous.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.