SkiaSharp.SKBitmap as alternative to System.Drawing.Bitmap doesn’t work as expected
I have a working c# code that create a System.Drawing.Bitmap:
SKBitmap resourceID = SKBitmap.Decode(stream); is throwing a System.ArgumentNullException:
SKBitmap resourceID = SKBitmap.Decode(stream);
is throwing a System.ArgumentNullException
.
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?