初嘗試圖像模塊PIL

from PIL import Image from PIL import ImageFilter   img = Image.open('webwxgetmsgimg.jpg') blu = img.filter(ImageFilter.BLUR) #均值濾波 con = img.filter(ImageFilter.CONTOUR) #輪廓 edge = img.filter(ImageFil
相關文章
相關標籤/搜索