Pillow教程(一)

傳統的PIL庫不支持python3,因此使用從PIL派生出來的Pillow庫。python Image類 Pillow中最重要的類就是Image,該類存在於同名的模塊中。能夠經過如下幾種方式實例化:從文件中讀取圖片,處理其餘圖片獲得,或者直接建立一個圖片。web 使用Image模塊中的open函數打開一張圖片:sql from PIL import Image im = Image.open('
相關文章
相關標籤/搜索