SkiaSharp icon indicating copy to clipboard operation
SkiaSharp copied to clipboard

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models t...

Results 535 SkiaSharp issues
Sort by recently updated
recently updated
newest added

### Description System.TypeInitializationException : The type initializer for 'SkiaSharp.SKImageInfo' threw an exception. **Basic Information** • NuGet: SkiaSharp.NativeAssets.Linux.NoDependencies • Version with issue: v3.116.1 • IDE: Visual Studio 2022 • Platform Target...

type/bug

### Description When I create an ipa file it does not include the libSkiaSharp.framework.dSYM symbols ### Code The best way to share code for larger projects is a link to...

type/bug

**Description of Change** Enable Vulkan support in native library on MacOS **Bugs Fixed** - Fixes #3202 **API Changes** None. **Behavioral Changes** None. **Required skia PR** None. **PR Checklist** - [...

community ✨

**Description of Change** Bump harfbuzz to the next version. **Required skia PR** https://github.com/mono/skia/pull/157 **PR Checklist** - [ ] Has tests (if omitted, state reason in description) - [ ] Rebased...

Most software like browsers, paint, etc will decode these files correctly, but no version of Skia nor SkiaSharp can. This is actually a Skia bug, but could be fixed in...

### Description When running a **WinUI application** that uses `SKXamlCanvas`, an exception occurs on devices that: - Do **not** have a GPU (e.g., virtual machines, low-end devices) - Have **outdated...

type/bug

### Description Using the new Net9 project: ![Image](https://github.com/user-attachments/assets/9df5e162-d0b8-4537-b72f-5107a0b6cb55) The _Web App is ok_, but the **MAUI App crashes** (Windows and Android tested): ![Image](https://github.com/user-attachments/assets/46a17d0a-1e64-460b-9032-c0b42727cdf1) ### Code I have a test project,...

type/bug

**Description of Change** **Bugs Fixed** - Fixes #3110 **API Changes** None. **Behavioral Changes** None. **Required skia PR** None. **PR Checklist** - [ ] Has tests (if omitted, state reason in...

**Description of Change** Add RuntimeShader support. See https://github.com/mono/SkiaSharp/issues/3137. **Bugs Fixed** None. **API Changes** Added: - `SKImageFilter SKImageFilter.CreateRuntimeShader(SKRuntimeShaderBuilder builder, string childShaderName, SKImageFilter? input)` - `SKImageFilter SKImageFilter.CreateRuntimeShader (SKRuntimeShaderBuilder builder, float maxSampleRadius, string...

community ✨

### Description I am using SkiaSharp for a straightforward task: loading images, correcting their orientation, and resizing them if necessary. However, I've noticed that the output `jpeg` images are larger,...

type/bug