Python Imaging Library (Fork)
Go to file
2024-06-21 12:11:20 +02:00
_custom_build merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.ci merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.github merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
depends merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
docs merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
src conftest coverage tool fix and pdfparser function coverage 2024-06-19 21:22:31 +02:00
Tests deleted frombytes test 2024-06-20 17:00:17 +02:00
wheels merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
winbuild merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.appveyor.yml merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.clang-format merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.coveragerc fix coveragerc 2024-06-20 18:21:45 +02:00
.editorconfig merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.git-blame-ignore-revs merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.gitattributes merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.gitignore merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.gitmodules merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.pre-commit-config.yaml merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
.readthedocs.yml merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
CHANGES.rst merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
codecov.yml merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
conftest.py test changes 2024-06-20 11:58:16 +02:00
LICENSE merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
Makefile merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
MANIFEST.in merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
merged_image.png merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
pyproject.toml merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
README.md merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
RELEASING.md merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
selftest.py merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
setup.py merge() function tool and coverage improvement 2024-06-19 14:18:43 +02:00
tox.ini merge() function tool and coverage improvement 2024-06-19 14:18:43 +02: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.