Replies: 1 comment
-
Ignore me. Just realised thanks to somebody on Mastodon that Image is ImageSharp. Doh. Knew it was dumb. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I've googled this a lot, and can't find it, but it seems such a dumb/basic question.....
I have an
Image<Rgb24>
and need to pass it to a method that takes anSkImage
. How to I convert it? Ideally I'd like to do this without copying the pixel data.Sorry, this is probably answered in the docs somewhere, but I can't for the life of me find it.
Beta Was this translation helpful? Give feedback.
All reactions