You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-63Lines changed: 11 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,39 +15,25 @@ SixLabors.ImageSharp.Drawing
15
15
16
16
</div>
17
17
18
-
### **ImageSharp.Drawing** provides extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.
18
+
### **ImageSharp.Drawing** provides extensions to ImageSharp containing powerful, cross-platform 2D polygon manipulation and drawing APIs.
19
19
20
20
Designed to democratize image processing, ImageSharp.Drawing brings you an incredibly powerful yet beautifully simple API.
21
21
22
22
Built against .NET Standard 1.3, ImageSharp.Drawing can be used in device, cloud, and embedded/IoT scenarios.
23
23
24
-
Features Include:
25
-
- Point in Polygon
26
-
- Line Intersections
27
-
- Complex Polygons
28
-
- Simple polygon clipping
29
-
- Regular Polygons (triangles, squares, pentagons etc, any number of sides)
30
-
- Ellipses (and therfore circles)
31
-
- Shape Builder api - for creating shapes declaratively
32
-
- Polygons
33
-
- With Linear line segments
34
-
- With Beziear curve line segments
35
-
- Mixture of both Linear & bezier segments
36
-
- Paths
37
-
- With Linear line segments
38
-
- With Bezier curve line segments
39
-
- Mixture of both Linear & bezier segments
40
-
- Drawing
41
-
- Brushes and various drawing algorithms, including drawing images
42
-
- Various vector drawing methods for drawing paths, polygons etc.
43
-
- Text drawing
44
-
45
24
## License
46
25
47
26
- ImageSharp.Drawing is licensed under the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0)
48
-
- An alternative Commercial License can be purchased for projects and applications requiring support.
27
+
- An alternative Commercial Support License can be purchased **for projects and applications requiring support**.
49
28
Please visit https://sixlabors.com/pricing for details.
50
29
30
+
## Support Six Labors
31
+
32
+
Support the efforts of the development of the Six Labors projects.
33
+
-[Purchase a Commercial Support License :heart:](https://sixlabors.com/pricing/)
34
+
-[Become a sponsor via GitHub Sponsors :heart:](https://github.com/sponsors/SixLabors)
35
+
-[Become a sponsor via Open Collective :heart:](https://opencollective.com/sixlabors)
36
+
51
37
## Documentation
52
38
53
39
-[Detailed documentation](https://sixlabors.github.io/docs/) for the ImageSharp.Drawing API is available. This includes additional conceptual documentation to help you get started.
@@ -76,7 +62,7 @@ If you prefer, you can compile ImageSharp.Drawing yourself (please do and help!)
76
62
77
63
- Using [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
78
64
- Make sure you have the latest version installed
79
-
- Make sure you have [the .NET Core 3.1 SDK](https://www.microsoft.com/net/core#windows) installed
65
+
- Make sure you have [the .NET 5 SDK](https://www.microsoft.com/net/core#windows) installed
80
66
81
67
Alternatively, you can work from command line and/or with a lightweight editor on **both Linux/Unix and Windows**:
82
68
@@ -116,42 +102,4 @@ Please... Spread the word, contribute algorithms, submit performance improvement
Support the efforts of the development of the Six Labors projects. [[Become a sponsor :heart:](https://opencollective.com/sixlabors#sponsor)]
124
-
125
-
### Platinum Sponsors
126
-
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.
127
-
128
-
In addition you get your logo (large) on our README on GitHub and the home page (large) of sixlabors.com
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.
134
-
135
-
In addition you get your logo (large) on our README on GitHub and the home page (medium) of sixlabors.com
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
0 commit comments