Python Imaging Library (Fork)
Go to file
2025-01-18 08:02:04 +11:00
_custom_build
.ci Removed miniconda CPPFLAGS 2025-01-16 20:57:49 +11:00
.github Merge pull request #8698 from radarhere/arm64 2025-01-17 21:50:35 +02:00
depends Updated libwebp to 1.5.0 2024-12-20 14:46:01 +11:00
docs Merge branch 'main' into context_manager 2025-01-18 08:02:04 +11:00
src Merge branch 'main' into context_manager 2025-01-18 08:02:04 +11:00
Tests Merge branch 'main' into context_manager 2025-01-18 08:02:04 +11:00
wheels Updated libjpeg-turbo URL 2024-12-18 10:39:52 +11:00
winbuild Merge branch 'main' into gha-windows-32-bit 2025-01-16 17:01:59 +02:00
.clang-format
.coveragerc
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2025-01-06 17:35:41 +00:00
.readthedocs.yml Added Sphinx configuration key 2025-01-13 21:07:32 +11:00
CHANGES.rst
codecov.yml
conftest.py
LICENSE Only use start year in copyright, remove end years 2024-12-01 23:15:54 +02:00
Makefile
MANIFEST.in
pyproject.toml Merge branch 'main' into context_manager 2024-12-22 21:30:10 +11:00
README.md Merge branch 'main' into gha-windows-32-bit 2025-01-16 17:01:59 +02:00
RELEASING.md Merge branch 'main' into gha-windows-32-bit 2025-01-16 17:01:59 +02:00
selftest.py
setup.py Merge pull request #8551 from radarhere/guessing 2024-12-27 21:41:47 +02:00
tox.ini

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) 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.