Python Imaging Library (Fork)
Go to file
Hugo van Kemenade a698725750
Merge pull request #5066 from radarhere/releasing
Updated instructions now that draft releases may exist
2020-11-27 11:36:07 +02:00
.ci Install Qt on GHA 2020-11-03 18:49:16 +02:00
.github Merge pull request #5058 from hugovk/add-release-drafter 2020-11-26 21:22:12 +02:00
depends Invoke pip using Python 2020-10-29 22:41:29 +11:00
docs Add logo to docs [CI skip] 2020-11-22 12:41:17 +02:00
src Merge pull request #5026 from radarhere/unused 2020-11-18 14:46:36 +02:00
Tests Don't include test-skipping 'except' in coverage 2020-11-04 16:05:51 +02:00
winbuild update FriBiDi to 1.0.10 2020-11-25 21:57:51 +00:00
.appveyor.yml Removed PIP_DIR variable 2020-10-30 19:25:50 +11:00
.coveragerc Removed unnecessary line 2020-01-03 16:40:31 +11:00
.editorconfig Remove duplicate line [CI skip] 2016-09-03 12:37:47 +03:00
.gitattributes Set EPS test files as binary 2018-12-29 21:53:07 -08:00
.gitignore Updated extra test images list 2020-11-02 21:47:57 +11:00
.pre-commit-config.yaml Merge branch 'master' into rm-3.5 2020-09-01 20:16:46 +03:00
.readthedocs.yml Install project using pip in ReadTheDocs build 2018-10-24 19:46:43 +11:00
.travis.yml Remove excess Travis CI jobs 2020-11-02 23:06:39 +02:00
CHANGES.rst Update CHANGES.rst [ci skip] 2020-10-23 08:22:17 +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 Refer to "HPND License" instead of "PIL Software License" 2020-10-31 14:51:41 +11:00
Makefile Clean up dist in release-test 2020-10-19 07:22:24 +11:00
MANIFEST.in GitHub Actions now sets CI=true 2020-04-16 20:42:29 +03:00
README.md Update Travis CI links for .com 2020-10-30 21:20:20 +02:00
RELEASING.md Updated instructions now that draft releases may exist [ci skip] 2020-11-27 15:12:14 +11:00
requirements.txt Merge pull request #4746 from hugovk/rm-soon-eol-3.5 2020-07-14 20:37:51 +10:00
selftest.py Since Python 3.3 IOError and WindowsError have been merged into OSError 2020-04-10 12:57:29 +03:00
setup.cfg Merge branch 'master' into rm-3.5 2020-09-01 20:16:46 +03:00
setup.py Merge pull request #4965 from radarhere/warning 2020-11-22 23:56:46 +02:00
tox.ini Invoke pip using Python 2020-10-29 22:41:29 +11: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 Travis CI build status (Linux) Travis CI build status (macOS) AppVeyor CI build status (Windows) 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) 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.