在Python中,可以使用import語(yǔ)句導(dǎo)入PIL模塊。PIL(Python Imaging Library)是一個(gè)用于打開(kāi)、編輯和保存多種圖像文件格式的庫(kù)。
import
import PIL
或者,可以使用from關(guān)鍵字導(dǎo)入特定的功能或子模塊:
from
from PIL import Image
這樣,就可以使用Image來(lái)訪問(wèn)PIL模塊中的圖像處理功能了。
Image
億速云公眾號(hào)
手機(jī)網(wǎng)站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權(quán)所有
廣州億速云計(jì)算有限公司粵ICP備17096448號(hào)-1 粵公網(wǎng)安備 44010402001142號(hào)增值電信業(yè)務(wù)經(jīng)營(yíng)許可證編號(hào):B1-20181529