Python Imaging Library (Fork)
Go to file
2024-07-22 08:29:55 +03:00
_custom_build
.ci Update dependency mypy to v1.11.0 2024-07-20 08:07:12 +00:00
.github Do not run scheduled wheel jobs on forks 2024-07-22 08:29:55 +03:00
depends
docs Added type hints 2024-07-20 13:14:18 +10:00
src Merge pull request #8250 from radarhere/type_hint 2024-07-20 19:48:05 +00:00
Tests Merge pull request #8250 from radarhere/type_hint 2024-07-20 19:48:05 +00: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 Update .git-blame-ignore-revs 2023-11-17 13:06:44 +02:00
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-07-01 17:32:51 +00:00
.readthedocs.yml
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
MANIFEST.in
pyproject.toml Changed ContainerIO to subclass IO 2024-07-17 16:23:29 +10:00
README.md
RELEASING.md
selftest.py
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.