[Tutor] Image Processing

Alan Gauld alan.gauld at btinternet.com
Sat Dec 15 22:44:45 CET 2012


On 15/12/12 19:50, Ashkan Rahmani wrote:

> 3- Is there any other image processing library for python 3?
> 4- Basically python 3 or 2.7 is suitable for image processing?

PIL is the defacto standard for image processing on Python.
It is officially only available on Python 2.7 (although I think
I saw a web page on how to make it work with V3).

But in general, if you want industrial strength third party
libraries, it's better to stick with v2.7 for now.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list