views:

44

answers:

1

Hi there, 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.

A: 

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.

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