i'm searching a Python lib with good image processing functionalities . I was searching for CImg (which i've already used on C++ projects) bindings, but i wasn't lucky. I found PIL, but it lacks a lot of features that CImg has so, is there any good alternative ?

Thanks

UPDATE

PIL is good, but i need Python 3 support on a Mac OS X system.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I would suggest you to enumerate the functionality that you find desirable which is there in Cimg and not in PIL.

Discussion on SO

pypi also throws up a lot of modules on image processing. Try seeing, if some of them is suitable for you.

link|improve this answer
PIL is good, but i need Python 3 support on a Mac OS X system. – Simone Margaritelli Sep 19 '10 at 18:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.