pillow: Python Imaging Library#

Description#

Pillow is the “friendly” PIL fork by Alex Clark and Contributors.

The Python Imaging Library (PIL) adds powerful image processing and graphics capabilities to Python. The library supports many file formats.

License#

Standard PIL License

Upstream Contact#

Type#

standard

Dependencies#

Version Information#

package-version.txt:

10.1.0

install-requires.txt:

pillow >=7.2.0

Equivalent System Packages#

$ sudo pacman -S python-pillow
$ conda install pillow
$ sudo apt-get install python3-pillow
$ sudo yum install python-pillow
$ sudo emerge dev-python/pillow
$ sudo port install py-Pillow
$ sudo zypper install python3\$\{PYTHON_MINOR\}-Pillow
$ sudo xbps-install python3-Pillow

See https://repology.org/project/python:pillow/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.