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
-
I also want to know if the current version of Image Resizer can be used in ASP.NET Core projects.seanbun– seanbun2017-03-03 02:50:46 +00:00Commented 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?user2981411– user29814112017-03-12 12:13:12 +00:00Commented Mar 12, 2017 at 12:13
Add a comment
|
2 Answers
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
3 Comments
Derek
Is there a nuget package for ImageFlow? I only see Imazen.SlimResponse and Imazen.Webp, which don't look like the right packages.
Lilith River
There's not yet a C# wrapper for imageflow, thus no nuget package.
Lilith River
There is now a C# wrapper for Imageflow, named Imageflow.Net on NuGet.
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
5 Comments
Adrian Mole
Recommending a solution from your own website/blog/repo is fine, so long as you clearly state your association - which you have done.
ansario
This solution will not be anywhere near as performant as the official ImageResizer and the name is misleading.
user2981411
@keyone2693 Why don't you commercialize it and make a killing. It looks like the other one (ImageFlow) will never see the light.
keyone2693
@user2981411 I am working on a watermark and disk cache to be added soon. and no plan for earning money just want to help
ajbeaven
I agree you should change the name of this repo - it's extremely disingenuous.