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: NuGet/IronSoftware.Drawing.nuspec
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,20 @@ Key library features include:
24
24
* Color: A universally compatible Color class. Implicit casting between System.Drawing.Color, SkiaSharp.SKColor, SixLabors.ImageSharp.Color, SixLabors.ImageSharp.PixelFormats to IronSoftware.Drawing.Color
25
25
* Rectangle: A universally compatible Rectangle class. Implicit casting between System.Drawing.Rectangle, SkiaSharp.SKRect, SkiaSharp.SKRectI, SixLabors.ImageSharp.Rectangle to IronSoftware.Drawing.Rectangle
26
26
* Font: A universally compatible Font class. Implicit casting between System.Drawing.Font, SkiaSharp.SKFont, SixLabors.Fonts.Font to IronSoftware.Drawing.Font
27
+
* Point: A universally compatible Point class. Implicit casting between System.Drawing.Point, SixLabors.ImageSharp.Point, SkiaSharp.SKPointI to IronSoftware.Drawing.Point
28
+
* Size: A universally compatible Size class. Implicit casting between System.Drawing.Size, SixLabors.ImageSharp.Size, SkiaSharp.SKSizeI to IronSoftware.Drawing.Size
27
29
28
30
IronSoftware.Drawing can be used within C#, VB.NET, F#, ASP.NET projects, MVC, Web Services, Console & Desktop Applications.
29
31
30
32
Supports:
33
+
* .NET 8
31
34
* .NET 7
32
35
* .NET 6
33
36
* .NET 5
34
37
* .NET Core 2.0 +
35
38
* .NET Framework 4.6.2 +
36
39
37
-
For general support and technical inquiries, please email us at: developers@ironsoftware.com</description>
40
+
For general support and technical inquiries, please email us at: support@ironsoftware.com</description>
38
41
<summary>IronSoftware.System.Drawing is an open-source solution for .NET developers to replace System.Drawing.Common with a universal and flexible library.</summary>
39
42
<releaseNotes>- Update SixLabors.ImageSharp & SixLabors.ImageSharp.Drawing to address known vulnerabilities.</releaseNotes>
# IronSoftware.Drawing - Image, Color, Rectangle, and Font class for .NET Applications
3
+
# IronSoftware.Drawing - Image, Color, Rectangle, Font, Point, and Size classes for .NET Applications
4
4
5
5
**IronSoftware.Drawing** is an free and open-source library originally developed by Iron Software that replaces System.Drawing.Common in .NET projects.
6
6
7
7
If you would like to contribute to this open-source project, please visit the public GitHub and open a branch [here](https://github.com/iron-software/IronSoftware.System.Drawing/).
@@ -23,12 +23,14 @@ If you would like to contribute to this open-source project, please visit the pu
23
23
-`SkiaSharp.SKColor`
24
24
-`SixLabors.ImageSharp.Color`
25
25
-`SixLabors.ImageSharp.PixelFormats`
26
-
-**Rectangle**: A universally compatible Rectangle class. Implicit casting between `IronSoftware.Drawing.Rectangle` and the following supported:
26
+
-**Rectangle** and **RectangleF**: A universally compatible Rectangle class. Implicit casting between `IronSoftware.Drawing.Rectangle`and `IronSoftware.Drawing.RectangleF` and the following supported:
27
27
-`System.Drawing.Rectangle`
28
+
-`System.Drawing.RectangleF`
28
29
-`SkiaSharp.SKRect`
29
30
-`SkiaSharp.SKRectI`
30
31
-`SixLabors.ImageSharp.Rectangle`
31
-
-**Size**: A universally compatible Size class. Implicit casting between `IronSoftware.Drawing.Size` and the following supported:
32
+
-`SixLabors.ImageSharp.RectangleF`
33
+
-**Size** and **SizeF**: A universally compatible Size class. Implicit casting between `IronSoftware.Drawing.Size` and `IronSoftware.Drawing.SizeF` and the following supported:
32
34
-`System.Drawing.Size`
33
35
-`System.Drawing.SizeF`
34
36
-`SkiaSharp.SKSize`
@@ -60,4 +62,4 @@ To report an issue with IronSoftware.System.Drawing please raise them on the [Gi
60
62
61
63
For more information about Iron Software please visit our website: [https://ironsoftware.com/](https://ironsoftware.com/)
62
64
63
-
For general support and technical inquiries, please email us at: developers@ironsoftware.com
65
+
For general support and technical inquiries, please email us at: support@ironsoftware.com
Copy file name to clipboardExpand all lines: README.md
+26-31Lines changed: 26 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,25 +38,27 @@
38
38
39
39
-**Rectangle**: A universally compatible Rectangle class. Implicit casting between `IronSoftware.Drawing.Rectangle` and following popular Rectangle formats supported:
40
40
41
-
|**Implicit Casting Support**| To `Rectangle` Supported | From `Rectangle` Supported |
0 commit comments