Python Imaging Library (Fork)
Go to file
2026-01-02 12:31:22 +02:00
_custom_build
.ci Remove Sphinx dependency from mypy 2026-01-02 12:30:14 +02:00
.github Revert "Use minimum supported Python version for Lint (#9364)" 2026-01-02 12:31:22 +02:00
checks
depends
docs Remove Sphinx dependency from mypy 2026-01-02 12:30:14 +02:00
src 12.2.0.dev0 version bump 2026-01-02 20:16:49 +11:00
Tests Deprecate getdata(), in favour of new get_flattened_data() (#9292) 2026-01-02 10:59:56 +11:00
wheels Install zstd for libtiff on Linux 2025-08-28 19:37:26 +10:00
winbuild Update harfbuzz to 12.3.0 (#9355) 2025-12-28 17:04:44 +02:00
.clang-format Specify both C and Cpp 2025-04-08 20:15:45 +10:00
.coveragerc
.editorconfig
.git-blame-ignore-revs Update .git-blame-ignore-revs 2023-11-17 13:06:44 +02:00
.gitattributes
.gitignore Correct handling of vendored fribidi. 2024-11-06 14:12:51 +08:00
.gitmodules
.pre-commit-config.yaml Revert "Use minimum supported Python version for Lint (#9364)" 2026-01-02 12:31:22 +02:00
.readthedocs.yml Added Sphinx configuration key 2025-01-13 21:07:32 +11:00
CHANGES.rst
codecov.yml Updated check script paths (#9052) 2025-07-01 15:17:56 +10:00
conftest.py
LICENSE
Makefile Updated check script paths (#9052) 2025-07-01 15:17:56 +10:00
MANIFEST.in Updated brotli to 1.2.0 2025-10-31 18:19:05 +11:00
pyproject.toml Revert "Pin docutils to 0.21 (#9344)" 2025-12-22 09:34:03 +11:00
README.md
RELEASING.md
selftest.py Fix ResourceWarning in selftest.py 2025-12-10 15:26:14 +02:00
setup.py
tox.ini Replace pre-commit with prek 2025-12-28 23:46:02 +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 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.