Relative Content

Tag Archive for c#.netblazormauiskiasharp

Blazor Hybrid app and SkiaSharp performance improvements

I am trying to make a simple Maui Blazor Hybrid application that would load a picture, and I would be able to adjust brightness in real time. I managed to do it manually just using simple < img > and adjusting it accordingly, but it’s very slow when using 4k and above pictures. Works fine with FullHD photos. After a bunch of failed attempts, I decided to move to SkiaSharp, because of recommendations. But I am failing to find an example or a concrete answer how to implement it. When I write this piece of code, I get an unexpected unhandled exception