![]() |
VOOZH | about |
dotnet add package SixLabors.ImageSharp.Web --version 2.0.0
NuGet\Install-Package SixLabors.ImageSharp.Web -Version 2.0.0
<PackageReference Include="SixLabors.ImageSharp.Web" Version="2.0.0" />
<PackageVersion Include="SixLabors.ImageSharp.Web" Version="2.0.0" />Directory.Packages.props
<PackageReference Include="SixLabors.ImageSharp.Web" />Project file
paket add SixLabors.ImageSharp.Web --version 2.0.0
#r "nuget: SixLabors.ImageSharp.Web, 2.0.0"
#:package SixLabors.ImageSharp.Web@2.0.0
#addin nuget:?package=SixLabors.ImageSharp.Web&version=2.0.0Install as a Cake Addin
#tool nuget:?package=SixLabors.ImageSharp.Web&version=2.0.0Install as a Cake Tool
<h1 align="center">
<img src="https://raw.githubusercontent.com/SixLabors/Branding/main/icons/imagesharp.web/sixlabors.imagesharp.web.svg?sanitize=true" alt="SixLabors.ImageSharp.Web" width="256"/> <br/> SixLabors.ImageSharp.Web </h1>
<div align="center">
👁 Build Status
👁 Code coverage
👁 License: Apache 2.0
👁 GitHub issues
👁 GitHub stars
👁 GitHub forks
👁 Twitter
</div>
Support the efforts of the development of the Six Labors projects.
ImageSharp.Web tag. Please do not open issues for questions.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.
Install stable releases via Nuget; development releases are available via MyGet.
| Package Name | Release (NuGet) | Nightly (MyGet) |
|---|---|---|
SixLabors.ImageSharp.Web |
👁 NuGet |
👁 MyGet |
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
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 . &
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.1 netcoreapp2.1 is compatible. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 is compatible. |
Showing the top 5 NuGet packages that depend on SixLabors.ImageSharp.Web:
| Package | Downloads |
|---|---|
|
Umbraco.Cms
Installs Umbraco CMS with all default dependencies in your ASP.NET Core project. |
|
|
Umbraco.Cms.Imaging.ImageSharp
Adds imaging support using ImageSharp/ImageSharp.Web to Umbraco CMS. |
|
|
SixLabors.ImageSharp.Web.Providers.Azure
A provider for resolving and caching images via Azure Blob Storage. |
|
|
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. |
Showing the top 5 popular GitHub repositories that depend on SixLabors.ImageSharp.Web:
| Repository | Stars |
|---|---|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 11, 10, 9, 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.
|
|
|
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0 | 6,996 | 5/12/2026 |
| 3.2.0 | 865,700 | 8/1/2025 |
| 3.1.5 | 539,870 | 4/27/2025 |
| 3.1.4 | 220,497 | 3/16/2025 |
| 3.1.3 | 1,849,472 | 7/23/2024 |
| 3.1.2 | 548,061 | 4/15/2024 |
| 3.1.1 | 132,742 | 3/6/2024 |
| 3.1.0 | 1,178,143 | 12/5/2023 |
| 3.0.1 | 716,206 | 4/5/2023 |
| 3.0.0 | 28,916 | 4/5/2023 |
| 2.0.2 | 3,480,684 | 7/3/2022 |
| 2.0.1 | 2,455,437 | 6/2/2022 |
| 2.0.0 | 491,826 | 4/22/2022 |
| 1.0.5 | 1,915,376 | 1/5/2022 |
| 1.0.4 | 1,267,655 | 10/10/2021 |
| 1.0.3 | 2,188,846 | 5/11/2021 |
| 1.0.2 | 73,757 | 2/27/2021 |
| 1.0.1 | 60,948 | 11/13/2020 |
| 1.0.0 | 52,090 | 9/18/2020 |
| 1.0.0-rc0003 | 142,075 | 6/8/2020 |