Python Imaging Library (Fork)
Go to file
2025-05-21 15:16:00 +00:00
_custom_build
.ci Update dependency cibuildwheel to v2.23.3 (#8931) 2025-04-27 21:35:08 +10:00
.github Do not install PyQt6 on Python 3.14 2025-05-08 22:13:49 +10:00
depends Add AVIF plugin (decoder + encoder using libavif) (#5201) 2025-04-01 07:13:21 +03:00
docs Refactor docs Makefile (#8933) 2025-04-29 22:37:45 +10:00
src Allow loading state from Pillow < 11.2.1 2025-04-29 14:57:10 +10:00
Tests [pre-commit.ci] auto fixes from pre-commit.com hooks 2025-05-21 15:16:00 +00:00
wheels Do not include libavif in wheels 2025-04-12 18:30:08 +03:00
winbuild Updated harfbuzz to 11.1.0 2025-04-17 08:04:34 +10:00
.clang-format Specify both C and Cpp 2025-04-08 20:15:45 +10:00
.coveragerc
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore Correct handling of vendored fribidi. 2024-11-06 14:12:51 +08:00
.gitmodules
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate (#8944) 2025-05-08 19:16:40 +10:00
.readthedocs.yml Added Sphinx configuration key 2025-01-13 21:07:32 +11:00
CHANGES.rst Added link to GitHub releases 2024-11-28 07:58:10 +11:00
codecov.yml Update/remove references to CHANGES.rst 2024-11-28 10:29:05 +02:00
conftest.py
LICENSE Only use start year in copyright, remove end years 2024-12-01 23:15:54 +02:00
Makefile Add make [-C docs] htmllive to rebuild and reload HTML files (#8913) 2025-04-20 00:18:01 +03:00
MANIFEST.in Stop testing on AppVeyor 2024-11-02 15:41:57 +02:00
pyproject.toml Add make [-C docs] htmllive to rebuild and reload HTML files (#8913) 2025-04-20 00:18:01 +03:00
README.md Use sentence case 2025-04-28 06:17:47 +10:00
RELEASING.md Updated template name 2025-04-28 06:19:18 +10:00
selftest.py
setup.py Added support for Python 3.14 2025-05-08 22:39:31 +10:00
tox.ini Don't call pip in tox 2025-02-15 14:27:52 +02:00

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Jeffrey A. 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 Cygwin) GitHub Actions build status (Test Docker) GitHub Actions build status (Wheels) Code coverage Fuzzing Status
package Zenodo Tidelift Newest PyPI version Number of PyPI downloads OpenSSF Best Practices
social Join the chat at https://gitter.im/python-pillow/Pillow Follow on https://fosstodon.org/@pillow

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.