Kluesi
Jan 16, 2016 - 00:28
Hi
After the last update of Pythonista i get a white image. The image file exists.
I have this code in setup()
self.aImage=load_image_file('image.jpg')
And in the draw() procedure
image(self.aImage,1,1,self.x_board,self.y_board)
And after the last update the image is only white.
How to fix this?
Thanks Jens