Mateusz Szewczyk
Results
2
issues of
Mateusz Szewczyk
I'm using example code for WPF: ```C# using System.Windows.Media.Imaging; ... // ImageData -> BitmapSource (unsafe) public static unsafe BitmapSource ToBitmap(this ImageData bitmapData) { fixed(byte* ptr = bitmapData.Data) { return BitmapSource.Create(bitmapData.ImageSize.Width,...
### Description Hello, I've got a problem with MAUI on Android. I wrote an application to process digital data from an external USB device. I'm creating an ImageSource from a...
t/bug
platform/android 🤖
area-image
s/verified
s/triaged