robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
451 stars 114 forks source link

Feature request: display in-memory images without disk roundtrip #219

Open qwenger opened 1 year ago

qwenger commented 1 year ago

Thanks for the very nice library.

I'm generating some images on-the-fly and displaying them in easygui to ask the user for input for further processing. It feels wrong to have to save those images to temporary files to be able to display them, as I already have them loaded with pillow.

It would be nice to be able to submit not only image file paths but also pillow images as image arguments.