Hi,
When creating an new Scene with Layers how do I set the layer image in setup(self) using photos.pick_image()? If I just alter the line created by Pythonista from "self.layer.image = 'Snake'" to "self.layer.image = photos.pick_image()" it doesn't load, it just displays the background color. I've tried various things using PIL but haven't had any luck. Did anyone else get this working.