SixLabors.ImageSharp.Drawing
1.0.0-beta13
Prefix Reserved
See the version list below for details.
dotnet add package SixLabors.ImageSharp.Drawing --version 1.0.0-beta13
NuGet\Install-Package SixLabors.ImageSharp.Drawing -Version 1.0.0-beta13
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta13" />
<PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta13" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" />
paket add SixLabors.ImageSharp.Drawing --version 1.0.0-beta13
#r "nuget: SixLabors.ImageSharp.Drawing, 1.0.0-beta13"
#:package SixLabors.ImageSharp.Drawing@1.0.0-beta13
#addin nuget:?package=SixLabors.ImageSharp.Drawing&version=1.0.0-beta13&prerelease
#tool nuget:?package=SixLabors.ImageSharp.Drawing&version=1.0.0-beta13&prerelease
An extension to ImageSharp that allows the drawing of images, paths, and text.
| 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
| .NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net46 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
| Universal Windows Platform | uap was computed. uap10.0 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
- SixLabors.Fonts (>= 1.0.0-beta15)
- SixLabors.ImageSharp (>= 1.0.3)
-
.NETCoreApp 3.1
- SixLabors.Fonts (>= 1.0.0-beta15)
- SixLabors.ImageSharp (>= 1.0.3)
-
.NETFramework 4.7.2
- SixLabors.Fonts (>= 1.0.0-beta15)
- SixLabors.ImageSharp (>= 1.0.3)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- SixLabors.Fonts (>= 1.0.0-beta15)
- SixLabors.ImageSharp (>= 1.0.3)
-
.NETStandard 2.0
- SixLabors.Fonts (>= 1.0.0-beta15)
- SixLabors.ImageSharp (>= 1.0.3)
-
.NETStandard 2.1
- SixLabors.Fonts (>= 1.0.0-beta15)
- SixLabors.ImageSharp (>= 1.0.3)
NuGet packages (417)
Showing the top 5 NuGet packages that depend on SixLabors.ImageSharp.Drawing:
| Package | Downloads |
|---|---|
|
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 9 * .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 |
|
|
MiNET
MiNET - a Minecraft PocketEdition Server |
|
|
Stimulsoft.Reports.Engine.NetCore
DEPRECATED: This package will be discontinued in future versions. Please switch to the https://www.nuget.org/packages/Stimulsoft.Reports.Engine package, which includes the full functionality of this package along with additional features, libraries, and framework support. The native .NET Core cross platform report engine is a part of the reporting tool for .NET Core and .NET frameworks, that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others. |
|
|
Stimulsoft.Reports.Engine
The report engine is a part of the reporting tool for the .NET Framework and .NET platforms that renders reports, processes data, calculates aggregate functions, generates charts, applies styles and conditions, and supports filtering, sorting, and exporting. The report engine also includes algorithms for exporting reports to various formats such as PDF, RTF, Word, Excel, and others. |
|
|
cloudscribe.FileManager.Web
media file management |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SixLabors.ImageSharp.Drawing:
| Repository | Stars |
|---|---|
|
Perfare/AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.7 | 3,276,200 | 7/31/2025 |
| 2.1.6 | 1,365,067 | 4/26/2025 |
| 2.1.5 | 1,474,180 | 1/8/2025 |
| 2.1.4 | 5,352,590 | 7/22/2024 |
| 2.1.3 | 1,716,261 | 4/15/2024 |
| 2.1.2 | 1,305,955 | 3/6/2024 |
| 2.1.1 | 735,808 | 1/23/2024 |
| 2.1.0 | 272,172 | 12/6/2023 |
| 2.0.1 | 382,216 | 10/31/2023 |
| 2.0.0 | 1,964,661 | 9/15/2023 |
| 1.0.0 | 7,013,910 | 8/14/2023 |
| 1.0.0-beta15 | 4,799,272 | 7/22/2022 |
| 1.0.0-beta14 | 5,435,994 | 2/9/2022 |
| 1.0.0-beta13 | 1,490,656 | 5/27/2021 |
| 1.0.0-beta11 | 1,159,059 | 11/20/2020 |
| 1.0.0-beta0010 | 1,047,703 | 6/30/2020 |
| 1.0.0-beta0009 | 94,524 | 6/8/2020 |
| 1.0.0-beta0008 | 402,005 | 5/13/2020 |
| 1.0.0-beta0007 | 1,119,973 | 9/4/2019 |