sixlabors - SixLabors.ImageSharp.Web 2.0.0-alpha.0.2

ImageSharp Middleware for serving images via a url based API.

PM> Install-Package SixLabors.ImageSharp.Web -Version 2.0.0-alpha.0.2 -Source https://www.myget.org/F/sixlabors/api/v3/index.json

Copy to clipboard

> nuget.exe install SixLabors.ImageSharp.Web -Version 2.0.0-alpha.0.2 -Source https://www.myget.org/F/sixlabors/api/v3/index.json

Copy to clipboard

> dotnet add package SixLabors.ImageSharp.Web --version 2.0.0-alpha.0.2 --source https://www.myget.org/F/sixlabors/api/v3/index.json

Copy to clipboard
<PackageReference Include="SixLabors.ImageSharp.Web" Version="2.0.0-alpha.0.2" />
Copy to clipboard
source https://www.myget.org/F/sixlabors/api/v3/index.json

nuget SixLabors.ImageSharp.Web  ~> 2.0.0-alpha.0.2
Copy to clipboard

> choco install SixLabors.ImageSharp.Web --version 2.0.0-alpha.0.2 --source https://www.myget.org/F/sixlabors/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "sixlabors" -SourceLocation "https://www.myget.org/F/sixlabors/api/v2"
Install-Module -Name "SixLabors.ImageSharp.Web" -RequiredVersion "2.0.0-alpha.0.2" -Repository "sixlabors" -AllowPreRelease
Copy to clipboard

SixLabors.ImageSharp.Web
SixLabors.ImageSharp.Web

Build Status Code coverage License: Six Labors Split GitHub issues

GitHub stars GitHub forks Twitter

ImageSharp.Web is a high-performance ASP.NET Core middleware leveraging the ImageSharp graphics library to allow on-the-fly image manipulation via URL based commands.

License

Support Six Labors

Support the efforts of the development of the Six Labors projects.

Documentation

  • Detailed documentation for the ImageSharp.Web API is available. This includes additional conceptual documentation to help you get started.

Questions

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Installation

Install stable releases via Nuget; development releases are available via Feedz.io.

Package Name Release (NuGet) Nightly (Feedz.io)
SixLabors.ImageSharp.Web NuGet feedz.io

Manual build

If you prefer, you can compile ImageSharp.Web yourself (please do and help!)

Alternatively, you can work from command line and/or with a lightweight editor on both Linux/Unix and Windows:

To clone ImageSharp.Web locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:

git clone https://github.com/SixLabors/ImageSharp.Web

If working with Windows please ensure that you have enabled log file paths in git (run as Administrator).

git config --system core.longpaths true

This repository contains git submodules. To add the submodules to the project, navigate to the repository root and type:

git submodule update --init --recursive

Running the Tests

The unit tests require Azurite Azure Storage Emulator and s3rver in order to run.

On Windows to install and run the server as a background process run the following command

npm install -g azurite
start /B azurite --loose

npm install -g s3rver
start /B s3rver -d .

On Linux

sudo npm install -g azurite
sudo azurite --loose &

sudo npm install -g s3rver
sudo s3rver -d . &

How can you help?

Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our Contribution Guide before opening a PR.

The ImageSharp.Web Team

  • .NETCoreApp 2.1
    • Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2.0)
    • Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
    • Microsoft.AspNetCore.Http.Extensions (>= 2.2.0)
    • Microsoft.AspNetCore.WebUtilities (>= 2.2.0)
    • Microsoft.Extensions.Caching.Abstractions (>= 2.2.0)
    • Microsoft.Extensions.FileProviders.Physical (>= 2.2.0)
    • Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.2.0)
    • Microsoft.IO.RecyclableMemoryStream (>= 2.2.0)
    • SixLabors.ImageSharp (>= 2.0.0-alpha.0.156)
  • .NETCoreApp 3.1
    • Microsoft.IO.RecyclableMemoryStream (>= 2.2.0)
    • SixLabors.ImageSharp (>= 2.0.0-alpha.0.156)
  • .NETCoreApp 2.1: 2.1.0.0
  • .NETCoreApp 3.1: 3.1.0.0

Owners

Six Labors

Authors

Six Labors and contributors

Project URL

https://github.com/SixLabors/ImageSharp.Web

License

Apache-2.0

Tags

Image Middleware Resize Crop Gif Jpg Jpeg Bitmap Png Core Cache ASP

Info

1278 total downloads
9 downloads for version 2.0.0-alpha.0.2
Download (126.21 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
3.0.0-alpha.0.7 80.28 KB Tue, 14 Feb 2023 01:31:36 GMT 5
2.0.3-alpha.0.6 78.99 KB Tue, 20 Dec 2022 13:37:22 GMT 5
2.0.3-alpha.0.5 78.98 KB Mon, 03 Oct 2022 14:03:55 GMT 4
2.0.3-alpha.0.4 78.97 KB Thu, 29 Sep 2022 04:22:43 GMT 5
2.0.3-alpha.0.3 78.96 KB Thu, 11 Aug 2022 14:25:38 GMT 5
2.0.3-alpha.0.2 151.18 KB Wed, 20 Jul 2022 02:47:07 GMT 5
2.0.3-alpha.0.1 145.68 KB Sat, 16 Jul 2022 03:55:17 GMT 5
2.0.2 145.63 KB Sun, 03 Jul 2022 03:45:38 GMT 278
2.0.2-alpha.0.8 145.67 KB Sun, 03 Jul 2022 03:28:28 GMT 4
2.0.2-alpha.0.7 145.68 KB Sat, 02 Jul 2022 09:33:32 GMT 3
2.0.2-alpha.0.6 145.67 KB Sat, 02 Jul 2022 12:12:31 GMT 4
2.0.2-alpha.0.5 145.08 KB Sat, 04 Jun 2022 18:59:38 GMT 5
2.0.2-alpha.0.3 145.07 KB Sat, 04 Jun 2022 18:14:21 GMT 3
2.0.2-alpha.0.2 145.06 KB Sat, 04 Jun 2022 17:56:03 GMT 6
2.0.2-alpha.0.1 145.06 KB Sat, 04 Jun 2022 17:07:21 GMT 4
2.0.1 145.02 KB Wed, 01 Jun 2022 14:47:25 GMT 8
2.0.1-alpha.0.6 145.08 KB Wed, 01 Jun 2022 14:38:10 GMT 5
2.0.1-alpha.0.4 145.18 KB Wed, 18 May 2022 10:59:10 GMT 4
2.0.1-alpha.0.3 145.17 KB Wed, 18 May 2022 10:21:40 GMT 5
2.0.1-alpha.0.2 145.17 KB Sat, 07 May 2022 11:26:57 GMT 5
2.0.1-alpha.0.1 145.15 KB Sat, 07 May 2022 04:32:37 GMT 5
2.0.0 144.47 KB Fri, 22 Apr 2022 12:32:25 GMT 90
2.0.0-alpha.0.30 144.51 KB Fri, 22 Apr 2022 12:07:01 GMT 5
2.0.0-alpha.0.29 144.79 KB Fri, 22 Apr 2022 11:51:20 GMT 5
2.0.0-alpha.0.28 144.59 KB Fri, 22 Apr 2022 11:26:52 GMT 5
2.0.0-alpha.0.27 141.52 KB Tue, 05 Apr 2022 09:55:38 GMT 6
2.0.0-alpha.0.26 142.13 KB Tue, 05 Apr 2022 06:12:40 GMT 5
2.0.0-alpha.0.25 141.2 KB Mon, 04 Apr 2022 10:13:41 GMT 5
2.0.0-alpha.0.24 139.78 KB Mon, 04 Apr 2022 09:48:41 GMT 5
2.0.0-alpha.0.23 138.3 KB Tue, 22 Mar 2022 14:48:10 GMT 9
2.0.0-alpha.0.22 137.79 KB Tue, 22 Mar 2022 12:37:07 GMT 4
2.0.0-alpha.0.21 136.9 KB Wed, 16 Mar 2022 13:03:02 GMT 5
2.0.0-alpha.0.20 136.91 KB Wed, 16 Mar 2022 12:48:32 GMT 6
2.0.0-alpha.0.19 136.21 KB Mon, 28 Feb 2022 06:24:56 GMT 7
2.0.0-alpha.0.18 136.19 KB Thu, 10 Feb 2022 18:34:44 GMT 9
2.0.0-alpha.0.17 136.2 KB Thu, 10 Feb 2022 17:24:21 GMT 5
2.0.0-alpha.0.16 136.21 KB Wed, 09 Feb 2022 00:41:03 GMT 6
2.0.0-alpha.0.15 134.73 KB Mon, 07 Feb 2022 22:27:58 GMT 4
2.0.0-alpha.0.14 133.21 KB Sun, 06 Feb 2022 12:26:23 GMT 6
2.0.0-alpha.0.13 133.74 KB Sun, 06 Feb 2022 08:05:07 GMT 5
2.0.0-alpha.0.12 133.75 KB Sun, 06 Feb 2022 07:44:30 GMT 5
2.0.0-alpha.0.10 133.82 KB Thu, 03 Feb 2022 14:16:30 GMT 7
2.0.0-alpha.0.9 133.44 KB Thu, 03 Feb 2022 00:02:59 GMT 7
2.0.0-alpha.0.8 133.19 KB Tue, 01 Feb 2022 12:14:34 GMT 6
2.0.0-alpha.0.7 129.41 KB Tue, 01 Feb 2022 11:27:42 GMT 7
2.0.0-alpha.0.6 129.42 KB Mon, 31 Jan 2022 14:38:11 GMT 7
2.0.0-alpha.0.5 129.4 KB Thu, 27 Jan 2022 11:58:25 GMT 8
2.0.0-alpha.0.4 129.42 KB Thu, 27 Jan 2022 10:17:56 GMT 7
2.0.0-alpha.0.3 126.47 KB Tue, 18 Jan 2022 12:44:22 GMT 9
2.0.0-alpha.0.2 126.21 KB Mon, 17 Jan 2022 23:05:44 GMT 9
1.0.6-alpha.0.1 125.43 KB Thu, 13 Jan 2022 13:58:26 GMT 8
1.0.5 127.36 KB Wed, 05 Jan 2022 03:39:04 GMT 44
1.0.5-alpha.0.3 127.4 KB Wed, 05 Jan 2022 03:22:16 GMT 9
1.0.5-alpha.0.2 127.34 KB Mon, 20 Dec 2021 11:35:44 GMT 8
1.0.5-alpha.0.1 117.03 KB Wed, 17 Nov 2021 23:53:54 GMT 9
1.0.4 116.84 KB Sun, 10 Oct 2021 01:36:57 GMT 113
1.0.4-alpha.0.6 116.89 KB Sun, 10 Oct 2021 01:23:14 GMT 11
1.0.4-alpha.0.5 116.9 KB Sun, 10 Oct 2021 01:16:00 GMT 10
1.0.4-alpha.0.4 116.62 KB Sun, 10 Oct 2021 00:32:50 GMT 10
1.0.4-alpha.0.2 113.73 KB Sat, 19 Jun 2021 05:51:51 GMT 14
1.0.4-alpha.0.1 113.73 KB Wed, 19 May 2021 15:06:20 GMT 12
1.0.3 111.92 KB Tue, 11 May 2021 18:04:04 GMT 137
1.0.3-alpha.0.4 114.25 KB Mon, 03 May 2021 23:54:57 GMT 11
1.0.2 111.47 KB Sat, 27 Feb 2021 17:45:51 GMT 36
1.0.1 110.87 KB Fri, 13 Nov 2020 17:27:10 GMT 77
1.0.0 110.06 KB Fri, 18 Sep 2020 20:53:58 GMT 132