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