图片对象.show()

功能

显示画布

参数


返回值

例子

from PIL import Image

img = Image.new('RGB',(200,60),(70,130,180))
img.show()