Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

running PIL on 64bit

Is there any way of running PIL(Python Imaging Library) on a 64bit OS?

it is windows 7 64bit

like image 500
Arthur Rizzo Avatar asked Sep 20 '10 19:09

Arthur Rizzo


People also ask

Is Pillow the same as PIL?

What is PIL/Pillow? PIL (Python Imaging Library) adds many image processing features to Python. Pillow is a fork of PIL that adds some user-friendly features.

How do I know if PIL is installed?

Step 2: To check if PIL is successfully installed, open up the python terminal by typing python3 in the terminal. This will open up the python3 interactive console now type the following command to check the current version of the PIL. This will output the currently installed version of the PIL.


1 Answers

PIL-1.1.7.win-amd64-py2.x installers are available at http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil

like image 134
cgohlke Avatar answered Sep 26 '22 03:09

cgohlke