Relative Content

Tag Archive for c#skiasharp

SKBitmap resourceID = SKBitmap.Decode(stream); видає помилку System.ArgumentNullException:

SKBitmap resourceID = SKBitmap.Decode(stream); is throwing a System.ArgumentNullException:
I tried changing the names, but it’s not working. I can’t understand what the error is. Please tell me. Here’s a photo and the path:
“C:Usersusersourcereposнадіюся хоч щось виде ,_,надіюся хоч щось виде ,,texturescharacterбарикада горизонталь.png” (ignore the names, I’m from Ukraine).

SKBitmap performance Set Get Pixels

I made migration from System.Drawing to SkiSharp and have method to fills a bitmap with 8 bits
The working time with my picture takes 50 seconds, when using System.Drawing was much faster
How can I speed up the running time of my method?