Python Imaging Library (Fork)
Go to file
2024-07-20 19:07:42 +10:00
_custom_build
.ci Update dependency mypy to v1.11.0 2024-07-20 08:07:12 +00:00
.github Update .github/workflows/wheels.yml 2024-07-18 10:35:09 +02:00
depends Merge pull request #7973 from radarhere/libwebp 2024-06-07 03:46:15 -06:00
docs Documented keyword arguments 2024-07-18 11:00:27 +10:00
src Corrected type hints 2024-07-20 19:07:42 +10:00
Tests Corrected type hints 2024-07-20 19:07:42 +10:00
wheels
winbuild Drop support for Python 3.8 (#8183) 2024-07-03 00:44:45 -06:00
.appveyor.yml Drop support for Python 3.8 (#8183) 2024-07-03 00:44:45 -06: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-07-01 17:32:51 +00:00
.readthedocs.yml Use latest Ubuntu 2024-06-13 00:03:16 +10:00
CHANGES.rst Update CHANGES.rst [ci skip] 2024-07-18 22:46:02 +10:00
codecov.yml Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
conftest.py
LICENSE
Makefile add mypy task to makefile 2024-05-23 13:27:53 -05:00
MANIFEST.in
pyproject.toml Changed ContainerIO to subclass IO 2024-07-17 16:23:29 +10:00
README.md Updated installation links 2024-04-16 07:03:56 +10:00
RELEASING.md Inline the 'Source and Binary Distributions' step 2024-04-08 22:48:08 +03:00
selftest.py Use f-strings 2024-05-07 14:01:08 +10:00
setup.py Increment Python version check on Windows 2024-07-02 21:52:43 +03:00
tox.ini Added type hints 2024-07-06 19:17:23 +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.