Python Imaging Library (Fork)
Go to file
2021-04-29 22:47:44 +10:00
.ci Fixed Python 3.10 at alpha.7 2021-04-27 20:27:00 +10:00
.github Merge pull request #5447 from radarhere/python310 2021-04-29 14:16:18 +03:00
depends Updated libimagequant to 2.14.1 2021-03-03 07:56:29 +11:00
docs Merge pull request #5450 from radarhere/webp_method 2021-04-29 14:17:05 +03:00
src Added state methods to allow pickling of IFDRational 2021-04-29 22:47:44 +10:00
Tests Added state methods to allow pickling of IFDRational 2021-04-29 22:47:44 +10:00
winbuild Merge pull request #5433 from radarhere/libjpeg-turbo 2021-04-25 15:47:54 +03:00
.appveyor.yml Updated nasm to 2.15.05 2021-04-20 22:36:45 +10: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
.gitattributes
.gitignore Ignore the pyinstaller spec files 2021-03-14 13:01:27 +01:00
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst Update CHANGES.rst [ci skip] 2021-04-29 21:18:54 +10:00
codecov.yml
conftest.py
LICENSE
Makefile Can't install valgrind in requirements, breaks doc building 2021-04-10 17:47:18 +02:00
MANIFEST.in
README.md
RELEASING.md
requirements.txt Can't install valgrind in requirements, breaks doc building 2021-04-10 17:47:18 +02:00
selftest.py Use python3 in shebang line 2021-04-09 19:10:36 +10:00
setup.cfg
setup.py Use python3 in shebang line 2021-04-09 19:10:36 +10:00
tox.ini

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 Docker) AppVeyor CI build status (Windows) Travis CI build status (macOS) Code coverage
package Zenodo Tidelift Newest PyPI version Number of PyPI downloads
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.