Try creating a PIL Image first, then using that to create the PhotoImage. from Tkinter import * import Image, ImageTk root = Tk() root.geometry('1000x1000') ...
確定! 回上一頁