Python Imaging Library (Fork)
Go to file
2024-05-16 22:55:03 +10:00
_custom_build
.ci chore(deps): update dependency cibuildwheel to v2.18.0 2024-05-12 11:43:08 +00:00
.github Install git 2024-05-03 09:43:50 +10:00
depends
docs Merge pull request #8023 from radarhere/ubuntu 2024-04-30 10:45:50 +03:00
src Fix type errors 2024-05-16 22:55:03 +10:00
Tests Removed helper.py modes 2024-05-12 21:20:46 +10:00
wheels Updated README after cibuildwheel integration [ci skip] 2023-11-25 21:56:23 +11:00
winbuild Merge pull request #7658 from nulano/build-editable 2024-03-30 11:10:46 +02:00
.appveyor.yml Updated pattern for skipping builds based on file changes 2024-04-03 12:19:45 +11:00
.clang-format
.coveragerc
.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-05-06 17:25:18 +00:00
.readthedocs.yml Fetch tags on Read the Docs 2024-04-22 15:48:44 +03:00
CHANGES.rst Update CHANGES.rst [ci skip] 2024-04-26 09:13:00 +10:00
codecov.yml
conftest.py
LICENSE
Makefile Removed direct invocation of setup.py 2024-04-29 09:11:33 +10:00
MANIFEST.in
pyproject.toml Remove sphinx-removed-in, now Sphinx 7.3.0 adds versionremoved 2024-04-17 09:23:41 +03: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 Updated installation links 2024-04-16 07:03:56 +10: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) 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.