Quick question: Is it possible to register a python turtle shape from a PIL Image Object? Preferrably without saving it as a file on disk.
NOTE: I am using multiple PIL Objects. And with that I mean that I have multiple images loaded at the same time, so I need something that can work with multiple shapes at the same time. No images will be combined. (Just to clarify.)
Also: Is it possible to create a 'fake file' like stdout or something to do that? In general that would come in handy.
THIS IS NOT A DUPLICATE. it is not asking how to normally set the turtle shape, it is about how to set it to a PIL object. that is diffrent from a path string.