Info
| Version: | 9.0.1 | 
| Author(s): | Cornel Hattingh | 
| Last Update: | Tuesday, December 3, 2024 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/cornelha/ImageResizer.AspNetCore | 
| NuGet Url: | https://www.nuget.org/packages/Core5.ImageResizer | 
Install
Install-Package Core5.ImageResizer
                        dotnet add package Core5.ImageResizer
                        paket add Core5.ImageResizer
                        
                                Core5.ImageResizer Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         net5.0 
                                        
                    - Microsoft.Extensions.Caching.Abstractions(>= 5.0.0)
 - Microsoft.Extensions.Caching.Memory(>= 5.0.0)
 - Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
 - Newtonsoft.Json(>= 12.0.3)
 - SkiaSharp(>= 2.80.2)
 - System.Configuration.ConfigurationManager(>= 5.0.0)
 
- Microsoft.Extensions.Caching.Abstractions(>= 5.0.0)
 - Microsoft.Extensions.Caching.Memory(>= 5.0.0)
 - Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
 - Newtonsoft.Json(>= 12.0.3)
 - SkiaSharp(>= 2.80.2)
 - System.Configuration.ConfigurationManager(>= 5.0.0)
 
                
It can be dropped into existing apps and works, enable fast and adaptive websites, and improve your sales by reducing page load time.
it can do:
Resize, Crop, Padding, Max, Stretch, Change Quality, Change Format
Forked from: https://github.com/keyone2693/ImageResizer.AspNetCore.