Skip to content

Commit

Permalink
Added Aspose.Drawing as an alternative to System.Drawing
Browse files Browse the repository at this point in the history
Added Aspose.Drawing as an alternative to System.Drawing. (Also reordered ImageSharp link and added license type to match the docs repository.)
  • Loading branch information
Sergey-Vlasov authored Oct 26, 2023
1 parent 63a4868 commit 32ef544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/drawing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [ImageSharp](https://sixlabors.com/products/imagesharp), [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 [SkiaSharp](https://github.com/mono/SkiaSharp), [ImageSharp](https://sixlabors.com/products/imagesharp) (tiered license), [Aspose.Drawing](https://products.aspose.com/drawing/net/) (commercial license), [Windows Imaging Components](/windows/desktop/wic/-wic-about-windows-imaging-codec), and [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics).

0 comments on commit 32ef544

Please sign in to comment.