sixlabors - SixLabors.ImageSharp.Drawing 1.0.0-beta11.3
An extension to ImageSharp that allows the drawing of images, paths, and text.
PM> Install-Package SixLabors.ImageSharp.Drawing -Version 1.0.0-beta11.3 -Source https://www.myget.org/F/sixlabors/api/v3/index.json
> nuget.exe install SixLabors.ImageSharp.Drawing -Version 1.0.0-beta11.3 -Source https://www.myget.org/F/sixlabors/api/v3/index.json
> dotnet add package SixLabors.ImageSharp.Drawing --version 1.0.0-beta11.3 --source https://www.myget.org/F/sixlabors/api/v3/index.json
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta11.3" />
Copy to clipboard
source https://www.myget.org/F/sixlabors/api/v3/index.json
nuget SixLabors.ImageSharp.Drawing ~> 1.0.0-beta11.3
Copy to clipboard
> choco install SixLabors.ImageSharp.Drawing --version 1.0.0-beta11.3 --source https://www.myget.org/F/sixlabors/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "sixlabors" -SourceLocation "https://www.myget.org/F/sixlabors/api/v2"
Install-Module -Name "SixLabors.ImageSharp.Drawing" -RequiredVersion "1.0.0-beta11.3" -Repository "sixlabors" -AllowPreRelease
Copy to clipboard
Browse the sources in this package using Visual Studio or WinDbg by configuring the following symbol server URL: https://www.myget.org/F/sixlabors/api/v2/symbolpackage/
SixLabors.ImageSharp.Drawing
ImageSharp.Drawing provides extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.
Designed to democratize image processing, ImageSharp.Drawing brings you an incredibly powerful yet beautifully simple API.
Built against .NET Standard 1.3, ImageSharp.Drawing can be used in device, cloud, and embedded/IoT scenarios.
Features Include:
- Point in Polygon
- Line Intersections
- Complex Polygons
- Simple polygon clipping
- Regular Polygons (triangles, squares, pentagons etc, any number of sides)
- Ellipses (and therfore circles)
- Shape Builder api - for creating shapes declaratively
- Polygons
- With Linear line segments
- With Beziear curve line segments
- Mixture of both Linear & bezier segments
- Paths
- With Linear line segments
- With Bezier curve line segments
- Mixture of both Linear & bezier segments
- Drawing
- Brushes and various drawing algorithms, including drawing images
- Various vector drawing methods for drawing paths, polygons etc.
- Text drawing
License
- ImageSharp.Drawing is licensed under the Apache License, Version 2.0
- An alternative Commercial License can be purchased for projects and applications requiring support. Please visit https://sixlabors.com/pricing for details.
Documentation
- Detailed documentation for the ImageSharp.Drawing 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! Please join our Discussions Forum, or ask them on stackoverflow using the
ImageSharp
tag. Do not open issues for questions! - 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.Drawing |
Manual build
If you prefer, you can compile ImageSharp.Drawing yourself (please do and help!)
- Using Visual Studio 2019
- Make sure you have the latest version installed
- Make sure you have the .NET Core 3.1 SDK installed
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
Submodules
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
Sponsor Six Labors
Support the efforts of the development of the Six Labors projects. [Become a sponsor :heart:]
Platinum Sponsors
Become a platinum sponsor with a monthly donation of $2000 (providing 32 hours of maintenance and development) and get 2 hours of dedicated support (remote support available through chat or screen-sharing) per month.
In addition you get your logo (large) on our README on GitHub and the home page (large) of sixlabors.com
Gold Sponsors
Become a gold sponsor with a monthly donation of $1000 (providing 16 hours of maintenance and development) and get 1 hour of dedicated support (remote support available through chat or screen-sharing) per month.
In addition you get your logo (large) on our README on GitHub and the home page (medium) of sixlabors.com
Silver Sponsors
Become a silver sponsor with a monthly donation of $500 (providing 8 hours of maintenance and development) and get your logo (medium) on our README on GitHub and the product pages of sixlabors.com
Bronze Sponsors
Become a bronze sponsor with a monthly donation of $100 and get your logo (small) on our README on GitHub.
-
.NETFramework 4.7.2
- SixLabors.Fonts (>= 1.0.0-beta13.5.1)
- SixLabors.ImageSharp (>= 1.0.2)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- SixLabors.Fonts (>= 1.0.0-beta13.5.1)
- SixLabors.ImageSharp (>= 1.0.2)
-
.NETCoreApp 2.1
- SixLabors.Fonts (>= 1.0.0-beta13.5.1)
- SixLabors.ImageSharp (>= 1.0.2)
-
.NETCoreApp 3.1
- SixLabors.Fonts (>= 1.0.0-beta13.5.1)
- SixLabors.ImageSharp (>= 1.0.2)
-
.NETStandard 2.0
- SixLabors.Fonts (>= 1.0.0-beta13.5.1)
- SixLabors.ImageSharp (>= 1.0.2)
-
.NETStandard 2.1
- SixLabors.Fonts (>= 1.0.0-beta13.5.1)
- SixLabors.ImageSharp (>= 1.0.2)
- .NETCoreApp 2.1: 2.1.0.0
- .NETCoreApp 3.1: 3.1.0.0
- .NETFramework 4.7.2: 4.7.2.0
- .NETStandard 1.3: 1.3.0.0
- .NETStandard 2.0: 2.0.0.0
- .NETStandard 2.1: 2.1.0.0
OwnersSix Labors James Jackson-South |
AuthorsSix Labors and contributors |
Project URLhttps://github.com/SixLabors/ImageSharp.Drawing |
LicenseApache-2.0 |
TagsImage Draw Shape Path Font |
Info270 total downloads |
0 downloads for version 1.0.0-beta11.3 |
Download (608.6 KB) |
Download symbols (275.83 KB) |
Found on the current feed only |
Package history
Version | Size | Last updated | Downloads | Mirrored? | |||
---|---|---|---|---|---|---|---|
![]() |
1.0.0-beta11.3 | 608.6 KB | Sat, 02 Jan 2021 23:12:48 GMT | 0 |
|
||
![]() |
1.0.0-beta11.2 | 608.63 KB | Mon, 14 Dec 2020 16:55:24 GMT | 0 |
|
||
![]() |
1.0.0-beta11.1 | 607.58 KB | Sat, 05 Dec 2020 20:15:11 GMT | 1 |
|
||
![]() |
1.0.0-beta11 | 606.72 KB | Fri, 20 Nov 2020 20:32:44 GMT | 80 |
|
||
![]() |
1.0.0-beta10.9 | 606.73 KB | Fri, 20 Nov 2020 18:18:16 GMT | 0 |
|
||
![]() |
1.0.0-beta10.8 | 558.96 KB | Wed, 04 Nov 2020 12:16:37 GMT | 0 |
|
||
![]() |
1.0.0-beta10.7 | 555.75 KB | Fri, 18 Sep 2020 10:45:22 GMT | 0 |
|
||
![]() |
1.0.0-beta10.5 | 555.78 KB | Thu, 30 Jul 2020 10:27:42 GMT | 0 |
|
||
![]() |
1.0.0-beta10.4 | 555.77 KB | Fri, 17 Jul 2020 13:04:15 GMT | 0 |
|
||
![]() |
1.0.0-beta10.3 | 555.67 KB | Fri, 17 Jul 2020 12:55:49 GMT | 0 |
|
||
![]() |
1.0.0-beta0010 | 554.94 KB | Tue, 30 Jun 2020 13:12:13 GMT | 4 |
|
||
![]() |
1.0.0-beta0009 | 554.88 KB | Mon, 08 Jun 2020 18:43:01 GMT | 1 |
|
||
![]() |
1.0.0-beta0008 | 554.59 KB | Wed, 13 May 2020 10:53:20 GMT | 5 |
|
||
![]() |
1.0.0-beta0006 | 67.24 KB | Fri, 25 Jan 2019 06:37:19 GMT | 6 |
|
||
![]() |
1.0.0-beta0005 | 66.06 KB | Sun, 05 Aug 2018 23:56:10 GMT | 152 |
|
||
![]() |
1.0.0-beta0004 | 58.12 KB | Sat, 26 May 2018 00:42:05 GMT | 13 |
|
||
![]() |
1.0.0-beta0002 | 46.96 KB | Fri, 17 Nov 2017 20:35:14 GMT | 3 |
|
||
![]() |
1.0.0-beta0001 | 25.45 KB | Thu, 14 Sep 2017 17:51:37 GMT | 5 |
|