import numpy as np from PIL import Image arr = np.load('img.npy') img = Image.fromarray(arr) img.resize(size=(100, 100)).
確定! 回上一頁