fix(referenzen): assign unique, matching images to all reference projects

This commit is contained in:
2026-06-19 21:21:50 +02:00
parent fda2944e5a
commit d1387d2685
1748 changed files with 309601 additions and 12 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,175 @@
Metadata-Version: 2.4
Name: pillow
Version: 12.2.0
Summary: Python Imaging Library (fork)
Author-email: Jeffrey 'Alex' Clark <aclark@aclark.net>
License-Expression: MIT-CMU
Project-URL: Release notes, https://pillow.readthedocs.io/en/stable/releasenotes/index.html
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: 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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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.10
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: arro3-compute; extra == "test-arrow"
Requires-Dist: arro3-core; extra == "test-arrow"
Requires-Dist: nanoarrow; 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>=5; 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: 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 '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-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).

View File

@@ -0,0 +1,237 @@
PIL/.dylibs/libXau.6.dylib,sha256=nQNsVba7r1Hf9j6VseTE0wbv8AJvbJJLfTnE57UgW_I,70048
PIL/.dylibs/libavif.16.4.1.dylib,sha256=W7KltOfSVsQjsQP3CLOc_6S_XhrVEULfs3TmcHqtKGY,3016336
PIL/.dylibs/libbrotlicommon.1.2.0.dylib,sha256=hRywsOFrlwqmtT-_NtqmKeYvEOOpBlN6x3LMfJDYImU,201184
PIL/.dylibs/libbrotlidec.1.2.0.dylib,sha256=gAdn1-QeiaM6nOjUvNLiTwHL1GNNG1bRmaTec9DjT5k,104560
PIL/.dylibs/libfreetype.6.dylib,sha256=A3134q2POhKxeouzHx-Vu468T3SsuSUpaXlRaqI7Wk4,1127328
PIL/.dylibs/libharfbuzz.0.dylib,sha256=r5g9q4aubiQ0YZ_ugRL3wuF9kV0h9aKOjmbwwuu-VuM,1790224
PIL/.dylibs/libjpeg.62.4.0.dylib,sha256=q40-FaI3xVk1uKgrHpUlzabCCqQIoL0yB2RPPK3F6eY,653536
PIL/.dylibs/liblcms2.2.dylib,sha256=Wfj2g2nrXnegBaSa5OMBfKktEZrvicl4fbGKhKpQmF4,524672
PIL/.dylibs/liblzma.5.dylib,sha256=8B906BMqp0rsNj-y0D63UmbFh4Ske81iQlughIgdblY,325120
PIL/.dylibs/libopenjp2.2.5.4.dylib,sha256=8pbJacrtOUY0Y8ryJSz0yFGQMC0HlTKEWqTkzU3Tjik,666432
PIL/.dylibs/libpng16.16.dylib,sha256=MfrFRR0zDfIrLALh-wUT789uBWXrY73tsdysS1qRC3Y,344368
PIL/.dylibs/libsharpyuv.0.dylib,sha256=jSgehjdhBEKurMj0wkcWZIlZfrdCGpSpMAU61Y_-PqI,86240
PIL/.dylibs/libtiff.6.dylib,sha256=Oq0nn_S-HSVIMng42DBLTMHG_bMuZuMsOHpCjW2tCeM,770432
PIL/.dylibs/libwebp.7.dylib,sha256=INkaleVsCQanf2TWSVafPc_91bEE7QXdEO6fCHfewsk,515712
PIL/.dylibs/libwebpdemux.2.dylib,sha256=VuLKpYe2YZn6ko9ZjfIyEF0XglvAu5pqK5a8qCfBcTI,69904
PIL/.dylibs/libwebpmux.3.dylib,sha256=1AaRf97STlBUw4GZ5rzBguBPjvfvr2JPlLal2V4mdJE,106368
PIL/.dylibs/libxcb.1.1.0.dylib,sha256=blpsZKejMqA0kMAV_qg4Grwgm8LgwmVkx4XBJGipxTk,277664
PIL/.dylibs/libz.1.3.1.zlib-ng.dylib,sha256=WNs3N2FdAqjJxbpGEgyRbU8LIkw__w_jfJ7TUVWhdaE,177344
PIL/AvifImagePlugin.py,sha256=sHaYxONtVEDZ24y8Ad7qRlixD4iIPC2ipH1W79-uPbE,9030
PIL/BdfFontFile.py,sha256=TKUAwb5_3aOjocdyWis-gS3Vsifr9acbxAvYC88Y360,3286
PIL/BlpImagePlugin.py,sha256=tQxeJbpiyvp3-zSLjeWAQr8YdLS_HoKWmuLDQwRQl4w,16568
PIL/BmpImagePlugin.py,sha256=uDkNn9Hgi2EOpJ6nbtRH1HmutFRoaLssEpPDRueX1_0,19881
PIL/BufrStubImagePlugin.py,sha256=QDLMMoNfuNCsZTn3VTU8o2A1g3FWDjG6Nsy1N0G-2eU,1685
PIL/ContainerIO.py,sha256=wkBqL2GDAb5fh3wrtfTGUfqioJipCl-lg2GxbjQrTZw,4604
PIL/CurImagePlugin.py,sha256=-WEsgwQbA9rQzXB0HG0LK1V_qbuwHosPZ0T2IjfN8r0,1791
PIL/DcxImagePlugin.py,sha256=OlCv6yDI0LLZNbuUI7s69FI1DuArPyGxo3YCzQ1n8Hg,2180
PIL/DdsImagePlugin.py,sha256=JRhDGFhKXvolAiD_X4_nYQ3DARogu2hmE2AhZuGc02Q,18931
PIL/EpsImagePlugin.py,sha256=IYX_pIjjHfKWdeOr-nipkCL_LY04XmJA6NxxuwUAmXI,16624
PIL/ExifTags.py,sha256=YcJXrdb__UY6p4jjf5mLOSDFf-kx2xD6-b2SHu82vfM,9955
PIL/FitsImagePlugin.py,sha256=s1T42dbVN2EuOxY3JtTsg8goxHylg1WSQwNlEGGNd4A,4740
PIL/FliImagePlugin.py,sha256=4zxH8IXBX9DGi6dJRM6Y5NMdbA1d99x696mcGZHxHzI,4929
PIL/FontFile.py,sha256=q3bZ0dbspXpqZJrTAmekA7A0JKZW_DJLk1wLUFglYcs,4208
PIL/FpxImagePlugin.py,sha256=T6OnWku8qLsbYkD-bi63Zwb4lKL5by1n7rVlPT5etGo,7332
PIL/FtexImagePlugin.py,sha256=ZS0WqBHtItNoi0W52A4REOGrDIfh40dCGDLruaXLRFE,3570
PIL/GbrImagePlugin.py,sha256=DYyvhekFB1sOQLEWPwYbf0CEfGdgdax1ci-3DuSeIgQ,3053
PIL/GdImageFile.py,sha256=vAJCcbsRK3IRKoX4jP7XyM-DV_SXoE5KlnpirpVP2yg,2789
PIL/GifImagePlugin.py,sha256=_pVshaw6ZbqfAdrsGsw_xYtIXavPJckP6baGA5rK42E,42373
PIL/GimpGradientFile.py,sha256=zWdbMT-VssXx0Tg0DOmysToUgY-fyCXJvYmFSpJ1eNg,3983
PIL/GimpPaletteFile.py,sha256=hIHQ9LJ5ri0hy1e_vZYeD-n67UWdhEDlKc4vDxgaUdg,1860
PIL/GribStubImagePlugin.py,sha256=8yM4VeuNzYbAnofxcp3yroZD3tle8K8dcW-PuYHqz7o,1714
PIL/Hdf5StubImagePlugin.py,sha256=ETM4yeScy-eQi8UirP6HI1LvNOe0tWW7Nk9nyn3UIwo,1696
PIL/IcnsImagePlugin.py,sha256=Qu1FZdZyx-sbWogD5iNmH7hwuS3BkRcXsqIDFsGrhiA,12397
PIL/IcoImagePlugin.py,sha256=UGzIDlQ02ZB-VJEsoyI7YWmTx26ZiB2EHJZ1qvB28JQ,13103
PIL/ImImagePlugin.py,sha256=8sBOAy7xlqP722sXWhnJn4VoBhTBzbZQTtfW_XsWefU,11602
PIL/Image.py,sha256=Gj0u89vL0Fb7tN40FTAoczSMYOkBKamhB7iCk5XqR-o,153611
PIL/ImageChops.py,sha256=GEjlymcoDtA5OOeIxQVIX96BD-s6AXhb7TmSLYn2tUg,7946
PIL/ImageCms.py,sha256=IuCm3gXKpb5Eu1kn-TB8cD9XJLZEa8fpkEjzVqAIKNk,40676
PIL/ImageColor.py,sha256=IGA9C2umeED_EzS2Cvj6KsU0VutC9RstWIYPe8uDsVk,9441
PIL/ImageDraw.py,sha256=yB4RsDX5yJBIsxhHphufgpwhhcno3Hu9RHZrJGIzaek,36233
PIL/ImageDraw2.py,sha256=ewTYOS5i26PBBpquzKGHsSzaNHUuIv9e2kYUobuDg8s,7226
PIL/ImageEnhance.py,sha256=4Elhz_lyyxLmx0GkSHrwOAmNJ2TkqVQPHejzGihZUMI,3627
PIL/ImageFile.py,sha256=fEPU6bAjjNObc2Nbsa2e1M5C8Al4Y9kJOQCfOvitL2Y,29871
PIL/ImageFilter.py,sha256=MO1MBrbXDiX2IAGESdGm_0087bwmSZ_14ecAj28ojCY,18729
PIL/ImageFont.py,sha256=vX0_eetCu9Tb6eAOjpFDVo0TFwLf7KrSp4DqrWxoyRw,63145
PIL/ImageGrab.py,sha256=g7ArG2GYMyDbyNQT-PY_KTZK8g6Ck5GYcDFrnfPseCs,8118
PIL/ImageMath.py,sha256=RQl6cRXGuszba4KwtbIudin_8U65shpWrajr9gTn1rw,10369
PIL/ImageMode.py,sha256=aaZVHAiCEanOA2K1jN3DlW3NPKa8Dm5nIXTXErzyFms,2395
PIL/ImageMorph.py,sha256=otf5f9A-Y4Aosfl1E4YWEVatgDBInGp6xWBJfAJ0NRs,10356
PIL/ImageOps.py,sha256=bIcQFK_MtovfNSYTcOesp4So9OgsGrwt3cGsB7xlGRM,25567
PIL/ImagePalette.py,sha256=Zn4g_xcQ1KDlf0lKcvPNcjIPeufQx-ktO5Hcd3yKdx8,9208
PIL/ImagePath.py,sha256=5yUG5XCUil1KKTTA_8PgGhcmg-mnue-GK0FwTBlhjw4,371
PIL/ImageQt.py,sha256=PTt5TPyngWL-Vuvx_bwnH17EOBe3tE7l4huVmvGQP5Y,6684
PIL/ImageSequence.py,sha256=Mphgkr79scmYBgmi9ZguhDfVwHvpLSX5uZVHDZlrn0I,2253
PIL/ImageShow.py,sha256=Ju0_Db2B4_n3yKJV9sDsF7_HAgciEdXlq6I1Eiw1YTo,10106
PIL/ImageStat.py,sha256=FVTiYWGCciPW1QD61b7DYZlcDqR0dS6hsLjq-gcKcG4,5495
PIL/ImageText.py,sha256=-s2c7F3-L1BBQujQlTDvKMUih5oI3xFG-9qLaNmGi4I,18576
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=4mCGxtWqemjeP_Z2brdwT0YJX-jmjA_OZwwUp3pQ2qo,6437
PIL/Jpeg2KImagePlugin.py,sha256=0-KfXjv2JikjnpaSOmgFA10z1fl7-vzkkHhRcwErp38,14407
PIL/JpegImagePlugin.py,sha256=J-vo9Zp6EuQCd_j4TORjfDABReGB-1vQWtiUuJw5G7E,31334
PIL/JpegPresets.py,sha256=lnqWHo4DLIHIulcdHp0NJ7CWexHt8T3w51kIKlLfkIA,12379
PIL/McIdasImagePlugin.py,sha256=baOIkD-CIIeCgBFTf8kos928PKBuCUqYYa38u3WES_8,1877
PIL/MicImagePlugin.py,sha256=j91UizvL-zgXZgOcq_4oWBbSX6LPq1J9kNHkdITM1Qw,2599
PIL/MpegImagePlugin.py,sha256=g7BZd93kWpFi41SG_wKFoi0yEPsioI4kj45b2F-3Vrw,2010
PIL/MpoImagePlugin.py,sha256=CU8UePn0bsm0q7EPXNF3LHKI5Ie3B5EuquvJZORuTBA,6784
PIL/MspImagePlugin.py,sha256=H1Hy5efbTRsgGLImF9uiSwmWwLGiDf0DMaRpptFSQsE,5890
PIL/PSDraw.py,sha256=QB7MGMumb-PqjZE4zsga2qvTh7sxEthIz8nbffwjecY,6992
PIL/PaletteFile.py,sha256=suDdAL6VMljXw4oEn1vhTt4DQ4vbpIHGd3A4oxOgE6s,1216
PIL/PalmImagePlugin.py,sha256=muM80ZJd0xCq-EspVxA7gwNfWHQgaeac7LLlvd6RQjk,8748
PIL/PcdImagePlugin.py,sha256=-gnMUqQH0R-aljsd3nZS9eBI1j75ijWD_HZfadE3RsQ,1774
PIL/PcfFontFile.py,sha256=nGb4CPmByVlMNp0WPwr_b91vn07Jkx49jC_6tXfSBQI,7240
PIL/PcxImagePlugin.py,sha256=-pZVK7Hx0kSQtnGiy6UOF3qi5QejMYQbcMWlebsR1x4,6364
PIL/PdfImagePlugin.py,sha256=6lZLoQMVbAE-x1ESrv6PgGSyM9Ueck7e6E6ps-YQ-vI,9321
PIL/PdfParser.py,sha256=FGOptr7rG0LxxmIB4d9SNYoC7XHu5n6_QSb7mqq_QQo,38257
PIL/PixarImagePlugin.py,sha256=l_4GwBd0mATnIXYJbwmmODU2vP7wewLu6BRviHCB2EI,1758
PIL/PngImagePlugin.py,sha256=N00R6X_ule1IYwkQPRkmhl-EjQs9GZZtZjI1PCiGUnY,51726
PIL/PpmImagePlugin.py,sha256=vb5SP0IjQPzDRDE8jSPtcJv9K3Rh1LczAlt0Pg26i90,12391
PIL/PsdImagePlugin.py,sha256=wgiyPwf7FnV1vO6hVRSBDooRUY8SPqiwwIbMQ7w2Gg4,8836
PIL/QoiImagePlugin.py,sha256=o3IJbJYiG6Qz_evDAixeTferNaXOA7Rf0TsoNQeFaZ4,8607
PIL/SgiImagePlugin.py,sha256=3Ql89s8vycNWjcxJwMw28iksV9Yj2xWoKBQ6c5DHXBg,6389
PIL/SpiderImagePlugin.py,sha256=wcLgSJ2Vl-kndFb_6ZtD7N5Y14kCDP_AVNolL5-9hAw,10327
PIL/SunImagePlugin.py,sha256=Hdxkhk0pxpBGxYhPJfCDLwsYcO1KjxjtplNMFYibIvk,4589
PIL/TarIO.py,sha256=BqYUChCBb9F7Sh-uZ86iz1Dtoy2D0obNwGm65z1rdc0,1442
PIL/TgaImagePlugin.py,sha256=cVqtDKNYaX0v9yjUxi6R1uLaFrrJPZNNPi2jkPigkgM,7593
PIL/TiffImagePlugin.py,sha256=BKnyiSJrX8UDsRTVJrphzrKbBoSdcYLeDPmbQ878XU0,85841
PIL/TiffTags.py,sha256=dm3qNQQkuaLKqzUTvnlGiUA8K3IizQOABvac_wjttF0,17206
PIL/WalImageFile.py,sha256=dZ21IDQST2o7Y7gA-QxRzwIx2aiObGO1Uosgdd2EpJc,5762
PIL/WebPImagePlugin.py,sha256=fCHqpMBM5CV2pr26GzLEuBm7V58Q_Z9YJ-9zxc2jA4M,9854
PIL/WmfImagePlugin.py,sha256=zR4metz5R-NcO8FN1a05Bli83geOabTpKdrheTtRow0,5207
PIL/XVThumbImagePlugin.py,sha256=XghmnRm8Y_8j0O28XPbHRrmK7CrGVuR844gv1hfF5ug,2126
PIL/XbmImagePlugin.py,sha256=Fd6GVDEo73nyFICA3Z3w4LjkwoZWvhHB6rKCm5yVrho,2669
PIL/XpmImagePlugin.py,sha256=jtUKavJCYwIAsJaJwSx8vJsx1oTbCywfDxePENmA93w,4400
PIL/__init__.py,sha256=c2G2rTh4WJr_5ZVuSk2iTXE5iwiR_TqMFek2Ihe0ygE,2035
PIL/__main__.py,sha256=Lpj4vef8mI7jA1sRCUAoVYaeePD_Uc898xF5c7XLx1A,133
PIL/__pycache__/AvifImagePlugin.cpython-311.pyc,,
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__/ImageText.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/_avif.cpython-311-darwin.so,sha256=Ba5BQGTtCJdvpyha-rX6HULdZ9eajlTbYZvJ7kNyJbQ,74000
PIL/_avif.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_binary.py,sha256=puDoNyI8yrOw6Rx3IjyVHTs_udaaws5SQwztcZuvOXU,2551
PIL/_deprecate.py,sha256=KhyLVmQYVVww0rORbU24Te3t8fOt9G2LeM6fJGWbl0o,2034
PIL/_imaging.cpython-311-darwin.so,sha256=meKIgcG3-bIJXj3MGbdJIMRg7F55HgvTS73Kp5DKaJ0,572528
PIL/_imaging.pyi,sha256=fT-TTGQS0kym1gv77gXTKQtJrAmO1NynS5LKBtG3G6M,893
PIL/_imagingcms.cpython-311-darwin.so,sha256=ywk_aet0szLY77hoGxISk_6M0patymNxGUT-qVbCMPs,98544
PIL/_imagingcms.pyi,sha256=ZZ8iIoi6EHWLvgAdfm1hPD5CQmxi75LiJl5x8yGxYoU,4433
PIL/_imagingft.cpython-311-darwin.so,sha256=sqNcU9egp0JR72Y6CFpe1KmULpe6PdYuMmPuG-P6zEY,117712
PIL/_imagingft.pyi,sha256=cYySzvcKBCiHPBsvttMie9AdfUcEsqZR-3256YQtz2Q,1833
PIL/_imagingmath.cpython-311-darwin.so,sha256=oWHYFFSfiSvLMH9PUyJu6FBg8WO5HUwkpXSOcBekntw,72224
PIL/_imagingmath.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingmorph.cpython-311-darwin.so,sha256=HyVZjGlbObxZy2EG2AN9pGSpSUy41nPRaehcowkTBJY,51472
PIL/_imagingmorph.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingtk.cpython-311-darwin.so,sha256=cF045aZufsmZQeL4jRziXMDXAlBWskMOM_e5lYiBngo,52720
PIL/_imagingtk.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_tkinter_finder.py,sha256=GIZ4stmFhUosmHKSrdxcjStiocDNfyJn7RBie2SWxU0,538
PIL/_typing.py,sha256=2z33ZUp9aQnkSqXzNR3Zn7l04d2W-oAj1OiZhiyFF68,919
PIL/_util.py,sha256=fxhWdrLARyc2PsMgN3m9_U1dY3oUKbV7mkoHcXgoeeA,684
PIL/_version.py,sha256=jH69izL6Hq_sSQFnyDVsLUEIyHJ11gZPs1FLYSrf4_Y,87
PIL/_webp.cpython-311-darwin.so,sha256=tWBN6IW9BX7ZAFsi1kT70sLiSnk5hjnhtzR8fhJ_-Rs,76288
PIL/_webp.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/features.py,sha256=FPkEhjtBaRSqpkgHNYduwxiFtycu4NjZKwEMWxtemPU,10775
PIL/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
PIL/report.py,sha256=4JY6-IU7sH1RKuRbOvy1fUt0dAoi79FX4tYJN3p1DT0,100
pillow-12.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pillow-12.2.0.dist-info/METADATA,sha256=-SG5etDRyU5uD-hKxXnJmPLChaizX3-TTT-gwmV-Zas,8814
pillow-12.2.0.dist-info/RECORD,,
pillow-12.2.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pillow-12.2.0.dist-info/WHEEL,sha256=3iWGt3ZRqL8bd3jDYJl5cT68kBeEqDf8qA7Ulp_ILlc,136
pillow-12.2.0.dist-info/licenses/LICENSE,sha256=E-HVAU3gBktLHKTYNxEXl2c8yRoRZhbj3eVVAJJDqvY,68065
pillow-12.2.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
pillow-12.2.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1

View File

@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: setuptools (82.0.1)
Root-Is-Purelib: false
Tag: cp311-cp311-macosx_11_0_arm64
Generator: delocate 0.13.0

File diff suppressed because it is too large Load Diff