diff options
author | Philip Lacroix <slackph at posteo dot de> | 2015-12-18 23:28:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:23:11 +0700 |
commit | f356912de46653f1d50a742e4bb5eebddffdcbdc (patch) | |
tree | f7e7d3b3a74074e05f1a7c2f1aa430789dc2c85a /libraries/python3-pillow/README | |
parent | 89b1f941a5da11dc5b2c23b1b837f4fdb32253b2 (diff) |
libraries/python3-pillow: Added (Python3 support for python-pillow).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-pillow/README')
-rw-r--r-- | libraries/python3-pillow/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/python3-pillow/README b/libraries/python3-pillow/README new file mode 100644 index 000000000000..94f59fd66a3b --- /dev/null +++ b/libraries/python3-pillow/README @@ -0,0 +1,13 @@ +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 SlackBuild provides the PIL libraries with support for Python3. +It is intended to be a complement to python-pillow, not to replace it. + +***Warning*** + +Pillow and PIL CANNOT co-exist in the same environment. Before +installing Pillow, please uninstall PIL. +https://pillow.readthedocs.org/en/latest/installation.html |