Python Imaging Library (Fork)
Go to file
Hugo van Kemenade f36f242b9b
Merge pull request #98 from radarhere/rm-3.7
Updated Python version in documentation
2023-04-03 07:32:54 +03:00
.ci Test Python 3.12-dev on macOS and Ubuntu 2023-02-11 16:36:52 +02:00
.github Drop support for soon-EOL Python 3.7 2023-04-01 15:58:08 +03:00
depends Updated libimagequant to 4.1.1 2023-03-10 20:24:34 +11:00
docs Amazon Linux 2 now tested with Python 3.9 2023-04-02 17:46:00 +03:00
src 9.6.0.dev0 version bump 2023-04-01 12:34:27 +03:00
Tests Merge pull request #6879 from Yay295/eps_plugin_perf 2023-04-01 08:55:48 +03:00
winbuild Updated Python version in documentation 2023-04-03 07:39:31 +10:00
.appveyor.yml Drop support for soon-EOL Python 3.7 2023-04-01 15:58:08 +03:00
.clang-format Adjust clang-format style 2021-01-03 14:16:42 +11:00
.coveragerc Removed unnecessary line 2020-01-03 16:40:31 +11:00
.editorconfig Fix comment 2022-12-03 07:43:58 +02:00
.gitattributes Set EPS test files as binary 2018-12-29 21:53:07 -08:00
.gitignore Updated test images origin 2023-02-08 10:01:10 +11:00
.pre-commit-config.yaml Drop support for soon-EOL Python 3.7 2023-04-01 15:58:08 +03:00
.readthedocs.yml Bump Python on RTD from 3.7 to 3.11 2023-04-02 17:44:48 +03:00
CHANGES.rst 9.5.0 version bump 2023-04-01 09:15:01 +03:00
codecov.yml Allow 0.01% drop in coverage 2020-03-29 12:34:00 +11:00
conftest.py Declare helper as a pytest plugin so asserts aren't ignored with PYTHONOPTIMIZE 2020-02-02 12:26:01 +02:00
LICENSE Update HPND wording in LICENSE file 2023-02-09 23:23:29 +01:00
Makefile Drop support for soon-EOL Python 3.7 2023-04-01 15:58:08 +03:00
MANIFEST.in Remove unnecessary Pipfile 2022-12-08 16:58:04 +02:00
README.md Alex Clark -> Jeffrey A. Clark (Alex) 2023-01-14 12:36:22 -05:00
RELEASING.md Refer to Mastodon [ci skip] 2023-01-05 09:56:59 +11:00
selftest.py Remove redundant parentheses 2022-04-10 23:39:54 +03:00
setup.cfg Drop support for soon-EOL Python 3.7 2023-04-01 15:58:08 +03:00
setup.py Removed unnecessary silencing of stderr 2023-03-31 06:14:45 +11:00
tox.ini Drop support for soon-EOL Python 3.7 2023-04-01 15:58:08 +03:00

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Jeffrey A. Clark (Alex) 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 wheels build status (Wheels) Travis CI wheels build status (aarch64) 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://twitter.com/PythonPillow 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.