import numpy as np. from PIL import Image. a = np.arange(0, 414720, 1, np.uint8). a = np.reshape(a, (720, 576)). i = Image.fromarray(a). i.save("image.png") ...
確定! 回上一頁