Python Imaging Library (Fork)
Go to file
Aarni Koskela cffd7384b7
Update .git-blame-ignore-revs
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2023-11-17 13:06:44 +02:00
_custom_build Apply ruff autofixes 2023-11-06 12:43:14 +02:00
.ci Test Python 3.13 pre-release 2023-11-08 17:52:43 +02:00
.github Merge pull request #7544 from hugovk/ci-sdist 2023-11-13 08:34:04 +02:00
depends Updated libimagequant to 4.2.2 2023-10-14 11:56:23 +11:00
docs Test Fedora 39 2023-11-12 17:20:01 +02:00
src Merge pull request #7526 from akx/mount-ruffmore 2023-11-13 16:15:06 +02:00
Tests Merge pull request #7526 from akx/mount-ruffmore 2023-11-13 16:15:06 +02:00
wheels Merge pull request #7507 from stefan6419846/freetype2 2023-11-11 16:02:49 +11:00
winbuild Merge pull request #7527 from akx/remove-commented-out-code 2023-11-11 14:32:15 +02:00
.appveyor.yml Updated AppVeyor to Python 3.12 2023-10-31 12:44:53 +11: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 editorconfig: specify 2-space indent for TOML 2023-11-06 12:42:44 +02:00
.git-blame-ignore-revs Update .git-blame-ignore-revs 2023-11-17 13:06:44 +02:00
.gitattributes Set EPS test files as binary 2018-12-29 21:53:07 -08:00
.gitignore Move and delete files for merging into main repository 2023-09-24 22:34:13 +10:00
.gitmodules Updated wheel build process for new location 2023-09-24 22:51:42 +10:00
.pre-commit-config.yaml Black and Ruff infer target-version from requires-python in pyproject.toml 2023-11-07 09:29:33 +02:00
.readthedocs.yml Build only PDF in addition to default html 2023-05-15 15:47:30 +03:00
.travis.yml Update to Python 3.12 and Ubuntu 22.04 LTS Jammy Jellyfish 2023-10-29 11:41:49 +02:00
CHANGES.rst Corrected syntax [ci skip] 2023-11-11 18:08:49 +11:00
codecov.yml Restored 32-bit support 2023-06-27 14:43:58 +10: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 Update HPND wording in LICENSE file 2023-02-09 23:23:29 +01:00
Makefile Black infers target-version from requires-python in pyproject.toml 2023-11-11 16:49:04 +11:00
MANIFEST.in Switch linting to ruff 2023-11-06 12:43:14 +02:00
pyproject.toml Black and Ruff infer target-version from requires-python in pyproject.toml 2023-11-07 09:29:33 +02:00
README.md Updated redirected links 2023-10-07 23:08:02 +11:00
RELEASING.md Create sdist on CI 2023-11-12 20:45:19 +02:00
selftest.py Remove redundant parentheses 2022-04-10 23:39:54 +03:00
setup.py Move version from setup.py to pyproject.toml 2023-10-22 20:35:21 +03:00
tox.ini Add support for Python 3.12 2023-07-12 16:31:45 +03:00

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Jeffrey A. Clark (Alex) 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) 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 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.