Python Imaging Library (Fork)
Go to file
2023-07-17 23:50:59 +10:00
_custom_build Do not import internal class 2023-06-14 15:46:24 +10:00
.ci
.github Include NumPy version in Cygwin pip cache key 2023-07-14 18:25:26 +10:00
depends Updated libwebp to 1.3.1 2023-06-29 15:11:16 +10:00
docs Fix 3.1 to 3.10 2023-07-13 08:32:44 +03:00
src Removed comment 2023-07-17 23:50:59 +10:00
Tests Set C palette to be empty by default 2023-07-17 23:04:43 +10:00
winbuild Updated harfbuzz to 8.0.0 2023-07-09 21:51:42 +10:00
.appveyor.yml Merge branch 'main' into add-pyproject.toml 2023-06-28 17:44:08 +10:00
.clang-format
.coveragerc
.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-07-03 19:29:28 +00:00
.readthedocs.yml
CHANGES.rst Update CHANGES.rst [ci skip] 2023-07-14 22:45:29 +10:00
codecov.yml Restored 32-bit support 2023-06-27 14:43:58 +10:00
conftest.py
LICENSE
Makefile
MANIFEST.in
pyproject.toml Remove redundant wheel dep from pyproject.toml 2023-07-02 04:13:02 +02:00
README.md
RELEASING.md
selftest.py
setup.cfg Add support for Python 3.12 2023-07-12 16:31:45 +03:00
setup.py Increment Python version check to support Python 3.12 2023-07-13 17:21:06 +10:00
tox.ini Add support for Python 3.12 2023-07-12 16:31:45 +03:00

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Jeffrey A. Clark (Alex) 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) AppVeyor CI build status (Windows) GitHub Actions wheels build status (Wheels) Travis CI wheels build status (aarch64) 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://twitter.com/PythonPillow 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.