Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created October 19, 2015 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/57d936fee264ea79d78d to your computer and use it in GitHub Desktop.
Save zeffii/57d936fee264ea79d78d to your computer and use it in GitHub Desktop.
PIL in Blender
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__)
@zeffii
Copy link
Author

zeffii commented Sep 6, 2016

c:\users\zeffi\anaconda3\lib\site-packages\PIL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment