from PIL import Image with Image.open("hopper.jpg") as im: # The crop method from the Image module takes four coordinates as input.
確定! 回上一頁