import sys import numpy from PIL import Image img ... result = Image.fromarray((visual * 255).astype(numpy.uint8)) result.save('out.bmp').
確定! 回上一頁