Python Imaging Library (Fork)
Go to file
2024-09-28 09:05:51 -07:00
_custom_build
.ci use .ci/test.sh in test-mingw.yml 2024-09-22 11:52:14 -05:00
.github Updated harfbuzz to 10.0.1 on macOS 2024-09-27 17:35:06 +10:00
depends Allow libimagequant shared library path to change 2024-09-28 20:39:04 +10:00
docs Updated link to OSS Fuzz issues 2024-09-20 18:46:47 +10:00
src Merge pull request #8386 from uploadcare/webp-capsule 2024-09-26 14:20:50 +04:00
Tests Merge pull request #8386 from uploadcare/webp-capsule 2024-09-26 14:20:50 +04:00
wheels Windows wheels are now grouped with the others 2024-09-12 16:57:28 +10:00
winbuild Updated fribidi to 1.0.16 2024-09-26 08:52:29 +10:00
.appveyor.yml Merge branch 'main' into common_test_script 2024-09-23 12:40:52 +10:00
.clang-format change AlignAfterOpenBracket in .clang-format to BlockIndent 2024-07-16 07:57:24 -05:00
.coveragerc Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-09-02 17:26:20 +00:00
.readthedocs.yml Use latest Ubuntu 2024-06-13 00:03:16 +10:00
CHANGES.rst Update CHANGES.rst [ci skip] 2024-09-27 23:13:03 +10:00
codecov.yml Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
conftest.py
LICENSE
Makefile Use ruff check 2024-09-28 15:16:33 +10:00
MANIFEST.in
pyproject.toml Exclude multibuild from black and ruff 2024-09-28 15:29:09 +10:00
README.md Updated link to OSS Fuzz issues 2024-09-20 18:46:47 +10:00
RELEASING.md
selftest.py Use im property 2024-08-10 10:20:08 +10:00
setup.py Added type hints to setup.py 2024-09-07 18:25:44 +10:00
tox.ini Added type hints to setup.py 2024-09-07 18:25:44 +10:00

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Jeffrey A. 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 build status (Wheels) 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://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.