TukanT

Results 1 issues of TukanT

Using "Rotate"(and possibly on other functions) on bitmap with indexed pixel format results in System.AccessViolationException. .NET 4.6.1 ``` WriteableBitmap wb = new WriteableBitmap(256, 192, 96, 96, PixelFormats.Indexed8, BitmapPalettes.Gray256); var rotated...