Other Version: 5.2.0
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.
Sample:
from PIL import Image im = Image.open("/sdcard/qpython.jpg") #Please use absolute path in QPython print im.format, im.size, im.mode
Files | version | author | downloads |
pillow-qpython2-5.2.0.tar.gz | v5.2.0 | developer | 3623 |