Here we will display the face only as resized output. Note the coordinates used. import tkinter as tk from PIL import Image, ImageTk my_w=tk.Tk() my_w.geometry ...
確定! 回上一頁