![]() |
VOOZH | about |
dotnet add package SixLabors.ImageSharp.Drawing --version 2.1.7
NuGet\Install-Package SixLabors.ImageSharp.Drawing -Version 2.1.7
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.7" />
<PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="2.1.7" />Directory.Packages.props
<PackageReference Include="SixLabors.ImageSharp.Drawing" />Project file
paket add SixLabors.ImageSharp.Drawing --version 2.1.7
#r "nuget: SixLabors.ImageSharp.Drawing, 2.1.7"
#:package SixLabors.ImageSharp.Drawing@2.1.7
#addin nuget:?package=SixLabors.ImageSharp.Drawing&version=2.1.7Install as a Cake Addin
#tool nuget:?package=SixLabors.ImageSharp.Drawing&version=2.1.7Install as a Cake Tool
👁 SixLabors.ImageSharp.Drawing
👁 Build Status
👁 Code coverage
👁 License: Six Labors Split
👁 Twitter
Designed to democratize image processing, ImageSharp.Drawing brings you an incredibly powerful yet beautifully simple API.
Built against .NET 6, ImageSharp.Drawing can be used in device, cloud, and embedded/IoT scenarios.
Support the efforts of the development of the Six Labors projects.
ImageSharp tag. 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.Drawing |
👁 NuGet |
👁 feedz.io |
If you prefer, you can compile ImageSharp.Drawing 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.Drawing locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:
git clone https://github.com/SixLabors/ImageSharp.Drawing
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
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 | net6.0 net6.0 is compatible. 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. |
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 |
Showing the top 20 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.
|
|
|
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
|
|
|
shimat/opencvsharp
OpenCV wrapper for .NET
|
|
|
greenshot/greenshot
Greenshot for Windows - for more information look here:
|
|
|
Stability-AI/StableSwarmUI
StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
|
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
|
mcmonkeyprojects/SwarmUI
SwarmUI (formerly StableSwarmUI), A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
|
|
|
nuke-build/nuke
🏗 The AKEless Build System for C#/.NET
|
|
|
oxyplot/oxyplot
A cross-platform plotting library for .NET
|
|
|
SeriaWei/ZKEACMS
ZKEACMS build with .Net 8 (.Net CMS)可视化设计在线编辑内容管理系统
|
|
|
peachpiecompiler/peachpie
PeachPie - the PHP compiler and runtime for .NET and .NET Core
|
|
|
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
|
|
|
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
|
|
|
OpenSAGE/OpenSAGE
OpenSAGE is a free, open source re-implementation of SAGE, the 3D real time strategy (RTS) engine used in Command & Conquer: Generals and other RTS titles from EA Pacific. Written in C#. Not affiliated with EA.
|
|
|
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 10
|
|
|
CoreUnion/CoreShop
基于 Asp.Net Core 9.0、Uni-App开发,支持可视化布局的小程序商城系统,前后端分离,支持分布式部署,跨平台运行,拥有分销、代理、团购、拼团、秒杀、直播、优惠券、自定义表单等众多营销功能,拥有完整SKU、下单、售后、物流流程。支持一套代码编译发布微信小程序版、H5版、Android版、iOS版、支付宝小程序版、字节跳动小程序版、QQ小程序版等共10个平台。
|
|
|
iamoldli/NetModular
NetModular 是基于.Net Core 和 Vue.js 的业务模块化以及前后端分离的快速开发框架
|
|
|
RazTools/Studio
Modded AssetStudio with new features
|
|
|
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
|
|
|
xianhc/ape-volo-admin
基于.Net 8 、SqlSugar ORM、Vue 3、RBAC 面向企业场景的权限管理/后台管理系统解决方案
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 31,437 | 5/12/2026 |
| 2.1.7 | 4,577,838 | 7/31/2025 |
| 2.1.6 | 1,561,957 | 4/26/2025 |
| 2.1.5 | 1,640,502 | 1/8/2025 |
| 2.1.4 | 5,753,775 | 7/22/2024 |
| 2.1.3 | 1,824,787 | 4/15/2024 |
| 2.1.2 | 1,360,401 | 3/6/2024 |
| 2.1.1 | 757,288 | 1/23/2024 |
| 2.1.0 | 287,141 | 12/6/2023 |
| 2.0.1 | 391,328 | 10/31/2023 |
| 2.0.0 | 2,149,894 | 9/15/2023 |
| 1.0.0 | 7,843,515 | 8/14/2023 |
| 1.0.0-beta15 | 4,898,689 | 7/22/2022 |
| 1.0.0-beta14 | 5,554,580 | 2/9/2022 |
| 1.0.0-beta13 | 1,512,265 | 5/27/2021 |
| 1.0.0-beta11 | 1,177,612 | 11/20/2020 |
| 1.0.0-beta0010 | 1,075,533 | 6/30/2020 |
| 1.0.0-beta0009 | 96,025 | 6/8/2020 |
| 1.0.0-beta0008 | 407,807 | 5/13/2020 |