python-pillow
Fork of the Python Imaging Library
The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
- Versions: 11.1.0
- Website: https://python-pillow.org
- Licenses: X11-style
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-pillow
as follows:
guix install python-pillow
Or install a particular version:
guix install python-pillow@11.1.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-pillow about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-pillow'><img src='https://packages.guix.gnu.org/packages/python-pillow/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-pillow)
Example Org:
[[https://packages.guix.gnu.org/packages/python-pillow][https://packages.guix.gnu.org/packages/python-pillow/badges/latest-version.svg]]