Replies: 1 comment 1 reply
-
The example you linked to is for WPF, not Xamarin. As far as I know, Xamarin has never had a FormatConvertedBitmap method. And I don't believe we have anything like that on the roadmap. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Xamarin you could use
FormatConvertedBitmap
to transform an image to greyscale (here is an example). But in MAUI preview 12 this doesn't seem to be available. Is this something that will be added?Beta Was this translation helpful? Give feedback.
All reactions