METADATA 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. Metadata-Version: 2.1
  2. Name: Pillow
  3. Version: 9.2.0
  4. Summary: Python Imaging Library (Fork)
  5. Home-page: https://python-pillow.org
  6. Author: Alex Clark (PIL Fork Author)
  7. Author-email: aclark@python-pillow.org
  8. License: HPND
  9. Project-URL: Documentation, https://pillow.readthedocs.io
  10. Project-URL: Source, https://github.com/python-pillow/Pillow
  11. Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi
  12. Project-URL: Release notes, https://pillow.readthedocs.io/en/stable/releasenotes/index.html
  13. Project-URL: Changelog, https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
  14. Project-URL: Twitter, https://twitter.com/PythonPillow
  15. Keywords: Imaging
  16. Classifier: Development Status :: 6 - Mature
  17. Classifier: License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3 :: Only
  20. Classifier: Programming Language :: Python :: 3.7
  21. Classifier: Programming Language :: Python :: 3.8
  22. Classifier: Programming Language :: Python :: 3.9
  23. Classifier: Programming Language :: Python :: 3.10
  24. Classifier: Programming Language :: Python :: Implementation :: CPython
  25. Classifier: Programming Language :: Python :: Implementation :: PyPy
  26. Classifier: Topic :: Multimedia :: Graphics
  27. Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
  28. Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
  29. Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
  30. Classifier: Topic :: Multimedia :: Graphics :: Viewers
  31. Requires-Python: >=3.7
  32. Description-Content-Type: text/markdown
  33. License-File: LICENSE
  34. Provides-Extra: docs
  35. Requires-Dist: furo ; extra == 'docs'
  36. Requires-Dist: olefile ; extra == 'docs'
  37. Requires-Dist: sphinx (>=2.4) ; extra == 'docs'
  38. Requires-Dist: sphinx-copybutton ; extra == 'docs'
  39. Requires-Dist: sphinx-issues (>=3.0.1) ; extra == 'docs'
  40. Requires-Dist: sphinx-removed-in ; extra == 'docs'
  41. Requires-Dist: sphinxext-opengraph ; extra == 'docs'
  42. Provides-Extra: tests
  43. Requires-Dist: check-manifest ; extra == 'tests'
  44. Requires-Dist: coverage ; extra == 'tests'
  45. Requires-Dist: defusedxml ; extra == 'tests'
  46. Requires-Dist: markdown2 ; extra == 'tests'
  47. Requires-Dist: olefile ; extra == 'tests'
  48. Requires-Dist: packaging ; extra == 'tests'
  49. Requires-Dist: pyroma ; extra == 'tests'
  50. Requires-Dist: pytest ; extra == 'tests'
  51. Requires-Dist: pytest-cov ; extra == 'tests'
  52. Requires-Dist: pytest-timeout ; extra == 'tests'
  53. <p align="center">
  54. <img width="248" height="250" src="https://raw.githubusercontent.com/python-pillow/pillow-logo/main/pillow-logo-248x250.png" alt="Pillow logo">
  55. </p>
  56. # Pillow
  57. ## Python Imaging Library (Fork)
  58. Pillow is the friendly PIL fork by [Alex Clark and
  59. Contributors](https://github.com/python-pillow/Pillow/graphs/contributors).
  60. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
  61. As of 2019, Pillow development is
  62. [supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise).
  63. <table>
  64. <tr>
  65. <th>docs</th>
  66. <td>
  67. <a href="https://pillow.readthedocs.io/?badge=latest"><img
  68. alt="Documentation Status"
  69. src="https://readthedocs.org/projects/pillow/badge/?version=latest"></a>
  70. </td>
  71. </tr>
  72. <tr>
  73. <th>tests</th>
  74. <td>
  75. <a href="https://github.com/python-pillow/Pillow/actions/workflows/lint.yml"><img
  76. alt="GitHub Actions build status (Lint)"
  77. src="https://github.com/python-pillow/Pillow/workflows/Lint/badge.svg"></a>
  78. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test.yml"><img
  79. alt="GitHub Actions build status (Test Linux and macOS)"
  80. src="https://github.com/python-pillow/Pillow/workflows/Test/badge.svg"></a>
  81. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml"><img
  82. alt="GitHub Actions build status (Test Windows)"
  83. src="https://github.com/python-pillow/Pillow/workflows/Test%20Windows/badge.svg"></a>
  84. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-mingw.yml"><img
  85. alt="GitHub Actions build status (Test MinGW)"
  86. src="https://github.com/python-pillow/Pillow/workflows/Test%20MinGW/badge.svg"></a>
  87. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-cygwin.yml"><img
  88. alt="GitHub Actions build status (Test Cygwin)"
  89. src="https://github.com/python-pillow/Pillow/workflows/Test%20Cygwin/badge.svg"></a>
  90. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-docker.yml"><img
  91. alt="GitHub Actions build status (Test Docker)"
  92. src="https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg"></a>
  93. <a href="https://ci.appveyor.com/project/python-pillow/Pillow"><img
  94. alt="AppVeyor CI build status (Windows)"
  95. src="https://img.shields.io/appveyor/build/python-pillow/Pillow/main.svg?label=Windows%20build"></a>
  96. <a href="https://github.com/python-pillow/pillow-wheels/actions"><img
  97. alt="GitHub Actions wheels build status (Wheels)"
  98. src="https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg"></a>
  99. <a href="https://app.travis-ci.com/github/python-pillow/pillow-wheels"><img
  100. alt="Travis CI wheels build status (aarch64)"
  101. src="https://img.shields.io/travis/com/python-pillow/pillow-wheels/main.svg?label=aarch64%20wheels"></a>
  102. <a href="https://app.codecov.io/gh/python-pillow/Pillow"><img
  103. alt="Code coverage"
  104. src="https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg"></a>
  105. <a href="https://github.com/python-pillow/Pillow/actions/workflows/tidelift.yml"><img
  106. alt="Tidelift Align"
  107. src="https://github.com/python-pillow/Pillow/actions/workflows/tidelift.yml/badge.svg"></a>
  108. </td>
  109. </tr>
  110. <tr>
  111. <th>package</th>
  112. <td>
  113. <a href="https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow"><img
  114. alt="Zenodo"
  115. src="https://zenodo.org/badge/17549/python-pillow/Pillow.svg"></a>
  116. <a href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge"><img
  117. alt="Tidelift"
  118. src="https://tidelift.com/badges/package/pypi/Pillow?style=flat"></a>
  119. <a href="https://pypi.org/project/Pillow/"><img
  120. alt="Newest PyPI version"
  121. src="https://img.shields.io/pypi/v/pillow.svg"></a>
  122. <a href="https://pypi.org/project/Pillow/"><img
  123. alt="Number of PyPI downloads"
  124. src="https://img.shields.io/pypi/dm/pillow.svg"></a>
  125. </td>
  126. </tr>
  127. <tr>
  128. <th>social</th>
  129. <td>
  130. <a href="https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img
  131. alt="Join the chat at https://gitter.im/python-pillow/Pillow"
  132. src="https://badges.gitter.im/python-pillow/Pillow.svg"></a>
  133. <a href="https://twitter.com/PythonPillow"><img
  134. alt="Follow on https://twitter.com/PythonPillow"
  135. src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a>
  136. </td>
  137. </tr>
  138. </table>
  139. ## Overview
  140. The Python Imaging Library adds image processing capabilities to your Python interpreter.
  141. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
  142. 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.
  143. ## More Information
  144. - [Documentation](https://pillow.readthedocs.io/)
  145. - [Installation](https://pillow.readthedocs.io/en/latest/installation.html)
  146. - [Handbook](https://pillow.readthedocs.io/en/latest/handbook/index.html)
  147. - [Contribute](https://github.com/python-pillow/Pillow/blob/main/.github/CONTRIBUTING.md)
  148. - [Issues](https://github.com/python-pillow/Pillow/issues)
  149. - [Pull requests](https://github.com/python-pillow/Pillow/pulls)
  150. - [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)
  151. - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
  152. - [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#pre-fork)
  153. ## Report a Vulnerability
  154. To report a security vulnerability, please follow the procedure described in the [Tidelift security policy](https://tidelift.com/docs/security).