Python Imaging Library (Fork)
Go to file
2025-07-12 12:34:33 +10:00
_custom_build
.ci Update dependency cibuildwheel to v3.0.1 (#9075) 2025-07-08 13:44:13 +10:00
.github Do not disable libwebpexamples 2025-07-11 13:28:08 +10:00
checks Removed specific WebP feature checks 2025-07-01 23:57:50 +10:00
depends Updated libwebp to 1.6.0 2025-07-10 22:33:31 +10:00
docs Remove reference to libtiff 3.x (#9072) 2025-07-08 20:01:35 +03:00
patches Updated libwebp to 1.6.0 2025-07-10 22:33:31 +10:00
src Removed helper method _i8, unused since dump() was removed 2025-07-12 12:34:33 +10:00
Tests Improved ImageMath test coverage 2025-07-11 21:06:30 +10:00
wheels
winbuild Remove unused _save_cjpeg (#9084) 2025-07-11 10:58:56 +03: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
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2025-07-07 17:16:48 +00: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
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
RELEASING.md
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.