This commit is contained in:
cc
2025-04-15 12:15:27 +02:00
commit 6572754e2a
1871 changed files with 329779 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,176 @@
Metadata-Version: 2.1
Name: pillow
Version: 11.1.0
Summary: Python Imaging Library (Fork)
Author-email: "Jeffrey A. Clark" <aclark@aclark.net>
License: 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: License :: OSI Approved :: CMU License (MIT-CMU)
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.1; 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: 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: 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"
<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://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/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).

View File

@@ -0,0 +1,229 @@
PIL/BdfFontFile.py,sha256=Hnlsd7gTtt7gaY1ilXHP-co5ehkBQ8xml942d06MEno,3477
PIL/BlpImagePlugin.py,sha256=7Ye8a8ojr4sW0a9bp6oYeWXsD1zkCIRHo6UqENlcOpU,16683
PIL/BmpImagePlugin.py,sha256=3li_kaQt9Q6-xvIFQ6tP_g_UkpbOadqdKDNlqBzT9Fg,19758
PIL/BufrStubImagePlugin.py,sha256=PcwNafLqxrQ_RTsz7hAqfpLWcQHT-kXKYPLaB46ZtUA,1753
PIL/ContainerIO.py,sha256=wkBqL2GDAb5fh3wrtfTGUfqioJipCl-lg2GxbjQrTZw,4604
PIL/CurImagePlugin.py,sha256=xTou-ULQPpI5lVdqpQ2-4Pdjnh7j1GddH-K22DQbdk0,1792
PIL/DcxImagePlugin.py,sha256=K70qkwz-e3nkgjftD5pIElMcU2klHWFTKbINlwgeQ24,2034
PIL/DdsImagePlugin.py,sha256=vv1dNj9T67YmoiBcKyLeDcMDv42WWdOXSDXg7THhA7s,16938
PIL/EpsImagePlugin.py,sha256=a8ErgTj7iJcPkzT1Iu7Dclkm-ms9WuQ3h0Gca505mh0,16365
PIL/ExifTags.py,sha256=zW6kVikCosiyoCo7J7R62evD3hoxjKPchnVh8po7CZc,9931
PIL/FitsImagePlugin.py,sha256=QVW0dCJpPCrV2N6qSHVS9nXpjYPHnbHWxSC88LcYDN0,4639
PIL/FliImagePlugin.py,sha256=pf-F5OmW9ehUQGUcZDcjlQMdJBxdjEC0_1VprHActeM,4675
PIL/FontFile.py,sha256=St7MxO5Q-oakCLWn3ZrgrtaT3wSsmAarxm8AU-G8Moc,3577
PIL/FpxImagePlugin.py,sha256=OAEpvvnalEIU2KeyXX7S-LEay_qyQNKu2dN76_xUoXk,7288
PIL/FtexImagePlugin.py,sha256=Eh5ZFg-js6TjVqTe5EUehRzsTKMPpr2Hs66kXs8pgw4,3527
PIL/GbrImagePlugin.py,sha256=5t0UfLubTPQcuDDbafwC78OLR7IsD5hjpvhUZ5g8z4A,3006
PIL/GdImageFile.py,sha256=sBT3em6cOKea3atNYE8u4L0ugaFlH6zcmt_7JHOOCYw,2802
PIL/GifImagePlugin.py,sha256=mRuxEiCPGp_CGet7DgXbWagA_JtPV-gdEpWxN_wLZCs,41456
PIL/GimpGradientFile.py,sha256=ABNhtD50Gv82Dn1VxbdgfSIz3Q2_nPiv_zDquOYyVAw,3898
PIL/GimpPaletteFile.py,sha256=mK8RqdS7Ae9W7gZ7NB7MkyzuOqhC6Z09_OsLkxCJoak,1427
PIL/GribStubImagePlugin.py,sha256=hzsipSut7wvQ14P5fx7mkGtLj2TWKZk7OwSiFstB194,1747
PIL/Hdf5StubImagePlugin.py,sha256=6bSeB8RJaWqdU3-xwnJIWtGBZjpM0QnpcM8974UWN90,1750
PIL/IcnsImagePlugin.py,sha256=mRXkUrNlnKB8vyW9UphHJ4JefgIrpzIqaUamf76uPec,12953
PIL/IcoImagePlugin.py,sha256=-6GillVbyW9nWlC83IKV7F-99O2aF01U7B1EuxGZpgY,12468
PIL/ImImagePlugin.py,sha256=HIbI1-XpN2RxNyrmMjFB9RKyb9GchBGaFlokk1DPYok,11438
PIL/Image.py,sha256=S3kgQ2R7nEP9b5ljsr3jbV-ybq-8TwZdSpSJ9LU2X0Y,146129
PIL/ImageChops.py,sha256=GEjlymcoDtA5OOeIxQVIX96BD-s6AXhb7TmSLYn2tUg,7946
PIL/ImageCms.py,sha256=wpVg1Kmp5WfeCNbEfGUCZsjcWVreg3HZqMHyTttlz1s,42010
PIL/ImageColor.py,sha256=IGA9C2umeED_EzS2Cvj6KsU0VutC9RstWIYPe8uDsVk,9441
PIL/ImageDraw.py,sha256=7TZ0miXREA8vFh0yCCAy3k0olUfYz8erDjM4-AH586o,42275
PIL/ImageDraw2.py,sha256=pdVMW7bVw3KwhXvRZh28Md4y-2xFfuo5fHcDnaYqVK4,7227
PIL/ImageEnhance.py,sha256=4Elhz_lyyxLmx0GkSHrwOAmNJ2TkqVQPHejzGihZUMI,3627
PIL/ImageFile.py,sha256=3Rkbo6XqFlg2QgbpVSf5jS8K0xps8-3j1w0LIAAZwKw,26125
PIL/ImageFilter.py,sha256=X3a-7xf1loq3j_MFDha0nAglsHImezBV8D4C0mMntEE,18710
PIL/ImageFont.py,sha256=LLt1wvLhLfAND_XruWyykRP3InLsyyCpXdwH4a9XQtA,64261
PIL/ImageGrab.py,sha256=-9RS8qP6nark5RW31IrRXlrPNrTno-gRJb0zOujyi48,6002
PIL/ImageMath.py,sha256=qDVyqP24n4FnCgJRgW_DVcRFoTdZFJLQd5qxAZS4EG4,11942
PIL/ImageMode.py,sha256=5yOxODAZ7jG03DsUFrt7eQayTtIpWPgvfyhlXDWwcv8,2681
PIL/ImageMorph.py,sha256=TowXnk1Q2wX9AXVBDWRRQhCfAbFOUWGMo00vq4yn-fU,8563
PIL/ImageOps.py,sha256=g68uCpv-BJIvZr2vHUEBZG98WRJDhEOj3jEYKurOdco,25091
PIL/ImagePalette.py,sha256=wTokkN4dylYRAzxirCmh6M_GyyqbkDazwfX2tEoohCs,9002
PIL/ImagePath.py,sha256=5yUG5XCUil1KKTTA_8PgGhcmg-mnue-GK0FwTBlhjw4,371
PIL/ImageQt.py,sha256=maxKjoYomf3nqO9dWhg9kXGqg0eRz5erAa1yT2_d9oo,6834
PIL/ImageSequence.py,sha256=gx2EvywPBEjxNJujCqdpbfAm2BpyNV2_f1IaO3niubw,2200
PIL/ImageShow.py,sha256=LBGhPR3k5Z20S7vDyCsL0BftIX5tvTvCd5xdCvA7lTc,9993
PIL/ImageStat.py,sha256=S43FZ89r_u4hKCj59lVuWpyVJfhbUy3igXkp9DwaMgM,5325
PIL/ImageTk.py,sha256=JuzOgUMKiAhR8JAYCSY1Il3iwQ8Hx-vwC4ng_KRKfCQ,8997
PIL/ImageTransform.py,sha256=okpZipXf2u7tDB3dticLozrOKI8QNIsniCq_J4CxQC0,3886
PIL/ImageWin.py,sha256=LT05w8_vTfRrC3n9S9pM0TNbXrzZLEJHlCJil7Xv80k,8085
PIL/ImtImagePlugin.py,sha256=JZnVN1bWNiptIrDmiUQYMJQL_aduaGrSCEjRIHFuoEA,2665
PIL/IptcImagePlugin.py,sha256=zMOEYveSc8ph1WdJtC-tUJEueDcInpVUviCcnqKXq0Q,6669
PIL/Jpeg2KImagePlugin.py,sha256=Zv0PhFk5dx0c1H85__4PWyDC-xHjjnb9h3iIe32KtRU,13885
PIL/JpegImagePlugin.py,sha256=tOi0VgbxWSQqChM0ZBSya05bH4FJHz8F1kT_6vRHUoY,31800
PIL/JpegPresets.py,sha256=lnqWHo4DLIHIulcdHp0NJ7CWexHt8T3w51kIKlLfkIA,12379
PIL/McIdasImagePlugin.py,sha256=G_sNQybucqISdmU-XGCtdIcm4jZTI59tcSz96WiUwDI,1938
PIL/MicImagePlugin.py,sha256=8EqZ-Vm9FK23XB-5thR3dWEcq4j3XbMG961-ILRnC0g,2680
PIL/MpegImagePlugin.py,sha256=AplKMsPC9Y9ExJfqTE_xlm8TW-CSx578NGQWyVcmIiQ,2100
PIL/MpoImagePlugin.py,sha256=QVkZnrOGAlPCARpraeNSS6Q-ymQXfQGKAUAfRWTDZMA,6220
PIL/MspImagePlugin.py,sha256=VCFo9otTuMvH_xnWu43Cm1gn5Lv0-C5utBOKkxo1JB8,5882
PIL/PSDraw.py,sha256=3hY8wDQamJr5X5dS8pwQ9eUMJAV835of7aX3t8kM5Q8,6909
PIL/PaletteFile.py,sha256=rC4YrlwwpJtl7RdPDnfl21HR4Vge3cAUw5Z6zicBqIk,1211
PIL/PalmImagePlugin.py,sha256=Lz2yNR9099-cjTs4NY-0XvHxxCDBSYJkqXJltcZkNXQ,9351
PIL/PcdImagePlugin.py,sha256=8LEZLY4sjRfsL5mQQF_V9YkoiQlrXoD1dRpzM1CtcWg,1592
PIL/PcfFontFile.py,sha256=NPZQ0XkbGB8uTlGqgmIPGkwuLMYBdykDeVuvFgIC7JU,7147
PIL/PcxImagePlugin.py,sha256=egtz8QOKgBGIXxLdUxd8CfD3vBVxRcWjkt6P9HtUpSY,6247
PIL/PdfImagePlugin.py,sha256=AbJA2f4qzH8G1olfmk18SzQlcx3WsipUYDc5bcR8Wvk,9349
PIL/PdfParser.py,sha256=0p4yxf90wHEx1jDRnjpKxjwfDqUYO463kaYS31PJpYY,37980
PIL/PixarImagePlugin.py,sha256=MZ3iR3IwjVKRIRs2CSl1xExkPizhYoAFNBGeufY0fLc,1753
PIL/PngImagePlugin.py,sha256=OWYk88lLD3eBYiXQf6FBLBjLgCwggK5zukTBYhGHL-w,50861
PIL/PpmImagePlugin.py,sha256=m2PDVO97GAn5kISON3-PJENWU3WZOiwRbPjiUp_rK0M,12354
PIL/PsdImagePlugin.py,sha256=5g-l_HrIWMG7xSAb4ofhgKVhsnK2yqh6ee9xE-Z1620,8621
PIL/QoiImagePlugin.py,sha256=xZVSfZVW9nVxjQjNDcOB6q7F0H1Iq--vOr_irCp65w0,4183
PIL/SgiImagePlugin.py,sha256=wjO3mgTO7AYC2Bs6RJBEKafm49wgFkCXZuVoBD6UWxc,6732
PIL/SpiderImagePlugin.py,sha256=a9S-wC7lckgN5x412LhPuCvpwg5kz9VaISDbAewpcV4,10133
PIL/SunImagePlugin.py,sha256=Hdxkhk0pxpBGxYhPJfCDLwsYcO1KjxjtplNMFYibIvk,4589
PIL/TarIO.py,sha256=uQ5Zh47x67H9fq8iGLSeCfk22i0E7Ae06fVC2bf1LcU,1376
PIL/TgaImagePlugin.py,sha256=2vDsFTcBUBHw1V80wpVv4tgpLDbPr6yVHi6Fvaqf0HY,6980
PIL/TiffImagePlugin.py,sha256=OuJZgFdoUnGvZ-NYZbhLuQ7VBz9UqeQSPsr2OGoSSqo,83398
PIL/TiffTags.py,sha256=-gbXLZ5rlHD6crwtY6TkafDm2tamlc5v8e7FjS8PcIg,17082
PIL/WalImageFile.py,sha256=Lfuq_WZ_V_onwucfUc6GWfvY7z_K4s-5EdaQGu_2DD4,5704
PIL/WebPImagePlugin.py,sha256=cewKnQP9W43Im-mG6htOV26w6mS1KuNHjAyuuGETGjQ,10061
PIL/WmfImagePlugin.py,sha256=XbuT349Oa-9JNil6wB-gMMEQkyyMTvdQ1POxDzt3UPk,5137
PIL/XVThumbImagePlugin.py,sha256=BoEiffKzyGEYnjZAKCICSCF7En7SaYHt77mqTW6R-qs,2110
PIL/XbmImagePlugin.py,sha256=dzrVoHrTR41zGlNCuy2U9za2WbWuR1G4S_JPA33wtJk,2664
PIL/XpmImagePlugin.py,sha256=ioqboXOmeB3LBqe6ACECiKYbISM4VZmv8DPy148kR3U,3226
PIL/__init__.py,sha256=fJUwPGhI8_mcB8jNWD-hUw7MiMJyWgqVX_nFtzIj1Zs,2008
PIL/__main__.py,sha256=Lpj4vef8mI7jA1sRCUAoVYaeePD_Uc898xF5c7XLx1A,133
PIL/__pycache__/BdfFontFile.cpython-311.pyc,,
PIL/__pycache__/BlpImagePlugin.cpython-311.pyc,,
PIL/__pycache__/BmpImagePlugin.cpython-311.pyc,,
PIL/__pycache__/BufrStubImagePlugin.cpython-311.pyc,,
PIL/__pycache__/ContainerIO.cpython-311.pyc,,
PIL/__pycache__/CurImagePlugin.cpython-311.pyc,,
PIL/__pycache__/DcxImagePlugin.cpython-311.pyc,,
PIL/__pycache__/DdsImagePlugin.cpython-311.pyc,,
PIL/__pycache__/EpsImagePlugin.cpython-311.pyc,,
PIL/__pycache__/ExifTags.cpython-311.pyc,,
PIL/__pycache__/FitsImagePlugin.cpython-311.pyc,,
PIL/__pycache__/FliImagePlugin.cpython-311.pyc,,
PIL/__pycache__/FontFile.cpython-311.pyc,,
PIL/__pycache__/FpxImagePlugin.cpython-311.pyc,,
PIL/__pycache__/FtexImagePlugin.cpython-311.pyc,,
PIL/__pycache__/GbrImagePlugin.cpython-311.pyc,,
PIL/__pycache__/GdImageFile.cpython-311.pyc,,
PIL/__pycache__/GifImagePlugin.cpython-311.pyc,,
PIL/__pycache__/GimpGradientFile.cpython-311.pyc,,
PIL/__pycache__/GimpPaletteFile.cpython-311.pyc,,
PIL/__pycache__/GribStubImagePlugin.cpython-311.pyc,,
PIL/__pycache__/Hdf5StubImagePlugin.cpython-311.pyc,,
PIL/__pycache__/IcnsImagePlugin.cpython-311.pyc,,
PIL/__pycache__/IcoImagePlugin.cpython-311.pyc,,
PIL/__pycache__/ImImagePlugin.cpython-311.pyc,,
PIL/__pycache__/Image.cpython-311.pyc,,
PIL/__pycache__/ImageChops.cpython-311.pyc,,
PIL/__pycache__/ImageCms.cpython-311.pyc,,
PIL/__pycache__/ImageColor.cpython-311.pyc,,
PIL/__pycache__/ImageDraw.cpython-311.pyc,,
PIL/__pycache__/ImageDraw2.cpython-311.pyc,,
PIL/__pycache__/ImageEnhance.cpython-311.pyc,,
PIL/__pycache__/ImageFile.cpython-311.pyc,,
PIL/__pycache__/ImageFilter.cpython-311.pyc,,
PIL/__pycache__/ImageFont.cpython-311.pyc,,
PIL/__pycache__/ImageGrab.cpython-311.pyc,,
PIL/__pycache__/ImageMath.cpython-311.pyc,,
PIL/__pycache__/ImageMode.cpython-311.pyc,,
PIL/__pycache__/ImageMorph.cpython-311.pyc,,
PIL/__pycache__/ImageOps.cpython-311.pyc,,
PIL/__pycache__/ImagePalette.cpython-311.pyc,,
PIL/__pycache__/ImagePath.cpython-311.pyc,,
PIL/__pycache__/ImageQt.cpython-311.pyc,,
PIL/__pycache__/ImageSequence.cpython-311.pyc,,
PIL/__pycache__/ImageShow.cpython-311.pyc,,
PIL/__pycache__/ImageStat.cpython-311.pyc,,
PIL/__pycache__/ImageTk.cpython-311.pyc,,
PIL/__pycache__/ImageTransform.cpython-311.pyc,,
PIL/__pycache__/ImageWin.cpython-311.pyc,,
PIL/__pycache__/ImtImagePlugin.cpython-311.pyc,,
PIL/__pycache__/IptcImagePlugin.cpython-311.pyc,,
PIL/__pycache__/Jpeg2KImagePlugin.cpython-311.pyc,,
PIL/__pycache__/JpegImagePlugin.cpython-311.pyc,,
PIL/__pycache__/JpegPresets.cpython-311.pyc,,
PIL/__pycache__/McIdasImagePlugin.cpython-311.pyc,,
PIL/__pycache__/MicImagePlugin.cpython-311.pyc,,
PIL/__pycache__/MpegImagePlugin.cpython-311.pyc,,
PIL/__pycache__/MpoImagePlugin.cpython-311.pyc,,
PIL/__pycache__/MspImagePlugin.cpython-311.pyc,,
PIL/__pycache__/PSDraw.cpython-311.pyc,,
PIL/__pycache__/PaletteFile.cpython-311.pyc,,
PIL/__pycache__/PalmImagePlugin.cpython-311.pyc,,
PIL/__pycache__/PcdImagePlugin.cpython-311.pyc,,
PIL/__pycache__/PcfFontFile.cpython-311.pyc,,
PIL/__pycache__/PcxImagePlugin.cpython-311.pyc,,
PIL/__pycache__/PdfImagePlugin.cpython-311.pyc,,
PIL/__pycache__/PdfParser.cpython-311.pyc,,
PIL/__pycache__/PixarImagePlugin.cpython-311.pyc,,
PIL/__pycache__/PngImagePlugin.cpython-311.pyc,,
PIL/__pycache__/PpmImagePlugin.cpython-311.pyc,,
PIL/__pycache__/PsdImagePlugin.cpython-311.pyc,,
PIL/__pycache__/QoiImagePlugin.cpython-311.pyc,,
PIL/__pycache__/SgiImagePlugin.cpython-311.pyc,,
PIL/__pycache__/SpiderImagePlugin.cpython-311.pyc,,
PIL/__pycache__/SunImagePlugin.cpython-311.pyc,,
PIL/__pycache__/TarIO.cpython-311.pyc,,
PIL/__pycache__/TgaImagePlugin.cpython-311.pyc,,
PIL/__pycache__/TiffImagePlugin.cpython-311.pyc,,
PIL/__pycache__/TiffTags.cpython-311.pyc,,
PIL/__pycache__/WalImageFile.cpython-311.pyc,,
PIL/__pycache__/WebPImagePlugin.cpython-311.pyc,,
PIL/__pycache__/WmfImagePlugin.cpython-311.pyc,,
PIL/__pycache__/XVThumbImagePlugin.cpython-311.pyc,,
PIL/__pycache__/XbmImagePlugin.cpython-311.pyc,,
PIL/__pycache__/XpmImagePlugin.cpython-311.pyc,,
PIL/__pycache__/__init__.cpython-311.pyc,,
PIL/__pycache__/__main__.cpython-311.pyc,,
PIL/__pycache__/_binary.cpython-311.pyc,,
PIL/__pycache__/_deprecate.cpython-311.pyc,,
PIL/__pycache__/_tkinter_finder.cpython-311.pyc,,
PIL/__pycache__/_typing.cpython-311.pyc,,
PIL/__pycache__/_util.cpython-311.pyc,,
PIL/__pycache__/_version.cpython-311.pyc,,
PIL/__pycache__/features.cpython-311.pyc,,
PIL/__pycache__/report.cpython-311.pyc,,
PIL/_binary.py,sha256=pcM6AL04GxgmGeLfcH1V1BZHENwIrQH0uxhJ7r0HIL0,2550
PIL/_deprecate.py,sha256=SLU2p8O9ImHYHsD4VFGKLTkewh_Eda0axfIWUCnkKSg,1936
PIL/_imaging.cpython-311-x86_64-linux-gnu.so,sha256=M63CBYpfR7aMAr2Fkb1YE6BIS0VJxd35b1ZtLuHNKFg,3119585
PIL/_imaging.pyi,sha256=StMbXUZS32AegATP1sUHfs5P05A3TD_BiQKsDHQBW40,868
PIL/_imagingcms.cpython-311-x86_64-linux-gnu.so,sha256=heTMr-r-XAObYEDQLo2yztj1lbgcVsWTjRWYQphKut4,141369
PIL/_imagingcms.pyi,sha256=brpjxRoiY_2ItyfTrjhKeGEsExe4GPG-25q9AQP8Jp8,4389
PIL/_imagingft.cpython-311-x86_64-linux-gnu.so,sha256=rQ30uQeysLH9LuGWLdLu7tlVYRPWdaRsospmc1xiWTY,298281
PIL/_imagingft.pyi,sha256=62nD4AzNDHddKXgcxblOrxKwu8w7TJIHNM-mqC2fue0,1789
PIL/_imagingmath.cpython-311-x86_64-linux-gnu.so,sha256=aYo1pUiWQCkyHyVY2aib_0GLLEVJRv9UE2dKk7hJNHM,155320
PIL/_imagingmath.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingmorph.cpython-311-x86_64-linux-gnu.so,sha256=_7rFKvf0AhKw00rnhB9fOFFKDD8HiAW3pESCjACZl8I,35360
PIL/_imagingmorph.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingtk.cpython-311-x86_64-linux-gnu.so,sha256=QJEAcM_azvpQVO3-bNcPq3lNIZ36z2N-KUWxmLuoI54,44792
PIL/_imagingtk.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_tkinter_finder.py,sha256=CECvYrzWNc7BuzzR_mWZZKjPdADg6iRG8ilJToyjD3w,540
PIL/_typing.py,sha256=5nIQp0No7js6KhThjafVIrrddGbd_6EGvrj4BzElP-Q,1244
PIL/_util.py,sha256=E76J1WLAe6Xg5yNWYztQwYzxUT_sR_VQxFJu7IZ3S3k,635
PIL/_version.py,sha256=huIl0a2frkcR-Wem-VhDvWm-Vl4arrQvHgkDSBYVuTs,87
PIL/_webp.cpython-311-x86_64-linux-gnu.so,sha256=X-5JZ1QYc4v_6-aCYDiakOzEDejLzvRxstKBUfXV6-o,88289
PIL/_webp.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/features.py,sha256=rwlbHZYj_OM2-qhscJczwnr3UnA1QlEJg6CBmGcKETA,11262
PIL/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
PIL/report.py,sha256=4JY6-IU7sH1RKuRbOvy1fUt0dAoi79FX4tYJN3p1DT0,100
pillow-11.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pillow-11.1.0.dist-info/LICENSE,sha256=9XbTk30hFh6sWbC294B6L18w_nfXKr_g1bTY6TmzEog,60071
pillow-11.1.0.dist-info/METADATA,sha256=UIIl--QvedtNB7RSKhfc5b6W1htrqa7JadqYx4sFRrA,9137
pillow-11.1.0.dist-info/RECORD,,
pillow-11.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pillow-11.1.0.dist-info/WHEEL,sha256=UO082ao4TiA_Os50ZDC22xyI_w8ettWcRb2PiE4WbrA,113
pillow-11.1.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
pillow-11.1.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
pillow.libs/libXau-154567c4.so.6.0.0,sha256=BUhNJL94y47QMWnxywZyBNgpy3ryHeiCBADSnRFeQyA,22081
pillow.libs/libbrotlicommon-5b2eba61.so.1.1.0,sha256=KE0qWO50o39dbKYWux7aPoQwsAy2QWWpBugzHTLT134,144425
pillow.libs/libbrotlidec-a621e7f2.so.1.1.0,sha256=AxyLEg-YMOjyZvtxswOoH66IVe-z0XcPd6PXQK_zYX0,58241
pillow.libs/libfreetype-edd71024.so.6.20.1,sha256=IBqE0zjnwG6ZIiTcxzJT37xeEQLJREklwqTufNkHs7c,1434921
pillow.libs/libharfbuzz-07d0ad17.so.0.61010.0,sha256=Gk-0A1yrm7th3y_FuWhy79ogqucEFhTOEefLpCQynXE,1591649
pillow.libs/libjpeg-0988b44a.so.62.4.0,sha256=Pj_jlQJkJ6OPpZDZnpbGFixR-bwD4nwWeQ9ySpd3pMk,823985
pillow.libs/liblcms2-525547ec.so.2.0.16,sha256=wbaGBx0b3JFvqqrZe2dkQAz5yQ--CAgzhtIIfFpJpoc,510881
pillow.libs/liblzma-a5872208.so.5.6.3,sha256=TTr9V8vQ2HlPp8OV6Bfjpbq2jQWjROJtIpJ7nJvyEW0,266201
pillow.libs/libopenjp2-ca16f087.so.2.5.3,sha256=oFnye7yxRIwdm6nSRHmWj7npXl8DnEo3AEkaJzyiAW8,585849
pillow.libs/libpng16-2a828d05.so.16.44.0,sha256=K16xnYkJBrybr_sWkNpkF5MzyPwfkgfDHsFPUz6MBlU,281913
pillow.libs/libsharpyuv-f67a7212.so.0.1.1,sha256=3jtaSExDfhU3YEAPTyNGGD0h4XC0KKjzjPaVI36kcwQ,50209
pillow.libs/libtiff-a92b430c.so.6.0.2,sha256=4X5U9ZCcL7cIoQF0gUcrvI_-HNdMK7_Aey_WwcNmoHY,725697
pillow.libs/libwebp-0feb04d2.so.7.1.10,sha256=cJk-Fo9eEpmMdHJ09ZHryCGQUGL4Lv-WIAeer3eK9eg,727089
pillow.libs/libwebpdemux-e5426797.so.2.0.16,sha256=DWcaCN0anFArSkZj6BvKcCn-UZxSN-RvFFZy3bKJyqc,30217
pillow.libs/libwebpmux-f0bc54e2.so.3.1.1,sha256=ZyVNvyIaUOQeOMG0ROwyZOuQlhzrhnuGDEoxIPSOGbE,54521
pillow.libs/libxcb-0b763ed5.so.1.1.0,sha256=Q7WEA43VD4Sg_WI57N0acphn1gQMMzNsf-S7g0f80vk,251425

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: false
Tag: cp311-cp311-manylinux_2_28_x86_64