Python Imaging Library (Fork)
Go to file
2021-10-14 22:57:15 +03:00
.ci Install numpy on Python 3.10 2021-09-06 07:36:40 +10:00
.github Delete tidelift.yml 2021-10-14 22:46:42 +03:00
depends Updated libimagequant to 2.16.0 2021-09-21 07:46:37 +10:00
docs Updated macOS tested Pillow versions [ci skip] 2021-09-28 11:44:47 +10:00
src Merge pull request #5761 from nulano/stroke 2021-10-14 21:33:07 +03:00
Tests Merge pull request #5761 from nulano/stroke 2021-10-14 21:33:07 +03:00
winbuild Updated fribidi to 1.0.11 2021-09-24 08:36:57 +10:00
.appveyor.yml Updated Ghostscript to 9.55.0 2021-09-27 23:19:05 +10:00
.clang-format
.coveragerc
.editorconfig
.gitattributes
.gitignore Ignore new test_images file 2021-08-24 11:20:09 +03:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2021-10-04 16:54:25 +00:00
.readthedocs.yml
CHANGES.rst Update CHANGES.rst [ci skip] 2021-10-13 09:40:18 +11:00
codecov.yml
conftest.py
LICENSE
Makefile
MANIFEST.in
README.md Add tidelift alignment badge 2021-10-14 22:57:15 +03:00
RELEASING.md
requirements.txt Temporarily pin docutils to fix bullets in sphinx_rtd_theme 2021-09-07 17:00:47 +03:00
selftest.py Moved _info function into docstring 2021-09-13 17:14:59 +10:00
setup.cfg
setup.py Prefer command line tools SDK on macOS 2021-07-21 22:45:35 +10:00
tox.ini

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift.

docs Documentation Status
tests GitHub Actions build status (Lint) GitHub Actions build status (Test Linux and macOS) GitHub Actions build status (Test Windows) GitHub Actions build status (Test Docker) AppVeyor CI build status (Windows) GitHub Actions wheels build status (Wheels) Travis CI wheels build status (aarch64) Code coverage
package Zenodo Tidelift Newest PyPI version Number of PyPI downloads
social Join the chat at https://gitter.im/python-pillow/Pillow Follow on https://twitter.com/PythonPillow

Overview

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.

More Information

Report a Vulnerability

To report a security vulnerability, please follow the procedure described in the Tidelift security policy.