How does the server deliver pictures #1427
Answered
by
schroeder-
Zhangbecool
asked this question in
Q&A
-
I added an object and I want to add a picture type variable but I don't know how to submit the picture |
Beta Was this translation helpful? Give feedback.
Answered by
schroeder-
Dec 14, 2021
Replies: 2 comments 5 replies
-
Picture Type is abstract, you have to use ImageBMP, ImageGIF, ImageJPG or ImagePNG. They are just ByteStrings => Python bytes. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Zhangbecool
-
so read_value() and write_value() on the node |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Picture Type is abstract, you have to use ImageBMP, ImageGIF, ImageJPG or ImagePNG. They are just ByteStrings => Python bytes.
image = b'0x123455'