Python Imaging Library (Fork)
Go to file
2024-05-16 22:55:03 +10:00
_custom_build
.ci chore(deps): update dependency cibuildwheel to v2.18.0 2024-05-12 11:43:08 +00:00
.github
depends
docs
src Fix type errors 2024-05-16 22:55:03 +10:00
Tests Removed helper.py modes 2024-05-12 21:20:46 +10:00
wheels
winbuild
.appveyor.yml
.clang-format
.coveragerc
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-05-06 17:25:18 +00:00
.readthedocs.yml
CHANGES.rst
codecov.yml
conftest.py
LICENSE
Makefile
MANIFEST.in
pyproject.toml
README.md Updated installation links 2024-04-16 07:03:56 +10:00
RELEASING.md
selftest.py Use f-strings 2024-05-07 14:01:08 +10:00
setup.py
tox.ini

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) AppVeyor CI build status (Windows) 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.