Python Imaging Library (Fork)
Go to file
2022-02-15 22:30:33 +11:00
.ci Upgraded raqm to 0.8.0 2022-01-26 12:23:43 +11:00
.github Added CentOS Stream 9 2022-02-08 23:35:01 +11:00
depends Updated libimagequant to 4.0.0 2022-02-03 18:05:50 +11:00
docs Added release notes for #5959 2022-02-10 13:56:27 +11:00
src Clarified code 2022-02-15 22:30:33 +11:00
Tests Merged _MODE_CONV typ into ImageMode as typestr 2022-02-15 18:01:02 +11:00
winbuild Updated harfbuzz to 3.4.0 2022-02-13 21:58:46 +11:00
.appveyor.yml Upgraded Python 3.10 image to VS 2022 2022-02-06 08:32:37 +11:00
.clang-format
.coveragerc
.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst Update CHANGES.rst [ci skip] 2022-02-11 08:23:04 +11:00
codecov.yml
conftest.py
LICENSE
Makefile
MANIFEST.in
Pipfile
Pipfile.lock Add lock file 2021-12-20 13:19:45 -05:00
README.md Added MinGW GitHub Actions badge 2022-01-28 11:25:24 +11:00
RELEASING.md
requirements.txt
selftest.py
setup.cfg
setup.py
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 MinGW) 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 Tidelift Align
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.