Python的PIL库中的图像模式mode

代码: from PIL import Image img = Image.open('D:\\image_for_test\\Spee.jpg') print("图像模式",img.mode) 结果:
相关文章
相关标签/搜索