-
I am playing around with this great library. But at the moment I am struggeling with this code: <draw:SkiaImage VerticalOptions="Fill" HorizontalOptions="Fill" Source="{Binding Image, Converter={StaticResource Key=ByteArrayToImageSourceConverter}}"/> </draw:Canvas>` I am getting the error: System.ArgumentNullException: Value cannot be null. (Parameter 'cacheKey') Is it possible to bind a byte Array and a converter to ImageSource? Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey thank you so much for pointing this out, SkiaImageManager wasn't processing properly this case, will fix today and release new nuget: #136 |
Beta Was this translation helpful? Give feedback.
-
This must be fixed in the nuget 1.2.9.5. Verified with: |
Beta Was this translation helpful? Give feedback.
-
Thank you! This fixed it! |
Beta Was this translation helpful? Give feedback.
This must be fixed in the nuget 1.2.9.5.
Verified with:
DrawnUi.Maui/src/samples/Sandbox/TestPage.xaml
Line 31 in fe600c4
DrawnUi.Maui/src/samples/Sandbox/TestPage.xaml.cs
Line 18 in fe600c4