Como armazenar o arquivo .png em variável python
from PIL import Image
>>> img = Image.open('test.png')
>>> img.show()
multiverse coder'