mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-21 04:34:47 +03:00
Python Imaging Library (Fork)
From the external library list, only Zlib and libjpeg are required by default. However currently only libimagequant and fribidi can be disabled. For win-arm64 (at the moment) freetype, lcms2, libimagequant and harfbuzz are failing. So we can either add disabling attribute for these respectively or simply falling through and collect the build results at the end. If disabling attribute would have been extended and the build keeps terminating if any of them is failing, finding the right list of disabled libraries should have been found iteratively. Considering the failing list is being investigated and fixed, this step is expected to be repeated. Extra new line by the \r\n is also fixed for Windows. |
||
---|---|---|
.ci | ||
.github | ||
depends | ||
docs | ||
src | ||
Tests | ||
winbuild | ||
.appveyor.yml | ||
.clang-format | ||
.coveragerc | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.readthedocs.yml | ||
CHANGES.rst | ||
codecov.yml | ||
conftest.py | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
README.md | ||
RELEASING.md | ||
requirements.txt | ||
selftest.py | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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 |
|
---|---|
tests |
|
package |
|
social |
|
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.