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 329 SkiaSharp issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? I want to encode animated GIFs but SkiaSharp seems to be missing this feature. ### Describe the solution you would like...

type/feature-request

### Description Running this sample https://github.com/mono/SkiaSharp/blob/master/samples/Gallery/Shared/Samples/CreatePdfSample.cs which creates a simple two pages PDF file, the created file (under Windows) has the Arial TTF font embedded as expected. Now, if the...

type/bug

### Description When I use the SKElement to draw content, it looks good at normal scaling. However, when I apply a RenderTransform as shown below to scale the entire app,...

type/bug

### Is your feature request related to a problem? I wanted to load images on Android (Net Maui) from the gallery, but it only seems to be working with .JPEG...

type/feature-request

**Description of Change** **Bugs Fixed** - Fixes #1775 **API Changes** None. **Behavioral Changes** None. **Required skia PR** https://github.com/mono/skia/pull/128 **PR Checklist** - [ ] Has tests (if omitted, state reason in...

### Description SKGLView always draws an opaque gray background instead of a transparent background when specified to be transparent. SKCanvasView works fine. ### Code https://github.com/hyvanmielenpelit/GnollHack ### Expected Behavior Both SKGLView...

type/bug
status/help-wanted

SKBitmap pixels are premultiplied, even if specified un-premultiplied at constructor. SKBitmap bmp = new SKBitmap(16,16, SKColorType.Rgba8888, SKAlphaType.Unpremul); bmp.SetPixel(0, 0, new SKColor(red: 255, green:255,blue:255,alpha:100)); byte[] bytes = bmp.Bytes; Assert.IsTrue(bytes[0] == 255);...

type/bug
os/Windows-Classic
area/SkiaSharp.Views
status/needs-attention

### Description If the application path contains Unicode characters (ő) the SkiaSharp.dll cannot load native libSkiaSharp.dll. The app is .NET fx 4.7.2 x64. NuGet version 2.88.8 ### Code Just put...

type/bug

### Description Using the new SKGLElement in SkiaSharp, I get an access violation at the following location in GLWPFControl when I try create an additional SKGLElement on a new Thread:...

type/bug