Python Imaging Library (Fork)
Go to file
2021-08-24 11:20:09 +03:00
.ci Install wheel on CI to avoid legacy setup.py installs 2021-08-09 17:00:07 +03:00
.github Install numpy on Python 3.10 2021-08-10 12:46:12 +10:00
depends Updated libwebp to 1.2.1 2021-08-14 19:55:01 +10:00
docs Merge pull request #5660 from radarhere/python_mingw 2021-08-15 11:10:38 +03:00
src Merge pull request #5655 from radarhere/whiteiszero 2021-08-14 20:41:08 +03:00
Tests Avoid DecompressionBombWarning: Image size (151587072 pixels) exceeds limit of 89478485 pixels, could be decompression bomb DOS attack. 2021-08-24 11:19:45 +03:00
winbuild Updated harfbuzz to 2.9.0 2021-08-18 21:55:12 +10:00
.appveyor.yml Updated nasm to 2.15.05 2021-04-20 22:36:45 +10:00
.clang-format Adjust clang-format style 2021-01-03 14:16:42 +11:00
.coveragerc Removed unnecessary line 2020-01-03 16:40:31 +11:00
.editorconfig Remove duplicate line [CI skip] 2016-09-03 12:37:47 +03:00
.gitattributes Set EPS test files as binary 2018-12-29 21:53:07 -08:00
.gitignore Ignore new test_images file 2021-08-24 11:20:09 +03:00
.pre-commit-config.yaml Added quarterly autoupdate_schedule 2021-08-12 22:36:41 +10:00
.readthedocs.yml Install project using pip in ReadTheDocs build 2018-10-24 19:46:43 +11:00
CHANGES.rst Update CHANGES.rst [ci skip] 2021-08-16 10:59:51 +10:00
codecov.yml Allow 0.01% drop in coverage 2020-03-29 12:34:00 +11:00
conftest.py Declare helper as a pytest plugin so asserts aren't ignored with PYTHONOPTIMIZE 2020-02-02 12:26:01 +02:00
LICENSE Updated copyright year 2021-01-01 00:05:47 +11:00
Makefile Can't install valgrind in requirements, breaks doc building 2021-04-10 17:47:18 +02:00
MANIFEST.in Add clang-format style that approximates Python's PEP 7 from pganssle/zoneinfo 2021-01-03 14:16:42 +11:00
README.md Updated badges for wheels 2021-05-10 22:11:22 +10:00
RELEASING.md Merge pull request #5117 from radarhere/versioning 2020-12-22 08:00:18 +11:00
requirements.txt Replaced xml.etree.ElementTree with defusedxml.ElementTree 2021-06-30 11:28:44 +10:00
selftest.py Use python3 in shebang line 2021-04-09 19:10:36 +10:00
setup.cfg Remove W503 from flake8 ignore list (ignored by default) 2020-08-31 11:31:35 -07:00
setup.py Prefer command line tools SDK on macOS 2021-07-21 22:45:35 +10:00
tox.ini Add support for Python 3.10 2021-07-01 13:29:44 +03:00

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 Docker) AppVeyor CI build status (Windows) GitHub Actions wheels build status (Wheels) Travis CI wheels build status (aarch64) Code coverage
package Zenodo Tidelift Newest PyPI version Number of PyPI downloads
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.