How can I convert slint::Image to Vec<u8>? #4169
Unanswered
Horbin-Magician
asked this question in
Q&A
Replies: 1 comment 3 replies
-
There's currently no way to get the data out of a |
Beta Was this translation helpful? Give feedback.
3 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 use the
screenshots
crate to take a screen shot, and convert the picture into aslint::Image
.After that, how can I save the picture into a .png file?
Maybe I need to convert slint::Image to Vec.
Beta Was this translation helpful? Give feedback.
All reactions