Python 图像处理-Pillow

下载https://pypi.python.org/pypi/Pillow/2.2.1#downloadspython

NOTE:spa

    1.PIL and Pillow currently cannot co-exist in the same environment. If you want to use Pillow, please remove PIL first.code

           2. “import Image” to:“from PIL import Image”rem

           3.If your code imports from _imaging, it will no longer work.get

           “  from PIL import Imageit

             _imaging = Image.core”class

相关文章
相关标签/搜索