Python Imaging Library (Fork)
Go to file
2024-07-01 20:31:17 +10:00
_custom_build Append custom parameter to the end of sys.argv 2024-03-28 17:40:54 +00:00
.ci Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
.github Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
depends Merge pull request #7973 from radarhere/libwebp 2024-06-07 03:46:15 -06:00
docs Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
src Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
Tests Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
wheels Updated README after cibuildwheel integration [ci skip] 2023-11-25 21:56:23 +11:00
winbuild Merge pull request #8048 from radarhere/libjpeg-turbo 2024-06-07 23:53:36 +10:00
.appveyor.yml Corrected Ghostscript path 2024-06-14 20:59:12 +10:00
.clang-format Do not indent goto labels 2024-04-28 13:51:32 +10:00
.coveragerc Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
.editorconfig editorconfig: specify 2-space indent for TOML 2023-11-06 12:42:44 +02:00
.git-blame-ignore-revs Update .git-blame-ignore-revs 2023-11-17 13:06:44 +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
.gitmodules Updated wheel build process for new location 2023-09-24 22:51:42 +10:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-06-04 10:50:57 +03:00
.readthedocs.yml Use latest Ubuntu 2024-06-13 00:03:16 +10:00
CHANGES.rst 10.4.0 version bump 2024-07-01 15:42:12 +10:00
codecov.yml Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +10:00
conftest.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
LICENSE Clean up authors and contributors 2024-03-23 09:40:39 -04:00
Makefile add mypy task to makefile 2024-05-23 13:27:53 -05:00
MANIFEST.in Switch linting to ruff 2023-11-06 12:43:14 +02:00
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 Use pkg-config to help find libwebp and raqm 2024-06-15 19:11:11 +10:00
tox.ini Removed PyAccess and Image.USE_CFFI_ACCESS 2024-07-01 20:31:17 +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.