← 返回首页
状态:已完成

【Python 代码】使用PIL库加载图像数据为PIL图像对象

from PIL import Image img = Image.open("image.jpg")