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: 9 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 13 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T15:42:10.000Z (10 months ago)
- Last Synced: 2025-03-10T02:26:13.258Z (9 months 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,606
- Watchers: 218
- Forks: 2,258
- Open Issues: 121
-
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
- stars - python-pillow/Pillow
- awesome-starts - python-pillow/Pillow - The friendly PIL fork (Python Imaging Library) (Python)
- awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- awesome-data-analysis - Pillow - Image processing library. (📦 Additional Python Libraries / Miscellaneous)
- 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-django - pillow - Python Imaging Library. (Python Packages / Views)
- awesome-data-science-development - 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-python-zh - pillow - 枕头是友好的[PIL](http://www.pythonware.com/products/pil/)叉子。 (图像处理)
- awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Imagery)
- StarryDivineSky - python-pillow/Pillow
- python-awesome - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- awesome-cv - Pillow
- my-awesome-list - Pillow - The friendly PIL fork (Python Imaging Library) (Programming Languages / Python)
- awesome-python-resources - GitHub - 3% open · ⏱️ 25.08.2022): (图像处理)
- awesome-django - pillow - Python Imaging Library. (Python Packages / Templates)
- awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Imagery)
- awesome-python - pillow - The friendly PIL fork (Python Imaging Library) ` 📝 7 days ago ` (Image Processing [🔝](#readme))
- awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- fucking-awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- fucking-awesome-python - :octocat: pillow - :star: 10982 :fork_and_knife: 2076 - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- awesome-resources - pillow - Pillow is the friendly PIL fork. (Uncategorized / Uncategorized)
- Awesome-Python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- Python-Awesome - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Imagery)
- awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- awesome-python - Pillow - The friendly PIL fork (Python Imaging Library) (Awesome Python / Image Processing)
- awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- awesome-python-data-science - pillow - PIL fork. (Feature Extraction / Images and Video)
- awesome-drone - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing / Drone Frames)
- fucking_awesome_python - pillow - Pillow is the friendly [:earth_americas: PIL](http://www.pythonware.com/products/pil/) fork. (Imagery)
- git-github.com-vinta-awesome-python - pillow - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork. (Image Processing)
- awesome-github-star - Pillow - pillow | 11135 | (Python)
- awesome-meteo - 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).