圖像的手繪效果(PIL的應用實例)

圖像的變換: 原圖像: 1.讀入圖像後,獲得像素RGB值(所有RGB值取反),修改後保存爲新的文件 from PIL import Image import numpy as np im=np.array(Image.open("D:/pytest/a.jpeg")) print(im.shape,im.dtype) b=[255,255,255] -im newim=Image.fromarra
相關文章
相關標籤/搜索