Python Imaging Library (Fork)
Go to file
mergify[bot] 3ee9259150
Merge pull request #7258 from radarhere/libjpeg
Updated libjpeg shared library name
2023-07-04 14:17:51 +00:00
_custom_build Do not import internal class 2023-06-14 15:46:24 +10:00
.ci Do not test PyQt6 on Python 3.12 2023-05-27 10:28:38 +10:00
.github Merge branch 'main' into add-pyproject.toml 2023-06-28 17:44:08 +10:00
depends Updated libwebp to 1.3.1 2023-06-29 15:11:16 +10:00
docs Added ImageFont.MAX_STRING_LENGTH 2023-06-30 23:32:26 +10:00
src update PyTypeObject slot names 2023-07-02 00:52:08 -05:00
Tests Updated libjpeg shared library name 2023-07-04 22:39:41 +10:00
winbuild Updated libjpeg-turbo to 3.0.0 2023-07-04 08:29:17 +10:00
.appveyor.yml Merge branch 'main' into add-pyproject.toml 2023-06-28 17:44:08 +10:00
.clang-format
.coveragerc
.editorconfig Removed duplicate config 2023-06-01 22:53:07 +10:00
.gitattributes
.gitignore
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-07-03 19:29:28 +00:00
.readthedocs.yml
CHANGES.rst 10.0.0 version bump 2023-07-01 22:08:11 +10:00
codecov.yml Restored 32-bit support 2023-06-27 14:43:58 +10:00
conftest.py
LICENSE
Makefile Removed inplace target 2023-05-20 15:38:53 +10:00
MANIFEST.in
pyproject.toml Remove redundant wheel dep from pyproject.toml 2023-07-02 04:13:02 +02:00
README.md
RELEASING.md
selftest.py
setup.cfg
setup.py Merge branch 'main' into add-pyproject.toml 2023-06-28 17:44:08 +10:00
tox.ini Removed inplace target 2023-05-20 15:38:53 +10: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.