So speichern Sie die .png -Datei in variabler Python
from PIL import Image
>>> img = Image.open('test.png')
>>> img.show()
multiverse coder'