Live data from Hacker News

How to use the Python Imaging Library

pythonforbeginners.com

1–10 of 34 posts

Re: How to use the Python Imaging Library

#6

An 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.

Upvote for Pillow. For those of you who don't know, Pillow is a fork of PIL that is: - Pip/setuptools compatible - Python 3 compatible - Has more regular releases.

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

#7

An 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

#8

An 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)

I know Django isn't end all, be all, but with them moving forward towards 1.8 where PIL will be completely depreciated, that's really the first nail in the coffin for PIL.

Re: How to use the Python Imaging Library

#9

An 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

Re: How to use the Python Imaging Library

#10

An 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

Even better: https://pypi.python.org/pypi/Pillow/2.2.1

(though, it doesn't support py<=2.5)

Post reply on HN