-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
604 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<p align="center"> | ||
<img width="248" height="250" src="https://raw.githubusercontent.com/python-pillow/pillow-logo/master/pillow-logo-248x250.png" alt="Pillow logo"> | ||
</p> | ||
|
||
# Pillow | ||
|
||
## Python Imaging Library (Fork) | ||
|
||
Pillow is the friendly PIL fork by [Alex 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). | ||
|
||
<table> | ||
<tr> | ||
<th>docs</th> | ||
<td> | ||
<a href="https://pillow.readthedocs.io/?badge=latest"><img | ||
alt="Documentation Status" | ||
src="https://readthedocs.org/projects/pillow/badge/?version=latest"></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>tests</th> | ||
<td> | ||
<a href="https://travis-ci.org/python-pillow/Pillow"><img | ||
alt="Travis CI build status (Linux)" | ||
src="https://img.shields.io/travis/python-pillow/Pillow/master.svg?label=Linux%20build"></a> | ||
<a href="https://travis-ci.org/python-pillow/pillow-wheels"><img | ||
alt="Travis CI build status (macOS)" | ||
src="https://img.shields.io/travis/python-pillow/pillow-wheels/master.svg?label=macOS%20build"></a> | ||
<a href="https://ci.appveyor.com/project/python-pillow/Pillow"><img | ||
alt="AppVeyor CI build status (Windows)" | ||
src="https://img.shields.io/appveyor/build/python-pillow/Pillow/master.svg?label=Windows%20build"></a> | ||
<a href="https://github.com/python-pillow/Pillow/actions?query=workflow%3ALint"><img | ||
alt="GitHub Actions build status (Lint)" | ||
src="https://github.com/python-pillow/Pillow/workflows/Lint/badge.svg"></a> | ||
<a href="https://github.com/python-pillow/Pillow/actions?query=workflow%3ATest"><img | ||
alt="GitHub Actions build status (Test Linux and macOS)" | ||
src="https://github.com/python-pillow/Pillow/workflows/Test/badge.svg"></a> | ||
<a href="https://github.com/python-pillow/Pillow/actions?query=workflow%3A%22Test+Windows%22"><img | ||
alt="GitHub Actions build status (Test Windows)" | ||
src="https://github.com/python-pillow/Pillow/workflows/Test%20Windows/badge.svg"></a> | ||
<a href="https://github.com/python-pillow/Pillow/actions?query=workflow%3A%22Test+Docker%22"><img | ||
alt="GitHub Actions build status (Test Docker)" | ||
src="https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg"></a> | ||
<a href="https://codecov.io/gh/python-pillow/Pillow"><img | ||
alt="Code coverage" | ||
src="https://codecov.io/gh/python-pillow/Pillow/branch/master/graph/badge.svg"></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>package</th> | ||
<td> | ||
<a href="https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow"><img | ||
alt="Zenodo" | ||
src="https://zenodo.org/badge/17549/python-pillow/Pillow.svg"></a> | ||
<a href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge"><img | ||
alt="Tidelift" | ||
src="https://tidelift.com/badges/package/pypi/Pillow?style=flat"></a> | ||
<a href="https://pypi.org/project/Pillow/"><img | ||
alt="Newest PyPI version" | ||
src="https://img.shields.io/pypi/v/pillow.svg"></a> | ||
<a href="https://pypi.org/project/Pillow/"><img | ||
alt="Number of PyPI downloads" | ||
src="https://img.shields.io/pypi/dm/pillow.svg"></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>social</th> | ||
<td> | ||
<a href="https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img | ||
alt="Join the chat at https://gitter.im/python-pillow/Pillow" | ||
src="https://badges.gitter.im/python-pillow/Pillow.svg"></a> | ||
<a href="https://twitter.com/PythonPillow"><img | ||
alt="Follow on https://twitter.com/PythonPillow" | ||
src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
## More Information | ||
|
||
- [Documentation](https://pillow.readthedocs.io/) | ||
- [Installation](https://pillow.readthedocs.io/en/latest/installation.html) | ||
- [Handbook](https://pillow.readthedocs.io/en/latest/handbook/index.html) | ||
- [Contribute](https://github.com/python-pillow/Pillow/blob/master/.github/CONTRIBUTING.md) | ||
- [Issues](https://github.com/python-pillow/Pillow/issues) | ||
- [Pull requests](https://github.com/python-pillow/Pillow/pulls) | ||
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) | ||
- [Pre-fork](https://github.com/python-pillow/Pillow/blob/master/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). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.