Python Imaging Library (Fork)
Go to file
Luke Granger-Brown a13ba2ee3b Support Python distributions where _tkinter is compiled in
In some cases, the Tk library may have been directly compiled in or
bundled into the main executable by the time Pillow runs, in which case
__file__ isn't available (nor would it make sense to use, anyway).

If __file__ is missing, then set the library path to None and rely on
our Tk loader being able to find the function pointers within the main
binary - we know we probably have it because we've managed to import it
already.
2022-02-01 19:57:01 +00:00
.ci Upgraded raqm to 0.8.0 2022-01-26 12:23:43 +11:00
.github Remove EOL CentOS 8 2022-01-31 23:41:16 +02:00
depends Updated raqm to 0.9.0 2022-01-31 08:05:01 +11:00
docs Remove EOL CentOS 8 2022-01-31 23:41:16 +02:00
src Support Python distributions where _tkinter is compiled in 2022-02-01 19:57:01 +00:00
Tests TST: Parametrize numpy roundtrip to find failing case 2022-01-29 13:07:27 +11:00
winbuild Merge pull request #6003 from hugovk/update-harfbuzz 2022-01-31 22:45:09 +00:00
.appveyor.yml Removed setuptools install 2021-11-09 19:37:34 +11: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 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 Ignore new test_images file 2021-08-24 11:20:09 +03:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-01-03 17:10:44 +00:00
.readthedocs.yml Install project using pip in ReadTheDocs build 2018-10-24 19:46:43 +11:00
CHANGES.rst Update CHANGES.rst [ci skip] 2022-01-22 09:14:01 +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 Updated copyright year 2022-01-01 10:40:57 +11:00
Makefile Invoke pip using Python 2022-01-16 14:09:12 +11:00
MANIFEST.in Lint fix 2021-12-21 11:02:14 -05:00
Pipfile Remove sphinx for testing tidelift alignment 2021-12-03 07:26:39 -05:00
Pipfile.lock Add lock file 2021-12-20 13:19:45 -05:00
README.md Added MinGW GitHub Actions badge 2022-01-28 11:25:24 +11:00
RELEASING.md Rename master to main 2021-10-15 17:30:05 +03:00
requirements.txt Autolink CWE numbers with sphinx-issues 2022-01-11 18:48:56 +02:00
selftest.py Moved _info function into docstring 2021-09-13 17:14:59 +10:00
setup.cfg Merge branch 'main' into rm-3.6 2021-10-26 18:53:48 +11:00
setup.py Merge pull request #5807 from DWesl/tkimaging-on-cygwin 2021-12-30 00:08:31 +11:00
tox.ini Replaced further direct invocations of setup.py 2021-12-24 11:12:51 +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 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 Docker) AppVeyor CI build status (Windows) GitHub Actions wheels build status (Wheels) Travis CI wheels build status (aarch64) Code coverage Tidelift Align
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.