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:
11.2.1.p0
src/pyproject.toml:
pillow >=7.2.0
version_requirements.txt:
pillow
Equivalent System Packages¶
$ sudo pacman -S python-pillow
$ conda install pillow
$ sudo apt-get install python3-pillow
$ sudo dnf install python3-pillow
$ sudo emerge dev-python/pillow
$ brew install 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.