参考原文:http://www.itnose.net/detail/6190636.html
官方文档有一段:
Pillow is a replacement for PIL, the Python Image Library, which provides image processing functionality and supports many file formats.
Use `from PIL import Image` instead of `import Image`.
意思就是说,pillow的用法跟PIL一样。不同的是,要用 ‘ from PIL import Image' 代替 'import Image'
本文介绍了Pillow作为PIL(Python图像处理库)的替代品的使用方法。主要内容包括如何正确导入Pillow模块以实现与PIL相同的图像处理功能。
1万+

被折叠的 条评论
为什么被折叠?



