Python Imaging Library (Fork)
Go to file
Andrew Murray 0d6440d9f2
Merge pull request #6790 from hugovk/rm-pipfile
Remove unnecessary Pipfile
2022-12-09 08:35:06 +11:00
.ci NumPy now supports Python 3.11 2022-08-26 18:09:18 +10:00
.github Add support for PyPy3.9, drop PyPy3.7 2022-12-06 20:55:34 +02:00
depends Updated libimagequant to 4.0.4 2022-08-25 13:05:21 +10:00
docs Added support for saving JPEG comments 2022-12-07 22:30:15 +11:00
src Free comment when returning early 2022-12-06 20:22:12 +11:00
Tests Merge pull request #6774 from smason/write-jpeg-com 2022-12-07 22:14:33 +11:00
winbuild Updated xz to 5.2.9 2022-12-01 07:57:26 +11:00
.appveyor.yml Updated AppVeyor to Python 3.11 2022-11-08 10:58:33 +11: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 Ignore new test_images file 2021-08-24 11:20:09 +03:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-12-05 18:25:01 +00:00
.readthedocs.yml Install for docs build using 'pip install .[docs]' 2022-02-24 17:59:34 +02:00
CHANGES.rst Update CHANGES.rst [ci skip] 2022-12-07 22:16:14 +11: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 Updated copyright year 2022-01-01 10:40:57 +11:00
Makefile Use verbose flag for pip install for debug target 2022-11-04 20:26:39 +11:00
MANIFEST.in Remove unnecessary Pipfile 2022-12-08 16:58:04 +02:00
README.md Revert "Add tidelift alignment badge" 2022-11-15 11:35:14 +11:00
RELEASING.md Switch to GitHub Actions artifacts for Windows wheels 2022-07-23 15:29:01 +10:00
selftest.py Remove redundant parentheses 2022-04-10 23:39:54 +03:00
setup.cfg Use sphinx-inline-tabs to organise installation per OS 2022-11-28 12:53:11 +02:00
setup.py Double quotes for old CPython on Windows 2022-10-28 13:02:19 +03:00
tox.ini Add support for Python 3.11 2022-07-15 13:42:36 +03:00

Pillow logo

Pillow

Python Imaging Library (Fork)

Pillow is the friendly PIL fork by Alex 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 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

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.