SkiaSharp
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...
### 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...
### 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...
**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** - [...
**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...
[BUG / WinUI] SKXamlCanvas throws an exception on devices without a GPU or with outdated GPU drivers
### 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...
### Description Using the new Net9 project:  The _Web App is ok_, but the **MAUI App crashes** (Windows and Android tested):  ### Code I have a test project,...
**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...
### 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,...