Python Imaging Library (Fork)
Go to file
2022-06-30 12:47:35 +10:00
.ci Use build.sh 2022-05-08 21:38:28 +10:00
.github Merge pull request #6222 from radarhere/python3 2022-06-10 19:02:13 +03:00
depends Updated openjpeg to 2.5.0 2022-05-14 10:11:42 +10:00
docs Docs: remove redundant search page from table of contents 2022-06-29 09:49:14 +03:00
src Added GIF decompression bomb check 2022-06-30 12:47:35 +10:00
Tests Added GIF decompression bomb check 2022-06-30 12:47:35 +10:00
winbuild Updated harfbuzz to 4.4.1 2022-06-29 18:59:44 +10:00
.appveyor.yml Updated Ghostscript to 9.56.1 2022-04-05 07:51:51 +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 redundant property already defined in another section 2022-04-10 17:39:56 +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 [pre-commit.ci] pre-commit autoupdate 2022-06-06 17:31:04 +00:00
.readthedocs.yml Install for docs build using 'pip install .[docs]' 2022-02-24 17:59:34 +02:00
CHANGES.rst Update CHANGES.rst [ci skip] 2022-06-27 15:50:31 +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 2022-01-01 10:40:57 +11:00
Makefile Ensure twine is installed 2022-05-18 01:11:31 +03:00
MANIFEST.in Lint fix 2021-12-21 11:02:14 -05:00
Pipfile Remove sphinx for testing tidelift alignment 2021-12-03 07:26:39 -05:00
Pipfile.lock Add lock file 2021-12-20 13:19:45 -05:00
README.md Added Cygwin badge 2022-05-08 21:40:46 +10:00
RELEASING.md Include 'twine check' in 'make sdist' 2022-05-17 22:47:01 +03:00
selftest.py Remove redundant parentheses 2022-04-10 23:39:54 +03:00
setup.cfg Replace Read the Docs Sphinx Theme with Furo 2022-03-28 20:00:07 +03:00
setup.py Hide stderr from --keep-system-libs 2022-05-03 09:19:09 +10:00
tox.ini Replace requirements.txt with extras_require 2022-02-24 17:59:34 +02: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 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
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.