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
Maethril.Framework.Core
ASP.NET utilities
4

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

.NET Framework 4.6.2

.NET Framework 4.8

.NET 6.0

.NET 6.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.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 Standard 2.0

.NET Standard 2.1

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