import numpy as np from PIL import Image array = np.zeros([100, 200, 3], dtype=np.uint8) array[:,:100] = [255, 128, 0] #Orange left side ...
確定! 回上一頁