赞
踩
效果: 方法一:
from PIL import Image # 打开原始图片 image = Image.open('scr1.png') # 定义要截取的矩形区域 left = 0 top = 0 right = 200 bottom = 200 # 调用 crop(