Python Imaging Library (Fork)
Go to file
2024-06-13 23:59:02 +02:00
_custom_build test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.ci test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.github test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
depends test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
docs test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
src test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
Tests test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
wheels test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
winbuild test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.appveyor.yml test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.clang-format test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.coveragerc test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.editorconfig test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.git-blame-ignore-revs test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.gitattributes test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.gitignore test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.gitmodules test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.pre-commit-config.yaml test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
.readthedocs.yml test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
boy meets evil.png tests 2024-06-11 15:10:44 +02:00
CHANGES.rst test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
codecov.yml test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
conftest.py test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
display_image.py test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
LICENSE test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
Makefile test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
MANIFEST.in test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
pyproject.toml test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
README.md test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
RELEASING.md test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
selftest.py test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
setup.py test_imageshow coverage tool 2024-06-13 23:59:02 +02:00
tox.ini test_imageshow coverage tool 2024-06-13 23:59:02 +02: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) 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.