up follow livre
This commit is contained in:
parent
70a5c3465c
commit
cffb31c1ef
12198 changed files with 2562132 additions and 35 deletions
|
|
@ -0,0 +1 @@
|
|||
pip
|
||||
|
|
@ -0,0 +1,177 @@
|
|||
Metadata-Version: 2.4
|
||||
Name: pillow
|
||||
Version: 11.3.0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
Author-email: "Jeffrey A. Clark" <aclark@aclark.net>
|
||||
License-Expression: MIT-CMU
|
||||
Project-URL: Changelog, https://github.com/python-pillow/Pillow/releases
|
||||
Project-URL: Documentation, https://pillow.readthedocs.io
|
||||
Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi
|
||||
Project-URL: Homepage, https://python-pillow.github.io
|
||||
Project-URL: Mastodon, https://fosstodon.org/@pillow
|
||||
Project-URL: Release notes, https://pillow.readthedocs.io/en/stable/releasenotes/index.html
|
||||
Project-URL: Source, https://github.com/python-pillow/Pillow
|
||||
Keywords: Imaging
|
||||
Classifier: Development Status :: 6 - Mature
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
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
|
||||
Classifier: Typing :: Typed
|
||||
Requires-Python: >=3.9
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: furo; extra == "docs"
|
||||
Requires-Dist: olefile; extra == "docs"
|
||||
Requires-Dist: sphinx>=8.2; extra == "docs"
|
||||
Requires-Dist: sphinx-autobuild; extra == "docs"
|
||||
Requires-Dist: sphinx-copybutton; extra == "docs"
|
||||
Requires-Dist: sphinx-inline-tabs; extra == "docs"
|
||||
Requires-Dist: sphinxext-opengraph; extra == "docs"
|
||||
Provides-Extra: fpx
|
||||
Requires-Dist: olefile; extra == "fpx"
|
||||
Provides-Extra: mic
|
||||
Requires-Dist: olefile; extra == "mic"
|
||||
Provides-Extra: test-arrow
|
||||
Requires-Dist: pyarrow; extra == "test-arrow"
|
||||
Provides-Extra: tests
|
||||
Requires-Dist: check-manifest; extra == "tests"
|
||||
Requires-Dist: coverage>=7.4.2; 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"
|
||||
Requires-Dist: pytest-xdist; extra == "tests"
|
||||
Requires-Dist: trove-classifiers>=2024.10.12; extra == "tests"
|
||||
Provides-Extra: typing
|
||||
Requires-Dist: typing-extensions; python_version < "3.10" and extra == "typing"
|
||||
Provides-Extra: xmp
|
||||
Requires-Dist: defusedxml; extra == "xmp"
|
||||
Dynamic: license-file
|
||||
|
||||
<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 [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).
|
||||
|
||||
<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://github.com/python-pillow/Pillow/actions/workflows/wheels.yml"><img
|
||||
alt="GitHub Actions build status (Wheels)"
|
||||
src="https://github.com/python-pillow/Pillow/workflows/Wheels/badge.svg"></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://issues.oss-fuzz.com/issues?q=title: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://www.bestpractices.dev/projects/6331"><img
|
||||
alt="OpenSSF Best Practices"
|
||||
src="https://www.bestpractices.dev/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://fosstodon.org/@pillow"><img
|
||||
alt="Follow on https://fosstodon.org/@pillow"
|
||||
src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg"
|
||||
rel="me"></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/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/releases)
|
||||
- [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).
|
||||
233
venv/lib/python3.13/site-packages/pillow-11.3.0.dist-info/RECORD
Normal file
233
venv/lib/python3.13/site-packages/pillow-11.3.0.dist-info/RECORD
Normal file
|
|
@ -0,0 +1,233 @@
|
|||
PIL/AvifImagePlugin.py,sha256=5IiDMvMZQXLnS3t25XJjlwgNWmeVSNaGfReWAp-V5lo,8994
|
||||
PIL/BdfFontFile.py,sha256=PhlZfIRmEfmorbhZZeSM5eebGo1Ei7fL-lR9XlfTZZA,3285
|
||||
PIL/BlpImagePlugin.py,sha256=Ub4vVKBEniiNBEgNizxScEpO1VKbC1w6iecWUU7T-Vs,16533
|
||||
PIL/BmpImagePlugin.py,sha256=-SNdj2godmaKYAc08dEng6z3mRPbYYHezjveIR5e-tU,19855
|
||||
PIL/BufrStubImagePlugin.py,sha256=JSqDhkPNPnFw0Qcz-gQJl-D_iSCFdtcLvPynshKJ4WM,1730
|
||||
PIL/ContainerIO.py,sha256=wkBqL2GDAb5fh3wrtfTGUfqioJipCl-lg2GxbjQrTZw,4604
|
||||
PIL/CurImagePlugin.py,sha256=bICiwXZrzSONWBu4bKtshxZSNFj8su0lbDojYntEUYs,1797
|
||||
PIL/DcxImagePlugin.py,sha256=DhqsmW7MjmnUSTGZ-Skv9hz1XeX3XoQQoAl9GWLAEEY,2145
|
||||
PIL/DdsImagePlugin.py,sha256=fjdfZK_eQtUp_-bjoRmt-5wgOT5GTmvg6aI-itch4mo,18906
|
||||
PIL/EpsImagePlugin.py,sha256=ROWwCv08bC_B41eMf2AFe8UW6ZH4_XQ18x12KB_aQLM,16389
|
||||
PIL/ExifTags.py,sha256=zW6kVikCosiyoCo7J7R62evD3hoxjKPchnVh8po7CZc,9931
|
||||
PIL/FitsImagePlugin.py,sha256=-oDJnAH113CK5qPvwz9lL81fkV1gla_tNfqLcq8zKgo,4644
|
||||
PIL/FliImagePlugin.py,sha256=DaWuH8f-9GihS0VVZqF1bT3uDv1Vb0VBl0chnNd82Ow,4786
|
||||
PIL/FontFile.py,sha256=St7MxO5Q-oakCLWn3ZrgrtaT3wSsmAarxm8AU-G8Moc,3577
|
||||
PIL/FpxImagePlugin.py,sha256=aXfg0YdvNeJhxqh-f-f22D1NobQ8tSVCj-tpLE2PKfE,7293
|
||||
PIL/FtexImagePlugin.py,sha256=v2I5YkdfNA3iW35JzKnWry9v6Rgvr0oezGVOuArREac,3535
|
||||
PIL/GbrImagePlugin.py,sha256=5t0UfLubTPQcuDDbafwC78OLR7IsD5hjpvhUZ5g8z4A,3006
|
||||
PIL/GdImageFile.py,sha256=LP4Uxv3Y2ivGZIyOVuGJarDDVS7zK6F1Q6SNl4wyGuQ,2788
|
||||
PIL/GifImagePlugin.py,sha256=SkXboZwxTolq0uteXYX0ncrZiUxyASywqAurOcVAi3U,42201
|
||||
PIL/GimpGradientFile.py,sha256=Z_4TUYMdPyUsiP40KSIpMJ5yLGMnBaIKOAkHyiQGEWE,3906
|
||||
PIL/GimpPaletteFile.py,sha256=YHEhKThsEVlXVjFQUnGvhDgNsJcfFqUAN0O0ucG9G-Q,1815
|
||||
PIL/GribStubImagePlugin.py,sha256=degHg344X3JXL8u-x8NWn08BsmM9wRh-Jg08HHrvfOc,1738
|
||||
PIL/Hdf5StubImagePlugin.py,sha256=OuEQijGqVwTTSG4dB2vAyQzmN-NYT22tiuZHFH0Q0Sw,1741
|
||||
PIL/IcnsImagePlugin.py,sha256=qvi-OP0g8CRlNlJE--5_rPlfyxLFLlSOil66Fw4TMwU,12949
|
||||
PIL/IcoImagePlugin.py,sha256=QCo29Toh08UX8vEcdCAaIeuidSolbPiZlCnQ4rUu2SQ,12491
|
||||
PIL/ImImagePlugin.py,sha256=wo5OL2PAcQW2MwRkJnS-N16toZzXWL95jx9FBM7l9ok,11567
|
||||
PIL/Image.py,sha256=95Jefi2QFIfZYOyfHNBRTwBtwrnNZsn5oCsLQsBLdK8,148332
|
||||
PIL/ImageChops.py,sha256=GEjlymcoDtA5OOeIxQVIX96BD-s6AXhb7TmSLYn2tUg,7946
|
||||
PIL/ImageCms.py,sha256=A5ZVaTjjxR6AeDNNvK-hmu0QqKOMTscou6BUBTLob0g,41934
|
||||
PIL/ImageColor.py,sha256=IGA9C2umeED_EzS2Cvj6KsU0VutC9RstWIYPe8uDsVk,9441
|
||||
PIL/ImageDraw.py,sha256=Enr0ctBHKBnSHVBDlqcIbIAyHgVj5ZbLL-swVb8s8Vo,42845
|
||||
PIL/ImageDraw2.py,sha256=pdVMW7bVw3KwhXvRZh28Md4y-2xFfuo5fHcDnaYqVK4,7227
|
||||
PIL/ImageEnhance.py,sha256=4Elhz_lyyxLmx0GkSHrwOAmNJ2TkqVQPHejzGihZUMI,3627
|
||||
PIL/ImageFile.py,sha256=HLgKqn6K9J4HlnyiPFZUTAfcqxXYjE06fZeKO6V-haw,29334
|
||||
PIL/ImageFilter.py,sha256=MiTowY9micg1dSfwZkExXSBNPr2b_11kDCGreP6W8x4,18671
|
||||
PIL/ImageFont.py,sha256=rVQm3zwnTFZ1HSp4OeA5THKjTezhE8HMrnOhHzmqfEM,64292
|
||||
PIL/ImageGrab.py,sha256=I9PHpsQf2VyNX4T8QL-8awFNotyAzB1mGxTt_I5FbTE,6471
|
||||
PIL/ImageMath.py,sha256=XasMsgjaD9p2OZa7naOdpEACq3yJl-Q2RGTf4xo7CgM,11919
|
||||
PIL/ImageMode.py,sha256=5yOxODAZ7jG03DsUFrt7eQayTtIpWPgvfyhlXDWwcv8,2681
|
||||
PIL/ImageMorph.py,sha256=TowXnk1Q2wX9AXVBDWRRQhCfAbFOUWGMo00vq4yn-fU,8563
|
||||
PIL/ImageOps.py,sha256=A69qjt-mxDI99387z_4cHI-wtH85SLL_ENTI9EeOQGI,25525
|
||||
PIL/ImagePalette.py,sha256=M5tYUgadWR7mxUEByyVl7IV9QFFzAGiKKmAhCZtdG0w,9009
|
||||
PIL/ImagePath.py,sha256=5yUG5XCUil1KKTTA_8PgGhcmg-mnue-GK0FwTBlhjw4,371
|
||||
PIL/ImageQt.py,sha256=dQbadF2Lg59OJVjiNVcbz3wvymqEpL-uEZG32b8E-bg,6841
|
||||
PIL/ImageSequence.py,sha256=gx2EvywPBEjxNJujCqdpbfAm2BpyNV2_f1IaO3niubw,2200
|
||||
PIL/ImageShow.py,sha256=Ju0_Db2B4_n3yKJV9sDsF7_HAgciEdXlq6I1Eiw1YTo,10106
|
||||
PIL/ImageStat.py,sha256=S43FZ89r_u4hKCj59lVuWpyVJfhbUy3igXkp9DwaMgM,5325
|
||||
PIL/ImageTk.py,sha256=b5SntckGXs0ECsI2MmdJg3CSX6AtELsWh0Ohxu41u_k,8132
|
||||
PIL/ImageTransform.py,sha256=-qek7P3lzLddcXt9cWt5w_L11JGp2yY3AJtOfmJAkDc,3916
|
||||
PIL/ImageWin.py,sha256=LT05w8_vTfRrC3n9S9pM0TNbXrzZLEJHlCJil7Xv80k,8085
|
||||
PIL/ImtImagePlugin.py,sha256=SL5IrsHcblltxtX4v_HVFhYnR6haJ0AOd2NHhZKMImY,2665
|
||||
PIL/IptcImagePlugin.py,sha256=3BVI_oEbFEJC-yn6zmp5Joqf8edCJLKH9N5FQanyaV8,6719
|
||||
PIL/Jpeg2KImagePlugin.py,sha256=k9UoU7-Hq8vAWi9ZoosA4bfufNJsctBd4ttM1RFxwnk,13865
|
||||
PIL/JpegImagePlugin.py,sha256=WaCZTpdmzuCM5mi44bNyN4p1EXOsnKz63qv4XEbm8Ns,31786
|
||||
PIL/JpegPresets.py,sha256=lnqWHo4DLIHIulcdHp0NJ7CWexHt8T3w51kIKlLfkIA,12379
|
||||
PIL/McIdasImagePlugin.py,sha256=baOIkD-CIIeCgBFTf8kos928PKBuCUqYYa38u3WES_8,1877
|
||||
PIL/MicImagePlugin.py,sha256=aoIwkWVyr_X-dPvB6ldZOJF3a9kd_OeuEW3say5Y0QM,2564
|
||||
PIL/MpegImagePlugin.py,sha256=g7BZd93kWpFi41SG_wKFoi0yEPsioI4kj45b2F-3Vrw,2010
|
||||
PIL/MpoImagePlugin.py,sha256=S45qt7OcY7rBjYlwEk0nUmEj5IOu5z8KVLo066V1RBE,6722
|
||||
PIL/MspImagePlugin.py,sha256=oxk_MLUDvzJ4JDuOZCHkmqOPXniG42PHOyNGwe60slY,5892
|
||||
PIL/PSDraw.py,sha256=KMBGj3vXaFpblaIcA9KjFFTpdal41AQggY-UgzqoMkQ,6918
|
||||
PIL/PaletteFile.py,sha256=suDdAL6VMljXw4oEn1vhTt4DQ4vbpIHGd3A4oxOgE6s,1216
|
||||
PIL/PalmImagePlugin.py,sha256=WJ1b8I1xTSAXYDJhIpkVFCLu2LlpbiBD5d1Hr-m2l08,8748
|
||||
PIL/PcdImagePlugin.py,sha256=VweZ108HBHeNEfsoE26EOR4ktxqNGSOWOnd58DhS8Fo,1601
|
||||
PIL/PcfFontFile.py,sha256=NPZQ0XkbGB8uTlGqgmIPGkwuLMYBdykDeVuvFgIC7JU,7147
|
||||
PIL/PcxImagePlugin.py,sha256=2dqnjRjSLbjm8Opub4sZRhOIdYLdn3y7Q_ETV8EmiOQ,6224
|
||||
PIL/PdfImagePlugin.py,sha256=AbJA2f4qzH8G1olfmk18SzQlcx3WsipUYDc5bcR8Wvk,9349
|
||||
PIL/PdfParser.py,sha256=LnmX0Cm7ZQwGkB1uYP4rvXZUkERmURzmYo78zjeq6VI,37987
|
||||
PIL/PixarImagePlugin.py,sha256=l_4GwBd0mATnIXYJbwmmODU2vP7wewLu6BRviHCB2EI,1758
|
||||
PIL/PngImagePlugin.py,sha256=jPBNqZ50txFHWIsDikcdkeeBfLNY1PxT5wzcPMcmcmQ,51117
|
||||
PIL/PpmImagePlugin.py,sha256=QJM-V-odV7w-prA7B5bLRQcykdC4d7OJ5BBbCvPPIzY,12370
|
||||
PIL/PsdImagePlugin.py,sha256=ImnNRG4VANs2GATXVEB5Q-yy1Jskc6XRVRtZYi2fALg,8685
|
||||
PIL/QoiImagePlugin.py,sha256=RPO63QsgHAsyPpcxh7ymeMYlnjVu5gT5ELolkvJt0vc,8572
|
||||
PIL/SgiImagePlugin.py,sha256=3Ql89s8vycNWjcxJwMw28iksV9Yj2xWoKBQ6c5DHXBg,6389
|
||||
PIL/SpiderImagePlugin.py,sha256=Bsg6pfZMctas1xYx__oL-ZZseUReZdnLy5a-aKEJhpE,10249
|
||||
PIL/SunImagePlugin.py,sha256=Hdxkhk0pxpBGxYhPJfCDLwsYcO1KjxjtplNMFYibIvk,4589
|
||||
PIL/TarIO.py,sha256=BqYUChCBb9F7Sh-uZ86iz1Dtoy2D0obNwGm65z1rdc0,1442
|
||||
PIL/TgaImagePlugin.py,sha256=2vDsFTcBUBHw1V80wpVv4tgpLDbPr6yVHi6Fvaqf0HY,6980
|
||||
PIL/TiffImagePlugin.py,sha256=IK7Ur131NNyJET-wk50tzLkSyd7TI1lwSES4N_txy5w,85029
|
||||
PIL/TiffTags.py,sha256=-gbXLZ5rlHD6crwtY6TkafDm2tamlc5v8e7FjS8PcIg,17082
|
||||
PIL/WalImageFile.py,sha256=Lfuq_WZ_V_onwucfUc6GWfvY7z_K4s-5EdaQGu_2DD4,5704
|
||||
PIL/WebPImagePlugin.py,sha256=YFWo6_FYBSrzAf6XMbmrF4YRtR4x7tYecCWF7EA13WQ,10010
|
||||
PIL/WmfImagePlugin.py,sha256=Z1hzGuHGt08tBLsxgBV7ZVOLdQPykDMYd4RGkw1J8rw,5243
|
||||
PIL/XVThumbImagePlugin.py,sha256=cJSapkBasFt11O6XYXxqcyA-njxA5BD3wHhNj6VC7Fk,2115
|
||||
PIL/XbmImagePlugin.py,sha256=Fd6GVDEo73nyFICA3Z3w4LjkwoZWvhHB6rKCm5yVrho,2669
|
||||
PIL/XpmImagePlugin.py,sha256=jtUKavJCYwIAsJaJwSx8vJsx1oTbCywfDxePENmA93w,4400
|
||||
PIL/__init__.py,sha256=Q4KOEpR7S_Xsj30fvOsvR94xEpX4KUsVeUwaVP1fU80,2031
|
||||
PIL/__main__.py,sha256=Lpj4vef8mI7jA1sRCUAoVYaeePD_Uc898xF5c7XLx1A,133
|
||||
PIL/__pycache__/AvifImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/BdfFontFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/BlpImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/BmpImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/BufrStubImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/ContainerIO.cpython-313.pyc,,
|
||||
PIL/__pycache__/CurImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/DcxImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/DdsImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/EpsImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/ExifTags.cpython-313.pyc,,
|
||||
PIL/__pycache__/FitsImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/FliImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/FontFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/FpxImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/FtexImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/GbrImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/GdImageFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/GifImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/GimpGradientFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/GimpPaletteFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/GribStubImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/Hdf5StubImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/IcnsImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/IcoImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/Image.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageChops.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageCms.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageColor.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageDraw.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageDraw2.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageEnhance.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageFilter.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageFont.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageGrab.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageMath.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageMode.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageMorph.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageOps.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImagePalette.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImagePath.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageQt.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageSequence.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageShow.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageStat.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageTk.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageTransform.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImageWin.cpython-313.pyc,,
|
||||
PIL/__pycache__/ImtImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/IptcImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/Jpeg2KImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/JpegImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/JpegPresets.cpython-313.pyc,,
|
||||
PIL/__pycache__/McIdasImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/MicImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/MpegImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/MpoImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/MspImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/PSDraw.cpython-313.pyc,,
|
||||
PIL/__pycache__/PaletteFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/PalmImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/PcdImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/PcfFontFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/PcxImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/PdfImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/PdfParser.cpython-313.pyc,,
|
||||
PIL/__pycache__/PixarImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/PngImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/PpmImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/PsdImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/QoiImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/SgiImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/SpiderImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/SunImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/TarIO.cpython-313.pyc,,
|
||||
PIL/__pycache__/TgaImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/TiffImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/TiffTags.cpython-313.pyc,,
|
||||
PIL/__pycache__/WalImageFile.cpython-313.pyc,,
|
||||
PIL/__pycache__/WebPImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/WmfImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/XVThumbImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/XbmImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/XpmImagePlugin.cpython-313.pyc,,
|
||||
PIL/__pycache__/__init__.cpython-313.pyc,,
|
||||
PIL/__pycache__/__main__.cpython-313.pyc,,
|
||||
PIL/__pycache__/_binary.cpython-313.pyc,,
|
||||
PIL/__pycache__/_deprecate.cpython-313.pyc,,
|
||||
PIL/__pycache__/_tkinter_finder.cpython-313.pyc,,
|
||||
PIL/__pycache__/_typing.cpython-313.pyc,,
|
||||
PIL/__pycache__/_util.cpython-313.pyc,,
|
||||
PIL/__pycache__/_version.cpython-313.pyc,,
|
||||
PIL/__pycache__/features.cpython-313.pyc,,
|
||||
PIL/__pycache__/report.cpython-313.pyc,,
|
||||
PIL/_avif.cpython-313-x86_64-linux-gnu.so,sha256=LeWPUKwZbCnOTsFA0LDLfPuZUyOZUfHzItc9B-WmFos,87873
|
||||
PIL/_avif.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
||||
PIL/_binary.py,sha256=pcM6AL04GxgmGeLfcH1V1BZHENwIrQH0uxhJ7r0HIL0,2550
|
||||
PIL/_deprecate.py,sha256=JYJfJgemvedcdHMH6_RFTDBLNp4vSJqd-o32e3WzNlM,2034
|
||||
PIL/_imaging.cpython-313-x86_64-linux-gnu.so,sha256=IesEmI1_i65pMSbtm2Cvy11xXVo1cXkKyvzKuEq0p6k,3382009
|
||||
PIL/_imaging.pyi,sha256=StMbXUZS32AegATP1sUHfs5P05A3TD_BiQKsDHQBW40,868
|
||||
PIL/_imagingcms.cpython-313-x86_64-linux-gnu.so,sha256=VHpyPD-a2WISByoMgatGraqKnPrdmi9USRRCHL5fPZ4,137257
|
||||
PIL/_imagingcms.pyi,sha256=brpjxRoiY_2ItyfTrjhKeGEsExe4GPG-25q9AQP8Jp8,4389
|
||||
PIL/_imagingft.cpython-313-x86_64-linux-gnu.so,sha256=WnImb0_TvPdJ2_THOV3JpnmEaRJH1EVGJC7SbqEOF7k,310577
|
||||
PIL/_imagingft.pyi,sha256=IYdFGfApwsqYiJVoD5AVOvgMvnO1eP1J3cMA6L0YZJ0,1806
|
||||
PIL/_imagingmath.cpython-313-x86_64-linux-gnu.so,sha256=_4H5YiXD0GpkynxJZn3fu1XG75oNcwdUkgm65tEKTKo,167072
|
||||
PIL/_imagingmath.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
||||
PIL/_imagingmorph.cpython-313-x86_64-linux-gnu.so,sha256=ZJGA1ABydhIk6NcHginFewbK49302QzqCZ77IcwI1bs,36520
|
||||
PIL/_imagingmorph.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
||||
PIL/_imagingtk.cpython-313-x86_64-linux-gnu.so,sha256=QQwn1Jpg56BubpH72-M629jKQCt6pUWGcp3n2nbXEHA,46776
|
||||
PIL/_imagingtk.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
||||
PIL/_tkinter_finder.py,sha256=GIZ4stmFhUosmHKSrdxcjStiocDNfyJn7RBie2SWxU0,538
|
||||
PIL/_typing.py,sha256=1NAWJ7Z59TP98cFv9qGpBMgSHbyR4CAByLjMRRbSZxY,1251
|
||||
PIL/_util.py,sha256=E76J1WLAe6Xg5yNWYztQwYzxUT_sR_VQxFJu7IZ3S3k,635
|
||||
PIL/_version.py,sha256=Zwv2LKWt6v32STL5K9uN7PdcJmZhDlokKTLkDA7Ky1w,87
|
||||
PIL/_webp.cpython-313-x86_64-linux-gnu.so,sha256=JpRtXlakWWXY3xJjQTKwOgfxqEFNWglv7AzYru_TiKE,84177
|
||||
PIL/_webp.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
||||
PIL/features.py,sha256=FfyYObVJbzYQUXf8KuRuqY6kvA8md2LorE81k3EuQrw,11479
|
||||
PIL/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
PIL/report.py,sha256=4JY6-IU7sH1RKuRbOvy1fUt0dAoi79FX4tYJN3p1DT0,100
|
||||
pillow-11.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
pillow-11.3.0.dist-info/METADATA,sha256=1T1NePio7-GCOWcR73aEA4bSukzNrUIfWMwAw7NAH3M,9023
|
||||
pillow-11.3.0.dist-info/RECORD,,
|
||||
pillow-11.3.0.dist-info/WHEEL,sha256=FGhoiLBD6z3eO88tnYRS0TgLaWveAr5uyXIqBlx6mno,152
|
||||
pillow-11.3.0.dist-info/licenses/LICENSE,sha256=LECn2IlBJv96mTp1JQW5FWlKr-emIIie82isv1S4cUQ,66498
|
||||
pillow-11.3.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
|
||||
pillow-11.3.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
||||
pillow.libs/libXau-154567c4.so.6.0.0,sha256=BUhNJL94y47QMWnxywZyBNgpy3ryHeiCBADSnRFeQyA,22081
|
||||
pillow.libs/libavif-01e67780.so.16.3.0,sha256=xCXlA8_rggzsCA_EsWKFzgqPBmT1ihpZCo3iMyvD1P0,5142057
|
||||
pillow.libs/libbrotlicommon-c55a5f7a.so.1.1.0,sha256=HaLbMm3YehX759wgF7ZU0kVwhdgX4ukfvQNKytoarw8,144425
|
||||
pillow.libs/libbrotlidec-2ced2f3a.so.1.1.0,sha256=BOwekVTiRipkYusnBXmzGGhiPsBwBI6DDWPLkvxAbRE,62337
|
||||
pillow.libs/libfreetype-083ff72c.so.6.20.2,sha256=nR7Qj8vHmYmFqPKudV_uWIjG3NoY3ZEIGqySuB3Fxi0,1430825
|
||||
pillow.libs/libharfbuzz-fe5b8f8d.so.0.61121.0,sha256=7BYYYjM0M0rNxEo1d1yqqSoOGLCcbs-Jqi1KWqxvomM,908081
|
||||
pillow.libs/libjpeg-8a13c6e0.so.62.4.0,sha256=L9LNO3lhekD_kggV6DrgsleI_gXfl3EfWwApiRwxy9k,832177
|
||||
pillow.libs/liblcms2-cc10e42f.so.2.0.17,sha256=5JMjEDVKMwxcinhbQl6qhRLaezAiQFYEPSz-KultHe0,519073
|
||||
pillow.libs/liblzma-64b7ab39.so.5.8.1,sha256=hN2B2RPEM6wOgvER_g43fNjbNQ_SsrenX2wlAfHW-nA,266369
|
||||
pillow.libs/libopenjp2-56811f71.so.2.5.3,sha256=aG9iy-0yE3nj44vnrpTFZBHUNFvejVTlV7QEctmnaTo,585849
|
||||
pillow.libs/libpng16-d00bd151.so.16.49.0,sha256=VYiCiAoDB6dnWllbcSpOu9DrHKQ3Th4tepiWdhdg_mw,278001
|
||||
pillow.libs/libsharpyuv-60a7c00b.so.0.1.1,sha256=jySHi3I26NspkZW9eAaQsPCDwB8_D_Guh7g5d-ROCAQ,46113
|
||||
pillow.libs/libtiff-13a02c81.so.6.1.0,sha256=AH827ZKX4f_-DpYv66BELczkhkVdbNmLLFile8vRVgU,746233
|
||||
pillow.libs/libwebp-5f0275c0.so.7.1.10,sha256=s6N3iSclHhrkhSaM_cFqk7IAZrWe1pgGmwJk-wzhSYk,731185
|
||||
pillow.libs/libwebpdemux-efaed568.so.2.0.16,sha256=q8bcLAXcqize_gg5VszKAHNQ-nBcDU7VVyFKytD1J68,30217
|
||||
pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1,sha256=Amxlm7OxjsJWAu9Q-bI59RnoZ9GiZS6FKb2bGccAPUw,58617
|
||||
pillow.libs/libxcb-64009ff3.so.1.1.0,sha256=t0N-0WuuesRJgEn9FOENG9HD59FdDl6rHS6tQqg6SdE,251425
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: setuptools (80.9.0)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp313-cp313-manylinux_2_27_x86_64
|
||||
Tag: cp313-cp313-manylinux_2_28_x86_64
|
||||
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1 @@
|
|||
PIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue