Python 3.1 Image Library

So, is there an image processing library for Python 3.x? There is a Python image library ( PIL ), but the latest supported version of Python is 2.7 ("the version for 3.X will be released later.")

+3
source share
1 answer

PyQt provides image processing functions and is available for Python 3 if you can live with a dependency of this size and with such license restrictions.

+3
source

Source: https://habr.com/ru/post/1764965/


All Articles