python中的pillow处理

不知道pillow是什么,根据别人的步骤学了以后,才知道是一种图片处理的库html #coding=utf-8 import Image,ImageFilter   '''1''' im=Image.open('D:\ppppp\images\\test1.jpg') w,h=im.size print str(w)+" "+str(h) im1=im.filter(ImageFilter.BL
相关文章
相关标签/搜索