Beginning with Pillow, the PIL Fork (Python Imaging Library)

Article index:

2 – Pillow Version

This is the very basic step: getting the version of Pillow:

from PIL import Image
PIL_Version = Image.VERSION
PILLOW_Version = Image.PILLOW_VERSION

The full demo is available in moon3d/gl-210-python-pil-pillow/pillow_version.xml. Just load it in GLSL Hacker and you should have:

GLSL Hacker, Pillow (PIL fork) test, Python





Article index: