Python Examples of PIL.ImageTk.PhotoImage
www.programcreek.com › PILThe following are 30 code examples for showing how to use PIL.ImageTk.PhotoImage().These examples are extracted from open source projects. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example.
Python - pillowを活用しpython...
teratail.com › questions › 297011Oct 09, 2020 · imageData = PIL.ImageTk.PotoImage(newImage) AttributeError: module 'PIL.ImageTk' has no attribute 'PotoImage' ころで、 「PIL.ImageTk には、PotoImageなんていうものはありませんよ」と行っているので、PIL.ImageTkを見てみると、 PIL.Image.PhotoImage 「Poto」ではなくて「Photo」だとわかりますね。