Enable ui.image to accept Pillow Image object #2067
Closed
nghia-vo
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 1 reply
-
Thanks for the idea, @nghia-vo! |
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.
-
I would like to add more features to a client app (broh5) where it needs to display an image (using ui.image) and a plot of histogram or line profile (using ui.pyplot) side by side. Currently ui.image does not accept a numpy array or image object but a string. Could we make ui.image accept Pillow image object too? Some thing like this:
and an option figsize=(4,5) to adjust the figure size.
Beta Was this translation helpful? Give feedback.
All reactions