from PIL import Image import numpy as np img_w, img_h = 200, ... 0, 0] img = Image.fromarray(data, 'RGB') img.save('test.png') img.show().
確定! 回上一頁