Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python-pillow/pillow
Python Imaging Library (Fork)
https://github.com/python-pillow/pillow
c cross-platform image image-processing pil pillow python python-3
Last synced: 3 days ago
JSON representation
Python Imaging Library (Fork)
- Host: GitHub
- URL: https://github.com/python-pillow/pillow
- Owner: python-pillow
- License: other
- Created: 2012-07-24T21:38:39.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T07:04:52.000Z (6 days ago)
- Last Synced: 2025-01-25T23:18:45.461Z (5 days ago)
- Topics: c, cross-platform, image, image-processing, pil, pillow, python, python-3
- Language: Python
- Homepage: https://python-pillow.github.io
- Size: 197 MB
- Stars: 12,489
- Watchers: 219
- Forks: 2,251
- Open Issues: 123
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Pillow
## Python Imaging Library (Fork)
Pillow is the friendly PIL fork by [Jeffrey A. Clark and
contributors](https://github.com/python-pillow/Pillow/graphs/contributors).
PIL is the Python Imaging Library by Fredrik Lundh and contributors.
As of 2019, Pillow development is
[supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise).## 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
- [Documentation](https://pillow.readthedocs.io/)
- [Installation](https://pillow.readthedocs.io/en/latest/installation/basic-installation.html)
- [Handbook](https://pillow.readthedocs.io/en/latest/handbook/index.html)
- [Contribute](https://github.com/python-pillow/Pillow/blob/main/.github/CONTRIBUTING.md)
- [Issues](https://github.com/python-pillow/Pillow/issues)
- [Pull requests](https://github.com/python-pillow/Pillow/pulls)
- [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)
- [Changelog](https://github.com/python-pillow/Pillow/releases)
- [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#pre-fork)## Report a Vulnerability
To report a security vulnerability, please follow the procedure described in the [Tidelift security policy](https://tidelift.com/docs/security).