First commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,175 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: Pillow
|
||||
Version: 9.4.0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
Home-page: https://python-pillow.org
|
||||
Author: Alex Clark (PIL Fork Author)
|
||||
Author-email: aclark@python-pillow.org
|
||||
License: HPND
|
||||
Project-URL: Documentation, https://pillow.readthedocs.io
|
||||
Project-URL: Source, https://github.com/python-pillow/Pillow
|
||||
Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi
|
||||
Project-URL: Release notes, https://pillow.readthedocs.io/en/stable/releasenotes/index.html
|
||||
Project-URL: Changelog, https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
|
||||
Project-URL: Twitter, https://twitter.com/PythonPillow
|
||||
Keywords: Imaging
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 6 - Mature
|
||||
Classifier: License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: Topic :: Multimedia :: Graphics
|
||||
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
|
||||
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
|
||||
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
|
||||
Classifier: Topic :: Multimedia :: Graphics :: Viewers
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: furo ; extra == 'docs'
|
||||
Requires-Dist: olefile ; extra == 'docs'
|
||||
Requires-Dist: sphinx (>=2.4) ; extra == 'docs'
|
||||
Requires-Dist: sphinx-copybutton ; extra == 'docs'
|
||||
Requires-Dist: sphinx-inline-tabs ; extra == 'docs'
|
||||
Requires-Dist: sphinx-issues (>=3.0.1) ; extra == 'docs'
|
||||
Requires-Dist: sphinx-removed-in ; extra == 'docs'
|
||||
Requires-Dist: sphinxext-opengraph ; extra == 'docs'
|
||||
Provides-Extra: tests
|
||||
Requires-Dist: check-manifest ; extra == 'tests'
|
||||
Requires-Dist: coverage ; extra == 'tests'
|
||||
Requires-Dist: defusedxml ; extra == 'tests'
|
||||
Requires-Dist: markdown2 ; extra == 'tests'
|
||||
Requires-Dist: olefile ; extra == 'tests'
|
||||
Requires-Dist: packaging ; extra == 'tests'
|
||||
Requires-Dist: pyroma ; extra == 'tests'
|
||||
Requires-Dist: pytest ; extra == 'tests'
|
||||
Requires-Dist: pytest-cov ; extra == 'tests'
|
||||
Requires-Dist: pytest-timeout ; extra == 'tests'
|
||||
|
||||
<p align="center">
|
||||
<img width="248" height="250" src="https://raw.githubusercontent.com/python-pillow/pillow-logo/main/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://github.com/python-pillow/Pillow/actions/workflows/lint.yml"><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/workflows/test.yml"><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/workflows/test-windows.yml"><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/workflows/test-mingw.yml"><img
|
||||
alt="GitHub Actions build status (Test MinGW)"
|
||||
src="https://github.com/python-pillow/Pillow/workflows/Test%20MinGW/badge.svg"></a>
|
||||
<a href="https://github.com/python-pillow/Pillow/actions/workflows/test-cygwin.yml"><img
|
||||
alt="GitHub Actions build status (Test Cygwin)"
|
||||
src="https://github.com/python-pillow/Pillow/workflows/Test%20Cygwin/badge.svg"></a>
|
||||
<a href="https://github.com/python-pillow/Pillow/actions/workflows/test-docker.yml"><img
|
||||
alt="GitHub Actions build status (Test Docker)"
|
||||
src="https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg"></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/main.svg?label=Windows%20build"></a>
|
||||
<a href="https://github.com/python-pillow/pillow-wheels/actions"><img
|
||||
alt="GitHub Actions wheels build status (Wheels)"
|
||||
src="https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg"></a>
|
||||
<a href="https://app.travis-ci.com/github/python-pillow/pillow-wheels"><img
|
||||
alt="Travis CI wheels build status (aarch64)"
|
||||
src="https://img.shields.io/travis/com/python-pillow/pillow-wheels/main.svg?label=aarch64%20wheels"></a>
|
||||
<a href="https://app.codecov.io/gh/python-pillow/Pillow"><img
|
||||
alt="Code coverage"
|
||||
src="https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg"></a>
|
||||
<a href="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:pillow"><img
|
||||
alt="Fuzzing Status"
|
||||
src="https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.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>
|
||||
<a href="https://bestpractices.coreinfrastructure.org/projects/6331"><img
|
||||
alt="OpenSSF Best Practices"
|
||||
src="https://bestpractices.coreinfrastructure.org/projects/6331/badge"></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>
|
||||
|
||||
## 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.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).
|
||||
|
||||
|
||||
@@ -0,0 +1,203 @@
|
||||
PIL/BdfFontFile.py,sha256=FXu0awbD2aLUDYwNeVkrkqVVsqcubqAqLu7X4cBj_Fo,2950
|
||||
PIL/BlpImagePlugin.py,sha256=-nNUlAswu3S33X5-rkJXTWFQARz1r1oZeuZq3OeZVn8,16483
|
||||
PIL/BmpImagePlugin.py,sha256=CzLddmmBCcRimzPQX5QgyS4oCd6qydDaGM6i7FCQbcA,18142
|
||||
PIL/BufrStubImagePlugin.py,sha256=sj2aj7IRIzmMwsHj7fCXoL1X8aVyPRUYyXnDIIqktRQ,1633
|
||||
PIL/ContainerIO.py,sha256=NmRN9naqGy3KuR9nup6o1ihJRStbBHk-vyNpJb6oQF8,3003
|
||||
PIL/CurImagePlugin.py,sha256=ZtMtm3LEQqlRmiMhnAIGLYcLGr1YMycPARRkvXQiT7E,1800
|
||||
PIL/DcxImagePlugin.py,sha256=WXPuAZhoAwlF30OMNk3w7zIV11N2TkQuwchACrvQ6FM,2041
|
||||
PIL/DdsImagePlugin.py,sha256=fuih_I4DEoGtwbJ1FezlFgmGJg3yzJSF3PAvnn-Jisk,9637
|
||||
PIL/EpsImagePlugin.py,sha256=srSA-v5ybesVURZ-N1RqS967A56Dpjv0ZA-jlkEaRqo,12682
|
||||
PIL/ExifTags.py,sha256=6HINw53r9dPBMb9d7B43zZ-gNtrMRqoRk3LthY_FDpo,10098
|
||||
PIL/FitsImagePlugin.py,sha256=40_XSFT1zhRf6uQJoeAh34bqDZ18xF_1lxY-xsPW1a8,2119
|
||||
PIL/FitsStubImagePlugin.py,sha256=L7to_N8Ytb1f1bYgb-chlkSoY-ZDZ-QMIG134F_uSiQ,1751
|
||||
PIL/FliImagePlugin.py,sha256=23J2p_FgyGIUmkmLQpxjXIdMPOw6Oo9dNI-VqpmxJNs,4618
|
||||
PIL/FontFile.py,sha256=v6gK9QswTk6ylNlR20AF8zLK4agY7h75aaGqvigVQBc,2876
|
||||
PIL/FpxImagePlugin.py,sha256=mmSNOYbAn6XtpObl1c4RtBlNyvZkhDenp0sC1cD_dLM,7061
|
||||
PIL/FtexImagePlugin.py,sha256=BK5WxU9t_CY7Gj_FYSWncm1hEUlu169OoQiul_rsog0,3980
|
||||
PIL/GbrImagePlugin.py,sha256=bbI0GosEMs57FZyyoDgSu0uFpY_7zXphREStCTDBnlY,3012
|
||||
PIL/GdImageFile.py,sha256=p5U-9AGtLZFR-1IZV_XpQ97PMrJ7rcF6a9IiAnlzlHg,2706
|
||||
PIL/GifImagePlugin.py,sha256=yNBUglvLtH5S0Ul1hdVHv2vqqt7NKbdlOftGa9uCin4,36816
|
||||
PIL/GimpGradientFile.py,sha256=QlmNil5Tz99TiDuPdJLY6kq9vgh1x1DC5yPNZ9OQDdI,3543
|
||||
PIL/GimpPaletteFile.py,sha256=7Rv7XpLWVK31h0M6jmh6dnOTvKgQegNfGMB8wPIeF6Y,1407
|
||||
PIL/GribStubImagePlugin.py,sha256=Wj9sP6rU-fAuUiTSJ51vP3-B7HOC8QPGZ5dwa_iyHxM,1627
|
||||
PIL/Hdf5StubImagePlugin.py,sha256=8ri9YyEkdOMoKJp8yuSMa121WqtJfG71leoytn0iPcM,1630
|
||||
PIL/IcnsImagePlugin.py,sha256=7G3-qG9AWHNW2XKNMDuSuA2qf2gVMuTss_rgu-xppcE,12333
|
||||
PIL/IcoImagePlugin.py,sha256=Ib-bDea_yOcLZ7vyfYeibGfF33J0KaCTumAxNvYbblU,11982
|
||||
PIL/ImImagePlugin.py,sha256=8hZenxTwa6s9qnn_4uS6NTIZ3gKsAZyNQklTzE-nAbI,11252
|
||||
PIL/Image.py,sha256=vuHtFRgpXHpbepgrrbmg2VZmTMLgIxFXZ_4ixc2jvFU,135691
|
||||
PIL/ImageChops.py,sha256=y4xHGOzxaz3-QADLXkpjMt929g4DSi2Pf3ceYAtFSbE,7657
|
||||
PIL/ImageCms.py,sha256=boeqsW0-3vG6NOUrDx54blotUpsVQOxY27Js5Ms3zFg,38772
|
||||
PIL/ImageColor.py,sha256=TJUOQu-ydwq_v9t6-hoIOCye2AnYiCduP8sz4uzrLu0,9097
|
||||
PIL/ImageDraw.py,sha256=REJwjzfnP7fxHGStIMhzUc8NRymlCA1TQfropm82ifU,38328
|
||||
PIL/ImageDraw2.py,sha256=qvNpBIQlq_TP3dyLNTb8rjB-QtY1rWbXq9z0TAaVYZo,6210
|
||||
PIL/ImageEnhance.py,sha256=tHMwYy_knQ_tice_c5MzDShwkFVL5DyJ1EVm1KHiDDI,3293
|
||||
PIL/ImageFile.py,sha256=IvUrDccvleW2k2oLhU2WmxD3MVPhXjuruw-dun2ahgY,24275
|
||||
PIL/ImageFilter.py,sha256=WizLjoGrJk1wPNxXXwnb6IC8MvOT39zSw82NfOTcpOc,16919
|
||||
PIL/ImageFont.py,sha256=31lHa4JrxLZS9iqcv0ACGnRqgWO9CpFmob5uoA5V9-0,51833
|
||||
PIL/ImageGrab.py,sha256=Cj4Ivg2BQg_ut7q5Mc8Z53AvKCgANM4QJ_c_8lmMgq0,4834
|
||||
PIL/ImageMath.py,sha256=oyM5Sjlu0cV7y2yc_G_axId3Dp4DaOKUTZ7frtNsweE,7620
|
||||
PIL/ImageMode.py,sha256=QIO9TR7zlbU0pYMUY3rVn-lOVKPrXismjmh2hX0DOrI,3097
|
||||
PIL/ImageMorph.py,sha256=JrTMGN0WyGjur-We0qmGl0Pb_S_F60s4ADPGvrmOH2c,8231
|
||||
PIL/ImageOps.py,sha256=0YQ07xIKogZcXDI-h3eStqbQlh9iN6YzfGEAoviP3ew,21464
|
||||
PIL/ImagePalette.py,sha256=yjPxYl2i5CGzWWiXpGMdCn2FDnppa5txMRsr1mIxXtA,8425
|
||||
PIL/ImagePath.py,sha256=IZ7vxarm_tI2DuV7QPchZe1P4U52ypHbO-v3JkcGm44,355
|
||||
PIL/ImageQt.py,sha256=r11fHtTzC9j0D_jL8Q0FM1odqNCWMk3APnye83qdfvw,7119
|
||||
PIL/ImageSequence.py,sha256=4Rn6Jx4fc2oNu3vKUCjMhCEBwBoaRfExmrJGpjrJmHI,1948
|
||||
PIL/ImageShow.py,sha256=oRp81auzVBDtloG72LMpTZvZrwxx9RAxnKwz4Vsr7Mc,11815
|
||||
PIL/ImageStat.py,sha256=Tr4x_f_wE6wM2l6RtSmPxWXjkbtD63HSrHAKeR1j9Ps,4072
|
||||
PIL/ImageTk.py,sha256=QdczsmXieVT7CIm-GC73RPQWCCaBGkgGROsBy44tRRc,8992
|
||||
PIL/ImageTransform.py,sha256=EsgO8FV2Gnm1hBMVx-8i7I3bhehRfMlwHIsV7QQ7FjM,2985
|
||||
PIL/ImageWin.py,sha256=qklIa-nlezkM_BUVRaIOgjSqRDWjQq8Qxe_r3sQy3Ro,7421
|
||||
PIL/ImtImagePlugin.py,sha256=WpBjRLF_GRBXmUg0_pXnPtEcYyCn03TZrM9FClYOryI,2690
|
||||
PIL/IptcImagePlugin.py,sha256=LCKUTMkhBFttkjDCrJd9XGULpCAN_ek9DieZrM-QFqg,6013
|
||||
PIL/Jpeg2KImagePlugin.py,sha256=XnlZEwE5KxXRPmtDKUs2rouQ4FdCqDDOK56HVAQPMKE,10995
|
||||
PIL/JpegImagePlugin.py,sha256=bbEfaAj9xQsrjG9N2FljDl-y_cqvWq2rJNoSJgA0Z4o,29895
|
||||
PIL/JpegPresets.py,sha256=7lEumxxIdQrdc4Eync4R8IItvu7WyP6KKY9vaR3RHfY,12583
|
||||
PIL/McIdasImagePlugin.py,sha256=gff_AwHYtYLx7sXykCR16Z4Wrghy7FzJmpMJjoxZeZU,1875
|
||||
PIL/MicImagePlugin.py,sha256=VAtAEQDEXyz4y7AyJZXbfeuw2262CtSDxKT8K4yRVpY,2540
|
||||
PIL/MpegImagePlugin.py,sha256=8we9aftKGt2qr-yVW2r27WMK0dMXjpT4XIFL_fgeKPQ,1909
|
||||
PIL/MpoImagePlugin.py,sha256=fn_ob7o_T3eqEBMhWktgOvwZbl-89ERPJoov_jEyM7g,6488
|
||||
PIL/MspImagePlugin.py,sha256=8MB4copVxDiVTY403isEXAPosAYc0e2rLvQL1BdwJ2E,5814
|
||||
PIL/PSDraw.py,sha256=rxUa015jdjOMgQFsIi8DPaHxCNaBN-l0FIWMB03Let0,6754
|
||||
PIL/PaletteFile.py,sha256=YUcrPVC4Fa4gxO5wUmdZI3picrJr0DElwvgK6DHhlHw,1185
|
||||
PIL/PalmImagePlugin.py,sha256=HvVngEQR4ukK1crJoHC1qflNLY1ma3ZVUNRLUI7fh44,9377
|
||||
PIL/PcdImagePlugin.py,sha256=RQbZWRwz628L9A-RJ0EUZBC6OODNwjDmRQ60twyz8kE,1562
|
||||
PIL/PcfFontFile.py,sha256=W09K46fpdno6wdSqF9o5Iz7zuwVMGC7RJ3tgXpn4PTM,6655
|
||||
PIL/PcxImagePlugin.py,sha256=SFnSBd_ga6-O8RKqzHHgtopg6THIsRunp_t4lstQ48A,6248
|
||||
PIL/PdfImagePlugin.py,sha256=ZMqmOO7JnroL9TuYprPQczdLD62CQY3KR3n706Xbd4k,8821
|
||||
PIL/PdfParser.py,sha256=Lp4gcQeTG_hLPKuChiCnuRjeBFpSTC60CquMQzOSwys,35628
|
||||
PIL/PixarImagePlugin.py,sha256=eCvHjBaZkljGXNxvtQmdKdtS4TEuS8iY02m2vQncFEM,1724
|
||||
PIL/PngImagePlugin.py,sha256=r8mpHYxJ9Rot69YhSVeWWAz6FJ4mn_Bgqt9e5BS1JnA,48003
|
||||
PIL/PpmImagePlugin.py,sha256=s-Y3RMX0p1cWX9bAtdcqBoPHjejRBOzpfJw86lru6U8,11712
|
||||
PIL/PsdImagePlugin.py,sha256=MQ9SHpB6Tn35AMyd8EtSRr5WiiuVtuyhlhLe5DeVqpQ,7857
|
||||
PIL/PyAccess.py,sha256=ZrHo9Mr1qhZbQvS4Wj0PTEWpyYMxGZbxnyqbxvv97q0,10159
|
||||
PIL/SgiImagePlugin.py,sha256=v76fcetiREo5qKqRSySu9BiX55yv_d8HU--_7lPTT28,6413
|
||||
PIL/SpiderImagePlugin.py,sha256=9s2NDrfpQXDeMJUycB_iLf_rKEJsTeLrf2ewK9aRC8g,9794
|
||||
PIL/SunImagePlugin.py,sha256=XYWd7hAZZd4kahaidjGu8s3VZ4aGEYGPeNHbZ0jmuPk,4541
|
||||
PIL/TarIO.py,sha256=tvEINKYDCNSdyqhPr7S54CysCL3pKBiKNQQ6s2tLpC0,1559
|
||||
PIL/TgaImagePlugin.py,sha256=3aJ75dS5Xo-64FcwIHx00QkEd4TdQVmS_WiNaP2QNlU,6836
|
||||
PIL/TiffImagePlugin.py,sha256=kYOkY_d5G9FuAoG0GqhRlNDg0ph26HJL_vv1UZ67otk,78805
|
||||
PIL/TiffTags.py,sha256=eG05wgFMflE3gWWi0zKEhIfiQcM-5keS-kAfroftrm0,17327
|
||||
PIL/WalImageFile.py,sha256=QfSfJsERW370SGNcxhbHR7bv34kGTWWXz95uUoxOdxk,5644
|
||||
PIL/WebPImagePlugin.py,sha256=bIk0T9_K0lGv5XDwdW6pdokj_5hxXHsfO76pwyrgMnA,11720
|
||||
PIL/WmfImagePlugin.py,sha256=CDV8sQgxvGK3CpezYRR6jzMQcdrycL97tiVPuCB4GWg,4871
|
||||
PIL/XVThumbImagePlugin.py,sha256=WctMNooDH_6PmyVnAoAdSw-1wDGUlAq3IkKHBjqyXdU,2068
|
||||
PIL/XbmImagePlugin.py,sha256=yQJ_naeN4w-wbV_u4v6ZkzQoDiPjlgE1C6NWG74Wwhs,2587
|
||||
PIL/XpmImagePlugin.py,sha256=KGKJSdc-UWnAe7cAaH38yyLV5aIiDPdG_npxWt3lt6c,3326
|
||||
PIL/__init__.py,sha256=oKJhS2T2H8DqnXPmBS_dXOuJafg-xNaBM4jpEWRl4hk,1843
|
||||
PIL/__main__.py,sha256=hOw0dx7KqDFGy9lxphlkL6NmaCbj8lp294vXH4n35ko,44
|
||||
PIL/__pycache__/BdfFontFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/BlpImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/BmpImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/BufrStubImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/ContainerIO.cpython-39.pyc,,
|
||||
PIL/__pycache__/CurImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/DcxImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/DdsImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/EpsImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/ExifTags.cpython-39.pyc,,
|
||||
PIL/__pycache__/FitsImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/FitsStubImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/FliImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/FontFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/FpxImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/FtexImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/GbrImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/GdImageFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/GifImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/GimpGradientFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/GimpPaletteFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/GribStubImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/Hdf5StubImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/IcnsImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/IcoImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/Image.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageChops.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageCms.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageColor.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageDraw.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageDraw2.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageEnhance.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageFilter.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageFont.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageGrab.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageMath.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageMode.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageMorph.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageOps.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImagePalette.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImagePath.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageQt.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageSequence.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageShow.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageStat.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageTk.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageTransform.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImageWin.cpython-39.pyc,,
|
||||
PIL/__pycache__/ImtImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/IptcImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/Jpeg2KImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/JpegImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/JpegPresets.cpython-39.pyc,,
|
||||
PIL/__pycache__/McIdasImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/MicImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/MpegImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/MpoImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/MspImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PSDraw.cpython-39.pyc,,
|
||||
PIL/__pycache__/PaletteFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/PalmImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PcdImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PcfFontFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/PcxImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PdfImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PdfParser.cpython-39.pyc,,
|
||||
PIL/__pycache__/PixarImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PngImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PpmImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PsdImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/PyAccess.cpython-39.pyc,,
|
||||
PIL/__pycache__/SgiImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/SpiderImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/SunImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/TarIO.cpython-39.pyc,,
|
||||
PIL/__pycache__/TgaImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/TiffImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/TiffTags.cpython-39.pyc,,
|
||||
PIL/__pycache__/WalImageFile.cpython-39.pyc,,
|
||||
PIL/__pycache__/WebPImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/WmfImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/XVThumbImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/XbmImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/XpmImagePlugin.cpython-39.pyc,,
|
||||
PIL/__pycache__/__init__.cpython-39.pyc,,
|
||||
PIL/__pycache__/__main__.cpython-39.pyc,,
|
||||
PIL/__pycache__/_binary.cpython-39.pyc,,
|
||||
PIL/__pycache__/_deprecate.cpython-39.pyc,,
|
||||
PIL/__pycache__/_tkinter_finder.cpython-39.pyc,,
|
||||
PIL/__pycache__/_util.cpython-39.pyc,,
|
||||
PIL/__pycache__/_version.cpython-39.pyc,,
|
||||
PIL/__pycache__/features.cpython-39.pyc,,
|
||||
PIL/_binary.py,sha256=Ts2HKoKEMc9N4DsgIYTmJM_ecjKsexxJhsL6zR0tmuQ,2145
|
||||
PIL/_deprecate.py,sha256=Zi0cdx-E_BQjpRI8uVTcWTd_JOuYxZcoDiYKv1CIS7I,1997
|
||||
PIL/_imaging.cp39-win_amd64.pyd,sha256=XWtu6p0y1gBu1NmcR8JG6-b5cu2czHzIc1MTrm9sEJU,2441216
|
||||
PIL/_imagingcms.cp39-win_amd64.pyd,sha256=upFOo7_TV0LqSTeDHFgFN-TGG1l6tujIz4kBZ7HiXew,260096
|
||||
PIL/_imagingft.cp39-win_amd64.pyd,sha256=gzws5IL2tNQZVYmCOpFbEKmv4-B-GhzEahSMkTCdsF0,1653760
|
||||
PIL/_imagingmath.cp39-win_amd64.pyd,sha256=qhovUgTsqs4dA91Vg5T0MtZYeodhZwaIO2gb0Og9tKc,25088
|
||||
PIL/_imagingmorph.cp39-win_amd64.pyd,sha256=rhwo0dCfcZm67wx47JjKa_asKraf-DRgh1GvwvvV_8A,13824
|
||||
PIL/_imagingtk.cp39-win_amd64.pyd,sha256=XlJi3ZxChTjc-H3p6k0nFyZLLVUSdlTyRQakOvnQmK8,15872
|
||||
PIL/_tkinter_finder.py,sha256=yTJvJBNR61MpDzWmKu_3C86QbtPIqacJkA23LGOlh0g,691
|
||||
PIL/_util.py,sha256=sX8hjjr5oCOQNLChyFM7lP5ZaKIpISa4Sc0vuclsR-4,388
|
||||
PIL/_version.py,sha256=Vri0ZCqX6nwPucE3AkN0S5qHY0IgG390ctyH0-wTeAY,52
|
||||
PIL/_webp.cp39-win_amd64.pyd,sha256=SpmIth8i0ZVS8OCjuG_EE5MFePAXW_uFCib3G4ee1Ew,530944
|
||||
PIL/features.py,sha256=jx9qFtadho4rGmS6fY7q01Ok6M8s3nvQogTYVhwkHbM,9764
|
||||
Pillow-9.4.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
Pillow-9.4.0.dist-info/LICENSE,sha256=t1qm6q_zQwObUJuFoglQUqwz9UyBD1oWip_Hb4NZb2k,55599
|
||||
Pillow-9.4.0.dist-info/METADATA,sha256=M01jn4HHEkbF98CxE4iFQfqBmJm2R_UWCogARQi5eTE,9468
|
||||
Pillow-9.4.0.dist-info/RECORD,,
|
||||
Pillow-9.4.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
Pillow-9.4.0.dist-info/WHEEL,sha256=J_4V_gB-O6Y7Pn6lk91K27JaIhI-q07YM5J8Ufzqla4,100
|
||||
Pillow-9.4.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
|
||||
Pillow-9.4.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.38.4)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp39-cp39-win_amd64
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
PIL
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user