Daniel Kapusi

Results 2 comments of Daniel Kapusi

I had the same error updating SkiaSharp.Views.Forms from 2.80.2 to 2.88.0. Checked also Version 2.88.1 but the error still exists.

> I did this as a workaround - go through `SKData` instead of creating the codec from a stream: > > ``` > using var imgStream = new SKManagedStream(inStream); >...