How do I convert a Image to a byte Array? #2395
Unanswered
Shadowblitz16
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Save (or the async version) can be used to save the image to a stream - save to a MemoryStream and then call ToArray()? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The docs are clear here. The method exists on the generic |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
CopyPixelDataTo doesn't exist and there is no suggestion in vscode on the namespace it's in if it still exists.
Beta Was this translation helpful? Give feedback.
All reactions