摘要:[Python]-安裝 PIL (Python Image Library)
PIL載點 http://www.pythonware.com/products/pil/
直接下載 PIL 1.1.17 for Python2.5 (Windows only)
一、下載完成之後,直接執行 PIL-1.1.7.win32-py2.5.exe
二、安裝過程中,確認安裝到 Python Interpreter 的資料夾底下 (預設為 c:\python25\ )
三、在 Eclipse 中,選擇上方的 Windows / Preferences / PyDev / Interpreter-Python /
在 Library path 中 新增剛剛安裝 PIL 的路徑 (C:\Python25\Lib\site-packages\PIL)
按下 Apply 套用設定
四、直接在程式碼中 import Image , ImageFont , ImageDraw , ImageFilter ,若未出現錯誤訊息就是已經安裝完成了。