python--安裝PIL

PIL:Python Imaging Library,已是Python平臺事實上的圖像處理標準庫了。PIL功能很是強大,但API卻很是簡單易用。python

安裝PIL

在Debian/Ubuntu Linux下直接經過apt安裝:sql

非官方的64位庫:$ sudo apt-get install python-imaging


在windows平臺要到PIL官網下載exe安裝包,若是是64位系統安裝時會報「Python version 2.7 required, which was not found in the registry」錯誤。

http://www.lfd.uci.edu/~gohlke/pythonlibs/windows

叫作Pillow,下載下來,是個 .whl 結尾的文件,這個其實就是python使用的一種壓縮文件,後綴名改爲zip,能夠打開。ui

這個須要用 pip 安裝。spa

pip install Pillow-3.3.1-cp27-cp27m-win_amd64.whl命令行

 

進python 命令行 code

from PIL import Image

OK,安裝成功了。用法和PIL同樣ip

相關文章
相關標籤/搜索