This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
pany-python
/
script
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
dev
Ramos
Etiquetas
dev
main
script
/
base
/
11packages
/
pil
gongyuan
ac1293a766
add:增加脚本文件和学习的base;
há 9 meses atrás
..
README
ac1293a766
add:增加脚本文件和学习的base;
há 9 meses atrás
test.jpg
ac1293a766
add:增加脚本文件和学习的base;
há 9 meses atrás
use_pil_blur.py
ac1293a766
add:增加脚本文件和学习的base;
há 9 meses atrás
use_pil_draw.py
ac1293a766
add:增加脚本文件和学习的base;
há 9 meses atrás
use_pil_resize.py
ac1293a766
add:增加脚本文件和学习的base;
há 9 meses atrás
README
Install PIL
===========
### Windows
Open web page: https://pypi.python.org/pypi/Pillow/2.8.1
Find link of "Pillow-2.8.1.win-amd64-py3.4.exe" and download it:
https://pypi.python.org/packages/3.4/P/Pillow/Pillow-2.8.1.win-amd64-py3.4.exe
### Mac OS X
Step 1: Install dependencies by brew:
$ brew install libtiff libjpeg webp little-cms2
Step 2: Install Pillow by pip:
$ sudo pip3 install Pillow
### Linux
For Debian/Ubuntu:
$ sudo apt-get install python3-pil