How to use the Python Imaging Library
pythonforbeginners.com
How to use the Python Imaging Library
1–10 of 34 posts
Re: How to use the Python Imaging Library
#2Re: How to use the Python Imaging Library
#3Re: How to use the Python Imaging Library
#4Re: How to use the Python Imaging Library
#5Re: How to use the Python Imaging Library
#6An article posted 7th Nov 2013 should not be recommending use of PIL (a dead project) over Pillow, imo. The only reference to Pillow in the article is a link at the bottom to the Pillow tutorial.
This is a great example of what to do when an open source project is getting behind on the times. PIL was having bi-year releases and installation was a headache, so someone forked it and made it better.
Re: How to use the Python Imaging Library
#7An article posted 7th Nov 2013 should not be recommending use of PIL (a dead project) over Pillow, imo. The only reference to Pillow in the article is a link at the bottom to the Pillow tutorial.
(I'm not sure PIL is a dead project. It's just resting. Beautiful plumage through)
Re: How to use the Python Imaging Library
#8An article posted 7th Nov 2013 should not be recommending use of PIL (a dead project) over Pillow, imo. The only reference to Pillow in the article is a link at the bottom to the Pillow tutorial.
I'm a maintainer for pillow. Feel free to ask any questions. (I'm not sure PIL is a dead project. It's just resting. Beautiful plumage through)
Re: How to use the Python Imaging Library
#9An article posted 7th Nov 2013 should not be recommending use of PIL (a dead project) over Pillow, imo. The only reference to Pillow in the article is a link at the bottom to the Pillow tutorial.
Re: How to use the Python Imaging Library
#10An article posted 7th Nov 2013 should not be recommending use of PIL (a dead project) over Pillow, imo. The only reference to Pillow in the article is a link at the bottom to the Pillow tutorial.
url : https://pypi.python.org/pypi/Pillow/1.7.8
(though, it doesn't support py<=2.5)