Python Imaging Library (Fork)
Go to file
2022-11-19 17:18:27 +11:00
.ci
.github Added Fedora 37 2022-11-16 14:58:21 +11:00
depends
docs added a note to the docs for webp 2022-11-18 10:22:33 -08:00
src Simplified code 2022-11-19 17:07:43 +11:00
Tests Assert that image is equal 2022-11-19 17:18:27 +11:00
winbuild Updated xz to 5.2.8 2022-11-14 08:18:31 +11:00
.appveyor.yml Updated AppVeyor to Python 3.11 2022-11-08 10:58:33 +11:00
.clang-format
.coveragerc
.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-11-07 18:03:51 +00:00
.readthedocs.yml
CHANGES.rst Update CHANGES.rst [ci skip] 2022-11-17 08:26:47 +11:00
codecov.yml
conftest.py
LICENSE
Makefile Use verbose flag for pip install for debug target 2022-11-04 20:26:39 +11:00
MANIFEST.in
Pipfile
Pipfile.lock
README.md Revert "Add tidelift alignment badge" 2022-11-15 11:35:14 +11:00
RELEASING.md
selftest.py
setup.cfg
setup.py Double quotes for old CPython on Windows 2022-10-28 13:02:19 +03:00
tox.ini

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Alex 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 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

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.