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 months 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: 2024-08-14T08:47:21.000Z (5 months ago)
- Last Synced: 2024-08-14T09:43:14.025Z (5 months ago)
- Topics: c, cross-platform, image, image-processing, pil, pillow, python, python-3
- Language: Python
- Homepage: https://python-pillow.org
- Size: 194 MB
- Stars: 12,004
- Watchers: 220
- Forks: 2,206
- Open Issues: 131
-
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
- awesome - python-pillow/Pillow - Python Imaging Library (Fork) (Python)
- stars - python-pillow/Pillow
- awesome-meteo - Pillow
- awesome-trevor - Pillow - Python Imaging Library (Programming / Python <img src="https://raw.github.com/pcgeek86/awesome-trevor/main/assets/Python.svg?sanitize=true" height=18>)
- awesome-python-machine-learning-resources - GitHub - 3% open · ⏱️ 25.08.2022): (图像数据与CV)
- awesome-python-resources - GitHub - 3% open · ⏱️ 25.08.2022): (图像处理)
- -awesome-django - pillow - Python Imaging Library. (Python Packages / Views)
- awesome-data-science-development - Pillow
- awesome-github-star - Pillow - pillow | 11135 | (Python)
- awesome-starts - python-pillow/Pillow - The friendly PIL fork (Python Imaging Library) (Python)
- awesome-cv - Pillow
- django-awesome - x - Python Imaging Library. (Release Features / Python Packages)
- awesome-list - Pillow - The friendly PIL fork (Python Imaging Library). (Data Processing / Data Pre-processing & Loading)
- awesome-django - pillow - Python Imaging Library. (Python Packages / Views)
- StarryDivineSky - python-pillow/Pillow
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/blob/main/CHANGES.rst)
- [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).