Other Version: 1.1.7
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 |
PIL-u4-qpython-1.1.7.tar.gz | v1.1.7 | developer | 338 |