SkiaSharp
Microsoft
π‘ Pick it for higher-performance rendering and broader platform support with an open-source license.
SkiaSharp provides .NET bindings for Google's Skia 2D graphics engine, supporting drawing, text, paths, filters, and image codecs. It is aimed at...
Pros
- Generally faster and more capable for complex 2D rendering than System.Drawing-compatible APIs
- Runs across major desktop, mobile, and server platforms
- Backed by the mature Skia rendering engine used by major software products
Cons
- API differs substantially from System.Drawing and requires a steeper migration
- Native assets and platform packaging add deployment complexity
- Higher-level image editing conveniences are less extensive than in ImageSharp
Free, open source