AspNetCore middleware to serve image thumbnails with disk caching.
Info
Version: | 1.0.1 |
Author(s): | osprakash |
Last Update: | Saturday, January 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/osprakash/Imagethumbnail-aspnetcore |
NuGet Url: | https://www.nuget.org/packages/ImageThumbnail.AspNetCore.Middleware |
Install
Install-Package ImageThumbnail.AspNetCore.Middleware
dotnet add package ImageThumbnail.AspNetCore.Middleware
paket add ImageThumbnail.AspNetCore.Middleware
ImageThumbnail.AspNetCore.Middleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.FileProviders.Physical(>= 3.1.0)
- System.Drawing.Common(>= 4.7.0)
Tags