mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-11 17:56:18 +03:00
Python Imaging Library (Fork)
395aa946a9
Squashed commits: [ec9ec31b] add tests for invalid anchor (cherry picked from commit 9e50a6a47f79876ee56942152047f03fff03c49b) [386a9170] fix lint and docs (cherry picked from commit 2d0d5282fcfc3ee332a41e60b865ee766445cc3d) [29f5d4c9] restore and document previous getsize behaviour see discussion in issue 4789 (cherry picked from commit 9fbc94571ce0ed42fdd11e99f343a1613c9dc6d3) [0ffd51a0] add getbbox and getlength, with tests (cherry picked from commit c5f63737476a998c81e589e5819d21ca69bb7b46) |
||
---|---|---|
.ci | ||
.github | ||
depends | ||
docs | ||
src | ||
Tests | ||
winbuild | ||
.appveyor.yml | ||
.coveragerc | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.readthedocs.yml | ||
.travis.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.