Python Imaging Library (Fork)
Go to file
2025-07-08 20:56:03 +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.0.1 (#9075) 2025-07-08 13:44:13 +10:00
.github Restored manylinux2014 wheels (#9059) 2025-07-08 11:31:03 +10:00
checks Removed specific WebP feature checks 2025-07-01 23:57:50 +10:00
depends Update depends/docker-test-valgrind-memory.sh 2025-05-30 10:35:13 +01:00
docs Update macOS tested Pillow versions (#9068) 2025-07-07 16:23:04 +03:00
patches Add support for iOS (#9030) 2025-06-30 21:46:07 +10:00
src Updated deprecation timeline 2025-07-02 00:00:21 +10:00
Tests Revert "Work around pyroma test" 2025-07-07 18:57:58 +10:00
wheels Add AVIF to wheels using only aomenc and dav1d AVIF codecs for reduced size (#8858) 2025-06-26 16:21:44 +10:00
winbuild Increase pytest verbosity (#9040) 2025-06-28 10:29:01 +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 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 Merge 49efe40f28 into 2195faf0dc 2025-07-08 20:56:03 +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 Only use start year in copyright, remove end years 2024-12-01 23:15:54 +02:00
Makefile Updated check script paths (#9052) 2025-07-01 15:17:56 +10:00
MANIFEST.in Add support for iOS (#9030) 2025-06-30 21:46:07 +10:00
pyproject.toml Setup nit: "fork" should be lowercased 2025-07-01 09:10:20 -04: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 Use im property 2024-08-10 10:20:08 +10:00
setup.py Add support for iOS (#9030) 2025-06-30 21:46:07 +10:00
tox.ini Add Python 3.14 beta wheels 2025-06-12 23:47:28 +03: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.