Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 688 Bytes

File metadata and controls

46 lines (28 loc) · 688 Bytes

Playing whit PIL / Pillow

PIL (Python Image Library)

PIL is support unique Python 2.7

Pillow is one bifurcation support for Python 3.x

Requirement

pip install Pillow

Execute

  • Run first example
python 01_basic.py
  • Run second example
python 02_basic.py

Example

  • Original

  • Convert (Gray)

  • Rotate

  • Resize