SixLabors.ImageSharp
2.1.3
See the version list below for details.
dotnet add package SixLabors.ImageSharp --version 2.1.3
NuGet\Install-Package SixLabors.ImageSharp -Version 2.1.3
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
paket add SixLabors.ImageSharp --version 2.1.3
#r "nuget: SixLabors.ImageSharp, 2.1.3"
// Install SixLabors.ImageSharp as a Cake Addin
#addin nuget:?package=SixLabors.ImageSharp&version=2.1.3
// Install SixLabors.ImageSharp as a Cake Tool
#tool nuget:?package=SixLabors.ImageSharp&version=2.1.3
SixLabors.ImageSharp
ImageSharp is a new, fully featured, fully managed, cross-platform, 2D graphics API.
ImageSharp is a new, fully featured, fully managed, cross-platform, 2D graphics library. Designed to simplify image processing, ImageSharp brings you an incredibly powerful yet beautifully simple API.
ImageSharp is designed from the ground up to be flexible and extensible. The library provides API endpoints for common image processing operations and the building blocks to allow for the development of additional operations.
Built against .NET Standard 2.0, ImageSharp can be used in device, cloud, and embedded/IoT scenarios.
License
- ImageSharp is licensed under the Apache License, Version 2.0
- An alternative Six Labors License can be purchased for projects and applications requiring developer support. Please visit https://sixlabors.com/pricing for details.
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 API is available. This includes additional conceptual documentation to help you get started.
- Our Samples Repository is also available containing buildable code samples demonstrating common activities.
Questions
- Do you have questions? We are happy to help! Simply purchase a Six Labors License for developer support. Please do not open issues for questions or misuse our Discussions Forum.
- For feature ideas please join our Discussions Forum and we'll be happy to discuss.
- 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 MyGet.
Package Name | Release (NuGet) | Nightly (MyGet) |
---|---|---|
SixLabors.ImageSharp |
Manual build
If you prefer, you can compile ImageSharp yourself (please do and help!)
- Using Visual Studio 2019
- Make sure you have the latest version installed
- Make sure you have the .NET 5 SDK installed
Alternatively, you can work from command line and/or with a lightweight editor on both Linux/Unix and Windows:
To clone ImageSharp locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:
git clone https://github.com/SixLabors/ImageSharp
If working with Windows please ensure that you have enabled long file paths in git (run as Administrator).
git config --system core.longpaths true
This repository uses Git Large File Storage. Please follow the linked instructions to ensure you have it set up in your environment.
This repository contains Git Submodules. To add the submodules to the project, navigate to the repository root and type:
git submodule update --init --recursive
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 Team
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.1
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
.NETCoreApp 3.1
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
.NETFramework 4.7.2
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
.NETStandard 2.1
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
NuGet packages (548)
Showing the top 5 NuGet packages that depend on SixLabors.ImageSharp:
Package | Downloads |
---|---|
NPOI
.NET port of Apache POI | Contact us on telegram: https://t.me/npoidevs |
|
SixLabors.ImageSharp.Drawing
An extension to ImageSharp that allows the drawing of images, paths, and text. |
|
PdfSharpCore
PdfSharp for .NET Core PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally MigraDoc has been ported as well (from version 1.32). Images have been implemented with ImageSharp from https://www.nuget.org/packages/SixLabors.ImageSharp |
|
MiNET
MiNET - a Minecraft PocketEdition Server |
|
SixLabors.ImageSharp.Web
ImageSharp Middleware for serving images via a url based API. |
GitHub repositories (169)
Showing the top 5 popular GitHub repositories that depend on SixLabors.ImageSharp:
Repository | Stars |
---|---|
mxgmn/WaveFunctionCollapse
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
|
|
AvaloniaUI/Avalonia
A cross-platform UI framework for .NET
|
|
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 47,750 | 3/1/2023 |
2.1.3 | 5,541,136 | 6/19/2022 |
2.1.2 | 1,378,526 | 5/26/2022 |
2.1.1 | 1,132,251 | 4/21/2022 |
2.1.0 | 1,303,987 | 3/16/2022 |
2.0.0 | 2,413,488 | 2/7/2022 |
1.0.4 | 7,541,545 | 9/28/2021 |
1.0.3 | 6,049,958 | 2/17/2021 |
1.0.2 | 2,288,347 | 11/13/2020 |
1.0.1 | 1,964,091 | 8/21/2020 |
1.0.0 | 2,819,507 | 8/4/2020 |