您是否尝试按照建议使用numpy here? from PIL import Image import numpy as np import sys sub = Image.open(sys.argv[1]) sub = sub.convert(" ...
確定! 回上一頁