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#
Author: Alex Clark <aclark@aclark.net>
Homepage: http://python-imaging.github.io/
Type#
standard
Dependencies#
Version Information#
package-version.txt:
10.1.0
install-requires.txt:
pillow >=7.2.0
Equivalent System Packages#
arch:
$ sudo pacman -S python-pillow
conda:
$ conda install pillow
Debian/Ubuntu:
$ sudo apt-get install python3-pillow
Fedora/Redhat/CentOS:
$ sudo yum install python-pillow
gentoo:
$ sudo emerge dev-python/pillow
macports: install the following packages: py-Pillow
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-Pillow
void:
$ 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.