From d2b5ca663da8356ff3da97c7db25f11fb412b6bd Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Mon, 5 Dec 2022 07:43:04 +1100 Subject: [PATCH] add ImageSharp as an alternative to System.Drawing --- includes/drawing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/drawing.md b/includes/drawing.md index 54c99e52794..b461f7c57c1 100644 --- a/includes/drawing.md +++ b/includes/drawing.md @@ -9,4 +9,4 @@ > > - In .NET 6 and later versions, the [System.Drawing.Common](https://www.nuget.org/packages/System.Drawing.Common/) NuGet package is only supported on Windows operating systems. For more information, see [System.Drawing.Common only supported on Windows](/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only). > -> If you can't use `System.Drawing` with your application, recommended alternatives include [SkiaSharp](https://github.com/mono/SkiaSharp), [Windows Imaging Components](/windows/desktop/wic/-wic-about-windows-imaging-codec), and [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics). +> If you can't use `System.Drawing` with your application, recommended alternatives include [ImageSharp](https://github.com/SixLabors/ImageSharp) (license restrictions may apply), [SkiaSharp](https://github.com/mono/SkiaSharp), [Windows Imaging Components](/windows/desktop/wic/-wic-about-windows-imaging-codec), and [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics)