Python Imaging Library (Fork)
Go to file
2021-02-22 12:00:20 +11:00
.ci
.github document and add tests for SBIX color font support 2021-02-22 12:00:20 +11:00
depends Updated libwebp to 1.2.0 2021-01-30 21:45:39 +11:00
docs document and add tests for SBIX color font support 2021-02-22 12:00:20 +11:00
src Corrected docstring 2021-02-16 22:33:17 +11:00
Tests document and add tests for SBIX color font support 2021-02-22 12:00:20 +11:00
winbuild Updated lcms2 to 2.12 2021-02-07 06:57:03 +11:00
.appveyor.yml Removed specific setuptools version 2021-01-29 08:00:08 +11:00
.clang-format
.coveragerc
.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst Update CHANGES.rst [ci skip] 2021-02-11 18:10:26 +11:00
codecov.yml
conftest.py
LICENSE
Makefile
MANIFEST.in
README.md
RELEASING.md
requirements.txt
selftest.py Removed broken link 2021-01-10 08:26:45 +11:00
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 Docker) AppVeyor CI build status (Windows) Travis CI build status (macOS) 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.