Python Imaging Library (Fork)
Go to file
mergify[bot] eca2f5c368
Merge pull request #6677 from radarhere/binary
Consistently write in binary format in PPM tests
2022-10-23 05:40:25 +00:00
.ci
.github add "concurrency" to GitHub actions so that old workflows are cancelled in favor of new runs 2022-09-26 07:16:33 -05:00
depends
docs Added release notes for #6611 [ci skip] 2022-10-19 19:58:59 +11:00
src Merge pull request #6661 from radarhere/gps 2022-10-20 13:41:50 +02:00
Tests Write in binary format 2022-10-23 15:17:54 +11:00
winbuild Updated harfbuzz to 5.3.1 2022-10-20 13:12:32 +11:00
.appveyor.yml
.clang-format
.coveragerc
.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst Update CHANGES.rst [ci skip] 2022-10-19 19:35:52 +11:00
codecov.yml
conftest.py
LICENSE
Makefile
MANIFEST.in
Pipfile
Pipfile.lock
README.md
RELEASING.md
selftest.py
setup.cfg
setup.py some pylint warnings 2022-10-13 15:20:11 +13: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 Tidelift Align
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.