+ 8
Depending on what you exactly mean by processing, you can of course apply filters and transformations, as well as make some image recognition. Pillow module is good for that, together with numpy/scipy matrix transformations.
But if you mean video image processing and recognition, opencv is excellent.