SixLabors.ImageSharp.Web
3.1.2
Prefix Reserved
See the version list below for details.
dotnet add package SixLabors.ImageSharp.Web --version 3.1.2
NuGet\Install-Package SixLabors.ImageSharp.Web -Version 3.1.2
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.2" />
paket add SixLabors.ImageSharp.Web --version 3.1.2
#r "nuget: SixLabors.ImageSharp.Web, 3.1.2"
// Install SixLabors.ImageSharp.Web as a Cake Addin #addin nuget:?package=SixLabors.ImageSharp.Web&version=3.1.2 // Install SixLabors.ImageSharp.Web as a Cake Tool #tool nuget:?package=SixLabors.ImageSharp.Web&version=3.1.2
SixLabors.ImageSharp.Web
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
- ImageSharp.Web is licensed under the Six Labors Split License, Version 1.0
Support Six Labors
Support the efforts of the development of the Six Labors projects.
- Purchase a Commercial Support License ❤️
- Become a sponsor via GitHub Sponsors ❤️
- Become a sponsor via Open Collective ❤️
Documentation
- Detailed documentation for the ImageSharp.Web API is available. This includes additional conceptual documentation to help you get started.
Questions
- Do you have questions? We are happy to help! Please join our Discussions Forum, or ask them on Stack Overflow using the
ImageSharp.Web
tag. Please do not open issues for questions. - Please read our Contribution Guide before opening issues or pull requests!
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 |
Manual build
If you prefer, you can compile ImageSharp.Web yourself (please do and help!)
- Using Visual Studio 2022
- Make sure you have the latest version installed
- Make sure you have the .NET 6 SDK installed
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- SixLabors.ImageSharp (>= 3.1.4)
NuGet packages (39)
Showing the top 5 NuGet packages that depend on SixLabors.ImageSharp.Web:
Package | Downloads |
---|---|
SixLabors.ImageSharp.Web.Providers.Azure
A provider for resolving and caching images via Azure Blob Storage. |
|
Umbraco.Cms.Imaging.ImageSharp
Adds imaging support using ImageSharp/ImageSharp.Web to Umbraco CMS. |
|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite. |
|
OrchardCore.Media
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. The media module adds media management support. |
|
OrchardCore.Media.Azure
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Enables support for storing media files in Microsoft Azure Blob Storage |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on SixLabors.ImageSharp.Web:
Repository | Stars |
---|---|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 9 RC2, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
|
|
ldqk/Masuit.MyBlogs
基于C#/.NET8的 masuit.org个人博客站项目源码,https://masuit.org ,供参考、学习、引用、非商业性质的部署。
|
Version | Downloads | Last updated |
---|---|---|
3.1.3 | 128,914 | 7/23/2024 |
3.1.2 | 200,147 | 4/15/2024 |
3.1.1 | 66,743 | 3/6/2024 |
3.1.0 | 560,812 | 12/5/2023 |
3.0.1 | 513,493 | 4/5/2023 |
3.0.0 | 8,952 | 4/5/2023 |
2.0.2 | 2,728,447 | 7/3/2022 |
2.0.1 | 1,834,186 | 6/2/2022 |
2.0.0 | 417,934 | 4/22/2022 |
1.0.5 | 1,796,422 | 1/5/2022 |
1.0.4 | 778,604 | 10/10/2021 |
1.0.3 | 1,970,542 | 5/11/2021 |
1.0.2 | 67,200 | 2/27/2021 |
1.0.1 | 56,473 | 11/13/2020 |
1.0.0 | 43,550 | 9/18/2020 |
1.0.0-rc0003 | 138,199 | 6/8/2020 |
1.0.0-rc0001 | 23,684 | 5/1/2020 |
1.0.0-beta0009 | 157,650 | 9/10/2019 |
1.0.0-beta0008 | 1,793 | 9/5/2019 |
1.0.0-beta0007 | 71,116 | 2/6/2019 |
1.0.0-beta0005 | 34,324 | 11/26/2018 |
1.0.0-beta0003 | 56,833 | 4/3/2018 |
1.0.0-beta0002 | 3,063 | 11/17/2017 |
1.0.0-beta0001 | 16,468 | 9/15/2017 |