Python Imaging Library (Fork)
Go to file
Hugo van Kemenade 4f846ca40b
Merge pull request #5018 from radarhere/ci_targets
Updated CI targets
2020-10-29 19:01:25 +02:00
.ci Revert "chown pip wheels cache on ppc64le as well" 2020-10-17 23:34:08 +11:00
.github Merge pull request #5001 from nulano/gha-replace 2020-10-23 08:25:53 +03:00
depends Updated libimagequant to 2.13.0 2020-10-19 22:25:57 +11:00
docs Updated CI targets [ci skip] 2020-10-29 18:40:46 +11:00
src Merge pull request #4760 from qiankanglai/dds-rgba8888 2020-10-15 08:10:01 +03:00
Tests Moved string_dimension image to pillow-depends 2020-10-19 21:32:56 +11:00
winbuild Updated freetype to 2.10.4 2020-10-20 19:55:44 +11:00
.appveyor.yml Test on Python 3.9 final 2020-10-27 21:54:04 +02: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 Add documentation to Image module 2019-04-06 13:42:22 -07: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 Test on Python 3.9 final 2020-10-26 22:15:20 +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 Word wrap LICENSE file 2020-01-06 07:39:43 -05: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 Added overview [ci skip] 2020-09-24 08:33:52 +10:00
RELEASING.md Add a 'git push' to point release, adjust MD formatting for issues [CI skip] 2020-10-25 14:42:31 +02: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 #4974 from radarhere/sdk 2020-10-14 16:39:10 +03:00
tox.ini Add Trove classifier, update setup.py version check, add to tox.ini 2020-10-06 19:16:49 +03: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.