SixLabors.ImageSharp
2.1.6
Prefix Reserved
Advisory: https://github.com/advisories/GHSA-63p8-c4ww-9cg7 | Severity: high |
Advisory: https://github.com/advisories/GHSA-2cmq-823j-5qj8 | Severity: high |
Advisory: https://github.com/advisories/GHSA-65x7-c272-7g7r | Severity: high |
Advisory: https://github.com/advisories/GHSA-5x7m-6737-26cr | Severity: moderate |
Advisory: https://github.com/advisories/GHSA-qxrv-gp6x-rc23 | Severity: moderate |
Advisory: https://github.com/advisories/GHSA-g85r-6x2q-45w7 | Severity: moderate |
See the version list below for details.
dotnet add package SixLabors.ImageSharp --version 2.1.6
NuGet\Install-Package SixLabors.ImageSharp -Version 2.1.6
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.6" />
<PackageVersion Include="SixLabors.ImageSharp" Version="2.1.6" />
<PackageReference Include="SixLabors.ImageSharp" />
paket add SixLabors.ImageSharp --version 2.1.6
#r "nuget: SixLabors.ImageSharp, 2.1.6"
#addin nuget:?package=SixLabors.ImageSharp&version=2.1.6
#tool nuget:?package=SixLabors.ImageSharp&version=2.1.6
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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 (1.0K)
Showing the top 5 NuGet packages that depend on SixLabors.ImageSharp:
Package | Downloads |
---|---|
NPOI
.NET port of Apache POI |
|
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 |
|
SixLabors.ImageSharp.Web
ImageSharp Middleware for serving images via a url based API. |
|
IronSoftware.System.Drawing
IronSoftware.System.Drawing - The C# Image Library A universally compatible Bitmap format for .NET 8, .NET 7, .NET 6, and .NET 5, .NET Core on Windows, macOS, Linux, Docker, AWS, Azure, NanoServer, IIS, Mobile, Xamarin, iOS, Android, and Google Compute. Works seamlessly with popular Image and Bitmap formats such as System.Drawing.Bitmap, SkiaSharp, SixLabors.ImageSharp, Microsoft.Maui.Graphics. Implicit casting means that using this class to input and output Bitmap and image types from public API's gives full compatibility to all image type fully supported by Microsoft. Key library features include: * AnyBitmap: A universally compatible Bitmap class. Implicit casting between System.Drawing.Bitmap, System.Drawing.Image, SkiaSharp.SKBitmap, SkiaSharp.SKImage, SixLabors.ImageSharp, Microsoft.Maui.Graphics.Platform.PlatformImage to IronSoftware.Drawing.AnyBitmap * Color: A universally compatible Color class. Implicit casting between System.Drawing.Color, SkiaSharp.SKColor, SixLabors.ImageSharp.Color, SixLabors.ImageSharp.PixelFormats to IronSoftware.Drawing.Color * Rectangle: A universally compatible Rectangle class. Implicit casting between System.Drawing.Rectangle, SkiaSharp.SKRect, SkiaSharp.SKRectI, SixLabors.ImageSharp.Rectangle to IronSoftware.Drawing.Rectangle * Font: A universally compatible Font class. Implicit casting between System.Drawing.Font, SkiaSharp.SKFont, SixLabors.Fonts.Font to IronSoftware.Drawing.Font * Point: A universally compatible Point class. Implicit casting between System.Drawing.Point, SixLabors.ImageSharp.Point, SkiaSharp.SKPointI to IronSoftware.Drawing.Point * Size: A universally compatible Size class. Implicit casting between System.Drawing.Size, SixLabors.ImageSharp.Size, SkiaSharp.SKSizeI to IronSoftware.Drawing.Size IronSoftware.Drawing can be used within C#, VB.NET, F#, ASP.NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET 8 * .NET 7 * .NET 6 * .NET 5 * .NET Core 2.0 + * .NET Framework 4.6.2 + For general support and technical inquiries, please email us at: support@ironsoftware.com |
GitHub repositories (297)
Showing the top 20 popular GitHub repositories that depend on SixLabors.ImageSharp:
Repository | Stars |
---|---|
DevToys-app/DevToys
A Swiss Army knife for developers.
|
|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
mxgmn/WaveFunctionCollapse
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
|
|
gui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
|
|
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
|
|
mxgmn/MarkovJunior
Probabilistic language based on pattern matching and constraint propagation, 153 examples
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
louthy/language-ext
C# pure functional programming framework - come and get declarative!
|
|
nissl-lab/npoi
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
|
|
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
|
|
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
|
|
Stability-AI/StableSwarmUI
StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
|
|
mgth/LittleBigMouse
DPI Aware mouse move across screens
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
|
Version | Downloads | Last updated | |
---|---|---|---|
3.1.10 | 27,461 | 6/13/2025 | |
3.1.9 | 83,317 | 6/4/2025 | |
3.1.8 | 590,883 | 4/26/2025 | |
3.1.7 | 3,462,659 | 3/6/2025 | |
3.1.6 | 3,265,974 | 11/19/2024 | |
3.1.5 | 10,306,349 | 7/22/2024 | |
3.1.4 | 4,970,971 | 4/11/2024 | |
3.1.3 | 2,805,065 | 3/5/2024 | |
3.1.2 | 1,325,984 | 1/1/2024 | |
3.1.1 | 349,805 | 12/11/2023 | |
3.1.0 | 762,389 | 12/1/2023 | |
3.0.2 | 3,432,943 | 8/30/2023 | |
3.0.1 | 4,311,425 | 3/28/2023 | |
3.0.0 | 1,779,971 | 3/1/2023 | |
2.1.10 | 1,718,329 | 3/6/2025 | |
2.1.9 | 5,487,245 | 7/22/2024 | |
2.1.8 | 3,719,521 | 4/11/2024 | |
2.1.7 | 3,644,251 | 3/6/2024 | |
2.1.6 | 847,070 | 8/30/2023 | |
2.1.5 | 1,348,789 | 8/14/2023 | |
2.1.4 | 5,972,284 | 3/28/2023 | |
2.1.3 | 25,518,908 | 6/19/2022 | |
2.1.2 | 3,375,683 | 5/26/2022 | |
2.1.1 | 2,889,760 | 4/21/2022 | |
2.1.0 | 2,406,055 | 3/16/2022 | |
2.0.0 | 7,098,294 | 2/7/2022 | |
1.0.4 | 21,320,029 | 9/28/2021 | |
1.0.3 | 9,350,992 | 2/17/2021 | |
1.0.2 | 3,170,684 | 11/13/2020 | |
1.0.1 | 3,384,291 | 8/21/2020 | |
1.0.0 | 7,245,287 | 8/4/2020 |