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

**Description** My app uses canvas.DrawBitmap to get large image fraction to display it on screen using SkCanvasView. Prior to update the code was amazingly fast. But after update to 2.88.0...

### Description Source: https://github.com/mono/skia/blob/xamarin-mobile-bindings/DEPS - [x] "third_party/externals/angle2" (#1158) - [ ] "third_party/externals/dng_sdk" - [x] "third_party/externals/expat" (see also #405 & #2189) - [x] "third_party/externals/freetype" (https://github.com/mono/skia/pull/65) - [ ] "third_party/externals/googletest" - [...

type/enhancement
area/libSkiaSharp.native
area/Build
type/feature-request

**Description** I load the png image file as FileStream and I decode it by `SKBitmap.Decode`. And then I use `DrawBitmap` to draw it. **Code** All the code in: https://github.com/lindexi/lindexi_gd/tree/eb3ac5885becdbcd609b2d9e936ada221e891221/HabicherbalaHallrujemnowaljere ```csharp...

**Description** My application goes from running at 30-32 FPS (on a 30hz refresh w/ vsync) down to 20 FPS after updating from 2.80.4 to 2.88.0 Using SKGLControl in WinForms .NET6...

this method SkiaApi.sk_path_arc_to(this.Handle, rx, ry, xAxisRotate, largeArc, sweep, x, y); has a problem as per title. this wont work. `path.MoveTo( new SKPoint( 68.404f, 187.938f ) );` `path.ArcTo( 100.0f, 200.0f, 160.0f,...

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) is about 510KB Is there any compression setting to get the output PDF...

type/enhancement
type/question
type/feature-request
backend/PDF

We used skia in our project to draw lines on . a bitmap based on user Input(at runtime). We then used the timer to trigger skElement PaintSurface Event( by calling...

**Description** If the Lottie json file contains embedded resources, such as an image as a data URI `data:image/png;base64`, then it just skips over it. The reason for this is that...

**Description** Exception **"Value cannot be null. Parameter name: buffer"** on `SKCodec.Create` - stack: ``` SkiaSharp.SKManagedStream.OnReadManagedStream(IntPtr buffer, IntPtr size) SkiaSharp.SKAbstractManagedStream.ReadInternal(IntPtr s, Void* context, Void* buffer, IntPtr size) SkiaSharp.SKCodec.Create(SKStream stream, SKCodecResult& result)...

**Description** **"Unable to allocate pixels for the bitmap in Azure App service"** exception throws, while decoding specific image multiple times using SkiaSharp library in Azure App service **Code** ``` FileStream...