Python的PIL庫中的圖像模式mode

代碼: from PIL import Image img = Image.open('D:\\image_for_test\\Spee.jpg') print("圖像模式",img.mode) 結果:
相關文章
相關標籤/搜索