initial commit

This commit is contained in:
klein panic
2024-09-29 01:45:31 -04:00
commit 242841c44b
8018 changed files with 1426958 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,176 @@
Metadata-Version: 2.1
Name: pillow
Version: 10.3.0
Summary: Python Imaging Library (Fork)
Author-email: "Jeffrey A. Clark" <aclark@aclark.net>
License: HPND
Project-URL: Changelog, https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
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.org
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 :: Historical Permission Notice and Disclaimer (HPND)
Classifier: Programming Language :: Python :: 3 :: Only
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 :: 3.12
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.8
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-removed-in ; 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 ; 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'
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://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://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.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).

View File

@@ -0,0 +1,230 @@
PIL/BdfFontFile.py,sha256=CgWJtLCciuqgkpRedO-0xvIYsEe-AGUxs5k9AGbllPg,3469
PIL/BlpImagePlugin.py,sha256=EUG7Z0Ub01IojONKCwgV8hnLRA4wpG3ugnF09NPFet0,15556
PIL/BmpImagePlugin.py,sha256=umQd5qExzXgvyqrEKOMVYftObW71BWKCrmXAv0pp3Rs,17733
PIL/BufrStubImagePlugin.py,sha256=6b85Pu28dcbLAaCCZHWfhRkAU5-_J7lMWVRi-C6QnPc,1592
PIL/ContainerIO.py,sha256=0lHPzJmOqWx2XK_oBQeiwBbr8Y6xT182Y72q_yj6wIo,3181
PIL/CurImagePlugin.py,sha256=9aIXiNuTVkA0WlcPb5q5C5ZiDVcGBeI-EfsP5FjtP8U,1741
PIL/DcxImagePlugin.py,sha256=A3Av_UXMGR51I8TmBQTJIQUyLbLUwUho0gHKDEQIIp0,1993
PIL/DdsImagePlugin.py,sha256=_Nn_lmoa0zHhcKx2o6A3bkktQaXxKMraf_dfPVMOkUU,16711
PIL/EpsImagePlugin.py,sha256=X0R_sgNv3rLKjesLEh0F-dhD7kSl0BvJw_yX3Y8-hfA,15809
PIL/ExifTags.py,sha256=zuMaexyJLTtuVZlOv43_P7qR7YMgjHffu7SOpPdvN3E,9753
PIL/FitsImagePlugin.py,sha256=_3lMteXeNGGVmyJ7lcngKreyxcJ0vTm3Z_0pygZuWzM,4490
PIL/FliImagePlugin.py,sha256=6w9Ygb4wzUCHillPVHUG62xPfoQenoj_oGBacLX4zDU,4563
PIL/FontFile.py,sha256=St7MxO5Q-oakCLWn3ZrgrtaT3wSsmAarxm8AU-G8Moc,3577
PIL/FpxImagePlugin.py,sha256=mXaNTmqTRx8v2YrA5ujT31Ph92pdQo082fqStGLLQTg,6983
PIL/FtexImagePlugin.py,sha256=rOCpWFSUFhf3E9I8e7SNyo6fsK_pwe7nmCUKJ6e7aSQ,3466
PIL/GbrImagePlugin.py,sha256=eMCpGbv7k1kO-o0LxfWbPivVOW85sxzhj80m79KQqlY,2945
PIL/GdImageFile.py,sha256=bHdFfO9rqxiBI9hLpJQVRv0rLj1boWc-nea9rFgIBVs,2795
PIL/GifImagePlugin.py,sha256=V0Ng9zC0ohcmRvBXT_hm8OGGaDejJ34sUDqQsZjLj3o,37720
PIL/GimpGradientFile.py,sha256=tsjtwjYF66-bf1XNsTM5wI6Ix_wDODDO4TsDAhVhA4U,3430
PIL/GimpPaletteFile.py,sha256=cEgzwxWE7Un4ecteOuKQtOCzXKnDZB1XBUPr8eOFymw,1380
PIL/GribStubImagePlugin.py,sha256=_RF5KKShDil6f1ZBppBxZ9ZDzLzA4SfF8NU0O3sxqWk,1586
PIL/Hdf5StubImagePlugin.py,sha256=Ryc2pROK1Zv67JOsNqWNc69qjX4EefdnLZolryEW4ZI,1589
PIL/IcnsImagePlugin.py,sha256=KvI7GUIPjUHvjgFib08Xnr-S95jJE47flrpEaKGGfCk,11996
PIL/IcoImagePlugin.py,sha256=bKKxLV8rspe0BLCA-u0_e4QmJ6xqI-NXOn7ypW6k_t8,11640
PIL/ImImagePlugin.py,sha256=cUR0hNu8GtFed5lc3_C7q_xQNINC9DUNpJMymwwWbbg,10904
PIL/Image.py,sha256=ccaq8zMwhi9G6e_Tdbwuc14iCxDowyexx5O6cCLDvaQ,137068
PIL/ImageChops.py,sha256=GEjlymcoDtA5OOeIxQVIX96BD-s6AXhb7TmSLYn2tUg,7946
PIL/ImageCms.py,sha256=0uG9vycWQXDU-g_o_c5XPnPMReBIyojvluihuJJb-_4,41353
PIL/ImageColor.py,sha256=hzIxLczMm2xIHOqh4omU0DxXoc4_-UV7jppatfBMiek,9197
PIL/ImageDraw.py,sha256=ZbNdtxKUiFW7UWeYnqZ-aPGJp1n-H1_tbd6Utd5boKc,37762
PIL/ImageDraw2.py,sha256=mbG4zwC6tCpMwea4fzXLCO2dT7D4FS5Qu4C5n1XupE0,5535
PIL/ImageEnhance.py,sha256=2sC99It-If3s69RzTdDVV0lLscdE0P5ZbNflOzm6FPE,3225
PIL/ImageFile.py,sha256=GZWPddFu9y2I1ACuGWwjljGaIohgj8Tf9lvimLvpd_0,24421
PIL/ImageFilter.py,sha256=wpGOcSSFZq2fc8UfEIJxDk10uTwNhYW0WpPTk32Gclk,17033
PIL/ImageFont.py,sha256=faDw-UrjSa_kmL1S4xNGekE1BzT0EM9w2wvQCcZlhxw,60568
PIL/ImageGrab.py,sha256=ms7MbA9ncsk5D6VPZUk8hUlcMfhYnxapv0EXhEoUVMg,6098
PIL/ImageMath.py,sha256=X_LiAqpTsvCwQtdW07Ji9VdQn8dAXwzGOM8rEQoYGQY,11480
PIL/ImageMode.py,sha256=aqTBqT_GqrlBo0azaCmEPzHj6pasdtk2aWDGGna0meA,2770
PIL/ImageMorph.py,sha256=k7Rbd3IfkJxtvyb9Yr9ln53r2LElAZXqTH0sTTL6M9E,8483
PIL/ImageOps.py,sha256=a8g279h_lbLHTmCXfLIPlkTS-4OjLDsVXYQ1z-EqDRg,24772
PIL/ImagePalette.py,sha256=Vn9b9eP8gIhjpkCAMqloJNUmQElaoGHxLhJ-yw4l4Hc,7865
PIL/ImagePath.py,sha256=5yUG5XCUil1KKTTA_8PgGhcmg-mnue-GK0FwTBlhjw4,371
PIL/ImageQt.py,sha256=FChTYnuPLJ8PEvWKPi9bVTHtBum8_K9SSaO47RyRwcg,5952
PIL/ImageSequence.py,sha256=j-i3HxuBqkVFPPZSRerCeRlkAYG0orFkWc9mG5IhYSM,2192
PIL/ImageShow.py,sha256=E50d0z7V0968Yola6uUR8UwO0TQtMdnsQNyhRUDbvxc,9445
PIL/ImageStat.py,sha256=ImYsQY6lIdht8_pNmofHXHMz_tWlsV3ct2eHDbx0DEA,3724
PIL/ImageTk.py,sha256=v7UpqgvLscTrc3woG_q0HQLlAX1JZMgj3nmXVi2rJb0,8496
PIL/ImageTransform.py,sha256=R7OoWdH__0E8fG-Dv99-fjBfDoQhRqMkdjVYCDGXUd4,3901
PIL/ImageWin.py,sha256=AeO3qPyeQzEOagNb9AWOiWX2ZyRK4qTyEXgdttF-YzI,7226
PIL/ImtImagePlugin.py,sha256=akFpmHvG8zULUaIzm97hjf4DvHNtwqv743cFivFZ8bA,2658
PIL/IptcImagePlugin.py,sha256=ZCydfUtpgPeMz1o9Fg9mkE0HUrU-wUUt9ijge7g7pH4,6135
PIL/Jpeg2KImagePlugin.py,sha256=WlIa72wRQYz-xtDGvNS7VCOg04i8YIPz5hyoxiiIAJ8,11914
PIL/JpegImagePlugin.py,sha256=HsFU08YvgKbveI17n-Xr-ROGhYXrq8YBD62FDp2jMrg,29578
PIL/JpegPresets.py,sha256=WBNUfD0CpQsEEtCPmELxmdFqBAJ6xN5RrYz4QqMfmK0,12422
PIL/McIdasImagePlugin.py,sha256=8ILYNfntSiZzzNuBD2Q4UQtjj3sIywPHVI4EeVXxJIo,1901
PIL/MicImagePlugin.py,sha256=ghIjl4yl-ifdH7ykjkokhd2dMCOc5Bpn2wi0FJ4gpM8,2615
PIL/MpegImagePlugin.py,sha256=QqfR8MFL2Mr_ruEwKpzPJmPMgkIwuS_0wfmO-eRdNa8,2008
PIL/MpoImagePlugin.py,sha256=mt9M_ZNy0pkwVSVnwKcaUxIYnsHil87DLpb5mkYfMW8,5785
PIL/MspImagePlugin.py,sha256=hew-xMKOtQSIapetfQ-9AXb8-YjJj-fLqfVrUroF8Go,5828
PIL/PSDraw.py,sha256=n-UXRnVJAALbmL3aVYJz9_D_CAkpDulXCnHs2Esfn7c,6560
PIL/PaletteFile.py,sha256=ZMuQqDZ7X9d_c9LRMV7Wku1U7v_rVIHlT0Zipu4W4Eg,1163
PIL/PalmImagePlugin.py,sha256=Txc8OcCjyJiR80npQKgw06-JgX_pFnEv8BHsF3co64M,9179
PIL/PcdImagePlugin.py,sha256=BXsw4s68ByoQMD1UQjdoPkMQ3M41u_sDclZgKyUPDws,1623
PIL/PcfFontFile.py,sha256=NPZQ0XkbGB8uTlGqgmIPGkwuLMYBdykDeVuvFgIC7JU,7147
PIL/PcxImagePlugin.py,sha256=4cmasyj-_JuGcB1eS6s5AhM8QxaA73cKhDMBPGNo6V4,6209
PIL/PdfImagePlugin.py,sha256=obF_lgWcas78e96zlG6d9pdM2F1eXNM3nHlqIWmYbGo,8849
PIL/PdfParser.py,sha256=gPUzlnX4rHZ7Fe0HpJoposPHyhUyvdCexaeDVGPKPlE,34686
PIL/PixarImagePlugin.py,sha256=4ua-rSZO8m76N0GK_Z5OVEqtORmNK47he22GEaUiyxI,1746
PIL/PngImagePlugin.py,sha256=lC5j7csnTeQfhaS65mnvFXr2wKjbFtq2Il_Meied778,46882
PIL/PpmImagePlugin.py,sha256=1W7myY1EDLpMwdhe73nO0zNqJAYTP6caen-m9atHlzc,12208
PIL/PsdImagePlugin.py,sha256=M6ctlhVmZNCfYkUsfoVNJQEOuuEy0lUC-Ir_8v-og_I,7705
PIL/PyAccess.py,sha256=emN_Wktr1lZHaNQpPEckxCymvxCnYA2CD-bQm-IvZsw,9919
PIL/QoiImagePlugin.py,sha256=InmYOYhAblvhwU_Yciz1QMNCHOSTD3xyAWkrwkQN31o,3817
PIL/SgiImagePlugin.py,sha256=3_yHZnJsONiRe5bZo9U6eW8jKwgaeFvsCkahZf6dwPs,6399
PIL/SpiderImagePlugin.py,sha256=WoiSQ-PX30v5ZR8oECFEo_z5tLobeVS1MZQWp8uEL2Y,9467
PIL/SunImagePlugin.py,sha256=cIl8g1mDTT7mwYlp-PswH7AHxdrTf8g7CyiLcMlqUUA,4499
PIL/TarIO.py,sha256=p2NKGZ9-rKCVdLT5Bc3K_mpNc7SRaZ_b9g86y8WGZuo,1739
PIL/TgaImagePlugin.py,sha256=_w6-_MeL1SQCLKk9jYMdvWv8PpgaH_i2yku8uiw7XcA,6926
PIL/TiffImagePlugin.py,sha256=5cgvlJTBwaRcX-KY7AUjNsljfhJG6IjG7CG2obWZfyc,77194
PIL/TiffTags.py,sha256=CDMYcTJu2rRnCtXVTJVxflBFY0AoW87rtxtrplkeEAI,16679
PIL/WalImageFile.py,sha256=HUnZ08FnSpFyLS8QEUAX3HdhS0FiVrEfweczbGmVyYM,5555
PIL/WebPImagePlugin.py,sha256=esWthJUepNciUUqq4BMNfvHGjKEx65Alv4lDmRj5Kak,11522
PIL/WmfImagePlugin.py,sha256=zfqPQqk0rGPQYmoP_g0euoOYdBjQZr0RtCGk3n2Oxjg,4726
PIL/XVThumbImagePlugin.py,sha256=NbTby5A2QdDemhe6uDFfV1R1gmbpbxWV_-62h0sNyXU,2081
PIL/XbmImagePlugin.py,sha256=aJBtltZpyCYVefq_zNGE7qyzzf880YOx_WcJuCgcg4Q,2641
PIL/XpmImagePlugin.py,sha256=TCVpV4gYioLZZYyFUm7aleAwP8b_3jnMlzIZp3qiOF0,3224
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__/PyAccess.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=Kt1jv0PTNdqqZksTO2g6XIXgnglkUv3ILRQ8nlP1IKc,2000
PIL/_imaging.cpython-311-x86_64-linux-gnu.so,sha256=RvWhFRC5IEIxk7Rn_Rw88pH57tG7LrG7azTCUpTQjAI,3045673
PIL/_imaging.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingcms.cpython-311-x86_64-linux-gnu.so,sha256=_AtQz8PkC_oDIZCoQn5dDceDKqhR5n9lzhuHbZwEp24,145409
PIL/_imagingcms.pyi,sha256=q8U2xR9Fb_k6YxS3SwqjqaG3fi21gv2JSzt_8HB8cdA,4433
PIL/_imagingft.cpython-311-x86_64-linux-gnu.so,sha256=HVxszhE0VJiVnlh-rduYQvEUHasHMmF8L6pCy_EO6As,294137
PIL/_imagingft.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingmath.cpython-311-x86_64-linux-gnu.so,sha256=ho6yTSieeYJkrf7O8X-DFbF3kcvG8BysS0MHy1Ll5GQ,149024
PIL/_imagingmath.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingmorph.cpython-311-x86_64-linux-gnu.so,sha256=b43tahEWeh0lPIDvl3TevaysVLFazlXuCpweoZ1GsAk,37976
PIL/_imagingmorph.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingtk.cpython-311-x86_64-linux-gnu.so,sha256=NfKD4qkfIhZpK49rGeviU0MorltUP65JNbMpwR6VvU4,44240
PIL/_tkinter_finder.py,sha256=CECvYrzWNc7BuzzR_mWZZKjPdADg6iRG8ilJToyjD3w,540
PIL/_typing.py,sha256=lpzFKvLMkPVVgMVDLJT7ktL6zS7lmg1z6SGJrVFGmiU,776
PIL/_util.py,sha256=v7VPRZplBw3JU4o1ilkG5Fh2sSNF1kdRdjf1vhrxwKU,813
PIL/_version.py,sha256=ceaRTTl5R1PwMRG_4Iq_acRJWkQkvrKcBBwPkSHFlZk,87
PIL/_webp.cpython-311-x86_64-linux-gnu.so,sha256=upwvPBR3CjtHE4xCdu5W6iOR7VofmW1qo6L_k716kAk,100857
PIL/_webp.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/features.py,sha256=MTm2vHEideRRY6tuC4EyazLoIav6oEEYn7m34LzlL-w,10160
PIL/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
PIL/report.py,sha256=4JY6-IU7sH1RKuRbOvy1fUt0dAoi79FX4tYJN3p1DT0,100
pillow-10.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pillow-10.3.0.dist-info/LICENSE,sha256=DO-Z-d_U91IsODM1lUFv-5YCPbK4M4_hCIpb_JdwUuQ,60073
pillow-10.3.0.dist-info/METADATA,sha256=z7qVhayuwYWsXDOkgzLqH00a3HXS1lQGZ8GenAOvBjo,9199
pillow-10.3.0.dist-info/RECORD,,
pillow-10.3.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pillow-10.3.0.dist-info/WHEEL,sha256=YWlKy0nJ9aao4e8uDUzQl8aYd3pSdN_guc61oMtONVQ,114
pillow-10.3.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
pillow-10.3.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
pillow.libs/libXau-154567c4.so.6.0.0,sha256=BUhNJL94y47QMWnxywZyBNgpy3ryHeiCBADSnRFeQyA,22081
pillow.libs/libbrotlicommon-3ecfe81c.so.1,sha256=AkvHYFUCz_1Fs_fD83_gQ2lMw7S0y385rzuacnk-TC4,144425
pillow.libs/libbrotlidec-ba690955.so.1,sha256=qHImANFeNwTIVZqCSbgY9uMGBD4hJMAHvlXY3LPT2Xw,58225
pillow.libs/libfreetype-1f2cdfbb.so.6.20.1,sha256=28NtMWawpzJAJ3bJtLodtiy8oq2rFB364bOCAI0sK2E,1422625
pillow.libs/libharfbuzz-8b0b6641.so.0.60840.0,sha256=tvk2f8c7-Qtg-AUsXIZvNA9_nO6SUNiQt-EWLCjEi2s,3381297
pillow.libs/libjpeg-f391b078.so.62.4.0,sha256=laqlO9M7DAxre5L4H02-Kc_hC2UCN_XW76TAzY973VA,815809
pillow.libs/liblcms2-e69eef39.so.2.0.16,sha256=UQTCSMFJmLMb4ysnVA7dF61pXYQknF8Zj48j1wO3Ca4,514977
pillow.libs/liblzma-13fa198c.so.5.4.5,sha256=v4hBIG7N7aCw8rUQNhs0Esf3qskZdM5UApcqdWFMk00,270265
pillow.libs/libopenjp2-05423b53.so,sha256=Lroq67mZpN4s9UHScYQnPp529VmcpoWJFepjv7W8PYw,581737
pillow.libs/libpng16-58efbb84.so.16.43.0,sha256=k6oKmP5pSJD0Y5Ko1XHgFueUy9hwbZnnvNVd1GwgIiw,281913
pillow.libs/libsharpyuv-20f78091.so.0.0.1,sha256=jCg1XQ4-9EpGfwdfBBAutIfMfAHhNcLi-cS20-2_-Go,37713
pillow.libs/libtiff-4da6744b.so.6.0.2,sha256=8FQj-CxlTrtl_qUdxH3IpJK187TI9WxxnocnXLpzgpo,725697
pillow.libs/libwebp-850e2bec.so.7.1.8,sha256=XLTrXx2r_1a9OdXijckePIPs5DiJJWrnP1QygvsEjLM,755753
pillow.libs/libwebpdemux-df9b36c7.so.2.0.14,sha256=-WWag67Dv66vNcjqXHc6L3tbI2SsyTkDnM_xSNCn12E,26121
pillow.libs/libwebpmux-9fe05867.so.3.0.13,sha256=7y_xyZyocyswZKKfgTGYZBOWefWKyWnDrDuiWmscRjo,54441
pillow.libs/libxcb-80c5a837.so.1.1.0,sha256=tcV7dY-POgYlDVjCSGeskaGy1aZhf03RPbJE39ehyZI,251425

View File

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