Article Outline
Python pil example 'blender pill'
Modules used in program:
import PIL
import sys
python blender pill
Python pil example: blender pill
import sys
path_to_pillow = '/usr/local/lib/python3.4/dist-packages/'
sys.path.append(path_to_pillow)
import PIL
from PIL import Image
print(PIL.__file__)
Python links
- Learn Python: https://pythonbasics.org/
- Python Tutorial: https://pythonprogramminglanguage.com