SlackBuilds Repository

15.0 > Python > python3-pillow-opt (11.3.0)

python3-pillow-opt (Python Imaging Library, new version)

The Python Imaging Library (PIL) adds image processing capabilities
to your Python environment. This library provides extensive file
format support, an efficient internal representation, and powerful
image processing capabilities.

This version of pillow installs to /opt/python3.9/, so it won't
conflict with Slackware's older python-pillow package. This is the
newest version of pillow that will work with Python 3.9 (please don't
ask for an update to >= 12.0.0).

Any SlackBuild for a python3 program that requires this version of
pillow will have to modify the python script itself. Add the following
code:

import sys
sys.path.insert(0,'/opt/python3.9/site-packages')

If there's already an 'import sys', just put the insert() line right
after it.

Note: the API documentation is not installed as part of the package.

This requires: python3-setuptools-opt

Maintained by: B. Watson
Keywords: python-pillow
ChangeLog: python3-pillow-opt

Homepage:
https://pypi.org/project/pillow/

Source Downloads:
pillow-11.3.0.tar.gz (9464f92bed3be9c68293cb399ec1ec1a)

Download SlackBuild:
python3-pillow-opt.tar.gz
python3-pillow-opt.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds