Fork me on GitHub
摘要: Image模块 Image模块是在Python PIL图像处理中常见的模块,对图像进行基础操作的功能基本都包含于此模块内。如open、save、conver、show…等功能。 open类 Image.open(file) ⇒ image Image.open(file, mode) ⇒ image 阅读全文
posted @ 2019-06-05 21:49 wlanan小栈 阅读(5410) 评论(0) 推荐(1) 编辑