from PIL import Image, ImageGrab, ImageTk import tkinter as tk import cv2 img_pil = Image.open('../img/demo.jpg') img_pil ...
確定! 回上一頁