SkiaSharp 4.152.0-rc.1.26426.14

SkiaSharp

NuGet NuGet downloads License: MIT

SkiaSharp is a cross-platform 2D graphics API for .NET powered by Google's Skia graphics engine. Draw vector graphics, render text, process images, apply shaders and filters, and produce consistent output across mobile, desktop, server, and WebAssembly applications.

What you can build

  • Rich 2D graphics - paths, shapes, text, images, color spaces, shaders, filters, blend modes, and more.
  • Cross-platform - Windows, macOS, Linux, Android, iOS, Mac Catalyst, tvOS, Tizen, and WebAssembly.
  • CPU and GPU rendering - software rasterization plus OpenGL, Metal, Vulkan, and Direct3D integrations.
  • Broad output support - render to pixels, encode common image formats, create PDFs, or generate SVG.
  • Native performance with an idiomatic C# API - the same Skia engine used by Chrome, Android, Flutter, and many other products.
  • Open source - developed in the open by Microsoft and the .NET community under the MIT license.

Get started

Install the package:

dotnet add package SkiaSharp

Create an image and save it as a PNG:

using SkiaSharp;

var info = new SKImageInfo(640, 360);
using var surface = SKSurface.Create(info);
var canvas = surface.Canvas;

canvas.Clear(new SKColor(0x0B, 0x10, 0x20));

using var shader = SKShader.CreateLinearGradient(
    new SKPoint(0, 0),
    new SKPoint(info.Width, info.Height),
    new[] { new SKColor(0x44, 0x88, 0xFF), new SKColor(0xB8, 0x44, 0xE8) },
    SKShaderTileMode.Clamp);
using var paint = new SKPaint
{
    IsAntialias = true,
    Shader = shader,
};

canvas.DrawCircle(info.Width / 2f, info.Height / 2f, 120, paint);

using var image = surface.Snapshot();
using var data = image.Encode(SKEncodedImageFormat.Png, 100);
using var output = File.Create("hello-skiasharp.png");
data.SaveTo(output);

Linux: add SkiaSharp.NativeAssets.Linux to the application project for fontconfig integration, or SkiaSharp.NativeAssets.Linux.NoDependencies for minimal containers and explicit font loading. See the package deployment guide for details.

Choose the right integration

Scenario Package
Draw into bitmaps, images, surfaces, PDFs, and SVG SkiaSharp
.NET MAUI controls SkiaSharp.Views.Maui.Controls
Blazor WebAssembly components SkiaSharp.Views.Blazor
Android, iOS, Mac Catalyst, macOS, tvOS, and Tizen native views SkiaSharp.Views
WPF, Windows Forms, WinUI, or GTK controls Use the matching SkiaSharp.Views.* package
Complex text shaping SkiaSharp.HarfBuzz
Lottie animation playback SkiaSharp.Skottie

Learn and explore

Feedback and contributing

SkiaSharp is built in the open. Use GitHub Discussions for questions, file bugs and feature requests in the issue tracker, and read the contributing guide to help improve the project.

SkiaSharp is released under the MIT license.

Showing the top 20 packages that depend on SkiaSharp.

Packages Downloads
SkiaSharp.Views
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
18
SkiaSharp.Views.Desktop.Common
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
18
SkiaSharp.Views.WindowsForms
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
18
SkiaSharp.Views.WinUI
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
17
SkiaSharp.Views
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
17
SkiaSharp.Views.Desktop.Common
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
17

Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release notes.

.NET Framework 4.6.2

.NET Standard 2.1

.NET Standard 2.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET Framework 4.8

.NET 6.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 6.0

.NET 9.0

Version Downloads Last updated
4.154.0-preview.1.26454.9 0 09/05/2026
4.153.0-preview.1.26454.6 0 09/05/2026
4.152.0 0 09/09/2026
4.152.0-rc.1.26426.14 1 08/29/2026
4.152.0-preview.1.1 1 08/13/2026
4.151.2 0 09/03/2026
4.151.1 1 08/13/2026
4.151.0 1 08/05/2026
4.151.0-rc.1.1 1 07/24/2026
4.151.0-preview.2.1 2 07/19/2026
4.151.0-preview.1.1 2 07/12/2026
4.150.3 0 09/02/2026
4.150.2 1 08/13/2026
4.150.1 2 07/19/2026
4.150.0 2 07/12/2026
4.150.0-rc.1.1 2 07/02/2026
4.150.0-preview.2.1 2 07/02/2026
4.150.0-preview.1.1 2 06/22/2026
4.148.0 2 07/02/2026
4.148.0-rc.1.2 2 06/22/2026
4.147.0-preview.3.1 2 05/26/2026
4.147.0-preview.2.1 4 05/17/2026
4.147.0-preview.1.1 5 05/04/2026
3.119.4 3 05/26/2026
3.119.4-preview.1.1 6 04/23/2026
3.119.3-preview.1.1 7 02/18/2026
3.119.2 7 02/09/2026
3.119.2-preview.3.1 7 02/09/2026
3.119.2-preview.2.3 7 02/09/2026
3.119.2-preview.1 9 11/04/2025
3.119.1 9 11/04/2025
3.119.1-preview.1 10 09/13/2025
3.119.0 13 05/22/2025
3.119.0-stable.1 13 05/22/2025
3.119.0-preview.1.2 14 04/13/2025
3.118.0-preview.2.3 15 03/21/2025
3.118.0-preview.1.2 16 03/21/2025
3.116.1 15 03/21/2025
3.116.0 15 03/21/2025
3.116.0-preview.6.1 15 03/21/2025
3.0.0-preview.5.4 15 03/21/2025
3.0.0-preview.4.1 15 03/21/2025
3.0.0-preview.3.1 15 03/21/2025
3.0.0-preview.2.1 15 03/21/2025
3.0.0-preview.1.8 14 03/21/2025
3.0.0-preview.0.132 15 03/21/2025
2.88.9 14 03/21/2025
2.88.9-preview.2.2 15 03/21/2025
2.88.9-preview.1.1 15 03/21/2025
2.88.8 15 03/21/2025
2.88.8-preview.1.1 15 03/21/2025
2.88.7 15 03/21/2025
2.88.6 15 03/21/2025
2.88.6-preview.1.2 16 03/21/2025
2.88.5 15 03/21/2025
2.88.4 15 03/21/2025
2.88.4-preview.96 15 03/21/2025
2.88.4-preview.95 16 03/21/2025
2.88.4-preview.89 15 03/21/2025
2.88.4-preview.84 16 03/21/2025
2.88.4-preview.82 15 03/21/2025
2.88.4-preview.76 15 03/21/2025
2.88.4-preview.70 15 03/21/2025
2.88.3 15 03/21/2025
2.88.2 15 03/21/2025
2.88.2-preview.8 15 03/21/2025
2.88.1 15 03/21/2025
2.88.1-preview.108 16 03/21/2025
2.88.1-preview.104 16 03/21/2025
2.88.1-preview.91 16 03/21/2025
2.88.1-preview.79 15 03/21/2025
2.88.1-preview.75 15 03/21/2025
2.88.1-preview.71 15 03/21/2025
2.88.1-preview.63 15 03/21/2025
2.88.1-preview.1 15 03/21/2025
2.88.0 15 03/21/2025
2.88.0-preview.266 15 03/21/2025
2.88.0-preview.256 15 03/21/2025
2.88.0-preview.254 16 03/21/2025
2.88.0-preview.232 15 03/21/2025
2.88.0-preview.209 15 03/21/2025
2.88.0-preview.187 15 03/21/2025
2.88.0-preview.179 15 03/21/2025
2.88.0-preview.178 15 03/21/2025
2.88.0-preview.155 15 03/21/2025
2.88.0-preview.152 15 03/21/2025
2.88.0-preview.150 16 03/21/2025
2.88.0-preview.145 15 03/21/2025
2.88.0-preview.140 15 03/21/2025
2.88.0-preview.139 15 03/21/2025
2.88.0-preview.127 16 03/21/2025
2.88.0-preview.120 15 03/21/2025
2.88.0-preview.61 14 03/21/2025
2.80.4 15 03/21/2025
2.80.4-preview.9 15 03/21/2025
2.80.4-preview.6 15 03/21/2025
2.80.4-preview.5 15 03/21/2025
2.80.4-preview.2 15 03/21/2025
2.80.3 15 03/21/2025
2.80.3-preview.93 15 03/21/2025
2.80.3-preview.90 16 03/21/2025
2.80.3-preview.40 16 03/21/2025
2.80.3-preview.24 15 03/21/2025
2.80.3-preview.18 15 03/21/2025
2.80.2 15 03/21/2025
2.80.2-preview.36 15 03/21/2025
2.80.2-preview.33 15 03/21/2025
2.80.2-preview.19 15 03/21/2025
2.80.2-preview.18 16 03/21/2025
2.80.2-preview.9 15 03/21/2025
2.80.1 15 03/21/2025
2.80.0 16 03/21/2025
2.80.0-preview.33 15 03/21/2025
2.80.0-preview.24 15 03/21/2025
2.80.0-preview.14 14 03/21/2025
2.80.0-preview.12 15 03/21/2025
2.80.0-preview.3 15 03/21/2025
1.68.3 15 03/21/2025
1.68.3-preview.2 15 03/21/2025
1.68.2.1 15 03/21/2025
1.68.2 17 03/21/2025
1.68.2-preview.60 16 03/21/2025
1.68.2-preview.50 15 03/21/2025
1.68.2-preview.45 15 03/21/2025
1.68.2-preview.43 15 03/21/2025
1.68.2-preview.39 14 03/21/2025
1.68.2-preview.29 15 03/21/2025
1.68.2-preview.21 15 03/21/2025
1.68.2-preview.17 15 03/21/2025
1.68.1.1 15 03/21/2025
1.68.1.1-preview.9 15 03/21/2025
1.68.1 15 03/21/2025
1.68.1-rc.172 15 03/21/2025
1.68.1-rc.170 15 03/21/2025
1.68.1-rc.169 15 03/21/2025
1.68.1-rc.165 15 03/21/2025
1.68.1-rc.153 15 03/21/2025
1.68.1-rc.147 15 03/21/2025
1.68.0 15 03/21/2025
1.68.0-preview28 14 03/21/2025
1.60.3 15 03/21/2025
1.60.2 15 03/21/2025
1.60.1 15 03/21/2025
1.60.0 16 03/21/2025
1.59.3 15 03/21/2025
1.59.2 15 03/21/2025
1.59.1 15 03/21/2025
1.59.0 15 03/21/2025
1.58.1 15 03/21/2025
1.58.0 15 03/21/2025
1.57.1 16 03/21/2025
1.57.0 15 03/21/2025
1.56.2 13 03/21/2025
1.56.1 15 03/21/2025
1.56.1-beta 15 03/21/2025
1.56.0 15 03/21/2025
1.55.1 16 03/21/2025
1.55.0 16 03/21/2025
1.54.1 15 03/21/2025
1.54.0 15 03/21/2025
1.53.2-svg1 15 03/21/2025
1.53.2-gpu2 13 03/21/2025
1.53.2-gpu1 15 03/21/2025
1.53.1.2 15 03/21/2025
1.53.1.1 15 03/21/2025
1.53.1 15 03/21/2025
1.53.0 15 03/21/2025
1.49.4-beta 15 03/21/2025
1.49.3-beta 15 03/21/2025
1.49.2.1-beta 15 03/21/2025
1.49.2-beta 15 03/21/2025
1.49.1 15 03/21/2025
1.49.0-preview1 15 03/21/2025