Cheers @py5coding@py5coding!
Is it an undocumented feature that py5.image()
can take PIL image objects directly, without having to first convert them to Py5Image
objects with py5.convert_image()
?
(I know converting the images opens up plenty of other possibilities, but I found this by accident and I’m curious, that might be handy sometimes)