Go to file
2026-05-03 14:11:33 +10:00
_custom_build Append custom parameter to the end of sys.argv 2024-03-28 17:40:54 +00:00
.ci Update dependency cibuildwheel to v3.4.1 (#9607) 2026-05-03 14:11:33 +10:00
.github SBOM: Use real versions from dependencies.json (#9593) 2026-05-01 00:05:37 +03:00
checks Removed shebang lines and executable flags (#9179) 2025-10-12 13:19:34 +03:00
depends Updated raqm to 0.10.5 (#9557) 2026-04-12 15:13:32 +10:00
docs Add Fedora 44 (#9594) 2026-04-29 10:30:17 +10:00
src Correct integer overflow in 16-bit resampling (#9480) 2026-05-02 14:36:20 +10:00
Tests Correct integer overflow in 16-bit resampling (#9480) 2026-05-02 14:36:20 +10:00
wheels Install zstd for libtiff on Linux 2025-08-28 19:37:26 +10:00
winbuild Use keys from dependencies JSON 2026-04-15 22:46:51 +10:00
.clang-format Specify both C and Cpp 2025-04-08 20:15:45 +10:00
.coveragerc Updated check script paths (#9052) 2025-07-01 15:17:56 +10:00
.editorconfig editorconfig: specify 2-space indent for TOML 2023-11-06 12:42:44 +02:00
.git-blame-ignore-revs Update .git-blame-ignore-revs 2023-11-17 13:06:44 +02:00
.gitattributes Set EPS test files as binary 2018-12-29 21:53:07 -08:00
.gitignore Git ignore generated SBOM 2026-04-28 15:58:33 +03:00
.gitmodules Updated wheel build process for new location 2023-09-24 22:51:42 +10:00
.pre-commit-config.yaml Remove or protect secrets in Actions (#9544) 2026-04-11 17:05:49 +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 Updated check script paths (#9052) 2025-07-01 15:17:56 +10:00
conftest.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
LICENSE Jeffrey A. Clark -> Jeffrey 'Alex' Clark 2026-03-29 10:05:18 -04:00
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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-04-06 17:25:20 +00:00
README.md Update README.md 2026-04-22 22:22:33 -04:00
RELEASING.md Update .github/INCIDENT_RESPONSE.md 2026-04-14 11:26:03 -04:00
selftest.py Move from deprecated getdata to get_flattened_data 2026-01-03 08:16:37 +11:00
setup.py PERF203 and fixes 2026-03-27 14:18:37 +02:00
tox.ini Run tests in parallel via tox 2026-03-30 16:34:07 +03:00

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Jeffrey 'Alex' Clark and contributors. PIL is the Python Imaging Library by Fredrik Lundh and contributors. Development is supported by:

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 sensitive vulnerability information, report it privately on GitHub.

If you cannot use GitHub, use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

DO NOT report sensitive vulnerability information in public.