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:
9.0.1
install-requires.txt:
pillow >=7.2.0
Equivalent System Packages#
conda:
$ conda install pillow
macports: install the following packages: py-Pillow
opensuse:
$ sudo zypper install python3-Pillow
void:
$ sudo xbps-install python3-Pillow
See https://repology.org/project/python:pillow/versions
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023