So, is there an image processing library for Python 3.x? There is Python Imaging Library (PIL) but the last supported Python version is 2.7 ("A version for 3.X will be released late开发者_开发技巧r.")
PyQt provides image processing functionality and is available for Python 3, if you can live with a dependency of that size and with such license restrictions.
精彩评论