Go to file
2026-04-11 11:03:38 +03: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.0 (#9532) 2026-04-03 15:38:40 +11:00
.github Remove or protect secrets in Actions (#9544) 2026-04-11 17:05:49 +10:00
checks Removed shebang lines and executable flags (#9179) 2025-10-12 13:19:34 +03:00
depends CI: Retry failed downloads (#9506) 2026-03-27 09:57:43 +11:00
docs Added CVEs 2026-04-11 08:34:08 +10:00
src Do not precompute horizontal coefficients if not horizontal resizing (#9543) 2026-04-06 20:29:12 +03:00
Tests Correct feature name 2026-04-06 09:39:23 +10:00
wheels Install zstd for libtiff on Linux 2025-08-28 19:37:26 +10:00
winbuild Updated xz to 5.8.3 2026-04-01 08:26:13 +11: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 Correct handling of vendored fribidi. 2024-11-06 14:12:51 +08: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 with revised security policy (#9553) 2026-04-09 19:01:17 +10:00
RELEASING.md Updated template name 2025-04-28 06:19:18 +10: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. 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 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.