The KGy SOFT Drawing Libraries for SkiaSharp package offers KGySoft.Drawing.Core features for SkiaSharp types. Among others: - Fast direct native SKBitmap and SKPixmap data access of any pixel format. This provides a working GetPixel/SetPixel even when SKBitmap.GetPixel fails to get the correct color. - High performance shape/text drawing into SKBitmap and SKPixmap instances of any pixel format with optional quantizing and dithering. - Read-only access to SKImage instances - Read-write access to SKSurface instances - Supporting every SKColorType and SKAlphaType - Converting between various pixel formats preserving transparency if possible. Application Examples: https://github.com/koszeggy/KGySoft.Drawing/tree/master/Examples Debugger Visualizers: https://github.com/koszeggy/KGySoft.Drawing.Tools Online Documentation: https://koszeggy.github.io/docs/drawing See Also: Technology-agnostic core drawing libraries: https://www.nuget.org/packages/KGySoft.Drawing.Core/ GDI+ specific libraries: https://www.nuget.org/packages/KGySoft.Drawing/ WPF specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.Wpf/ UWP specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.Uwp/ WinUI specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.WinUI/
$ dotnet add package KGySoft.Drawing.SkiaSharpNo README available.