Chris Billson

Results 3 comments of Chris Billson

Something like this should work for grayscale. ``` using (var bitmap = SKBitmap.Decode("path/to/image")) using (var canvas = new SKCanvas(bitmap)) { using var paint = new SKPaint(); // Define a grayscale...

If restarting Docker Desktop and running `az acr login` does not work, you may also need to update your Docker Desktop client. I had the same issue and this appeared...

Think this is probably related to this: https://github.com/reqnroll/Reqnroll/issues/244 Looks like it should probably be fixed in the next version.