Updated script that can be controled by Nodejs web app

This commit is contained in:
mac OS
2024-11-25 12:24:18 +07:00
parent c440eda1f4
commit 8b0ab2bd3a
8662 changed files with 1803808 additions and 34 deletions

View File

@ -0,0 +1 @@
pip

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,175 @@
Metadata-Version: 2.1
Name: pillow
Version: 11.0.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/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 :: 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 ; 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://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/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/.dylibs/libXau.6.0.0.dylib,sha256=TJA2zoLnXtpRUE6msaO0uOgoSqfpZiUql4ocx4LkRoQ,53552
PIL/.dylibs/libbrotlicommon.1.1.0.dylib,sha256=oIdYvQELJcgud8EY89qE3v79bLB1rg0If0yzNWPxx6Y,184704
PIL/.dylibs/libbrotlidec.1.1.0.dylib,sha256=GUcP4_FxRJJ5ci1efyOn_E3c0LJSREy-U2OuWWmtHTM,88000
PIL/.dylibs/libfreetype.6.dylib,sha256=QdmCzSt75ht4rbmf6-5kNE9RvqrHosLmL5SVpB1oOGk,1109696
PIL/.dylibs/libharfbuzz.0.dylib,sha256=LKcmmFiBapqCDq8Ya0v-0dsTz_rbe-wKzqE9eQJ_0HM,1377616
PIL/.dylibs/libjpeg.62.4.0.dylib,sha256=64n3jnvDqpgxrSMW3_lqT5DgalrRe9gwQ6_e8y63FkA,744592
PIL/.dylibs/liblcms2.2.dylib,sha256=xh2Jys20Hs8dMJYh2dj25KzpFnoEHku3QKO3P_dX7i0,524192
PIL/.dylibs/liblzma.5.dylib,sha256=3flFBJ53wU4K55eFWRAvHpEmqLU2X97f9ohasn_7jrk,308608
PIL/.dylibs/libopenjp2.2.5.2.dylib,sha256=2aNp6bEGjYqlKx3XHcIgdqP6JVg6P5H50x5uOUrEbGE,633504
PIL/.dylibs/libpng16.16.dylib,sha256=GKEc12AR8p-dbRfiRMNK_e-XdoMtmH9N97EOy53_0nE,311216
PIL/.dylibs/libsharpyuv.0.dylib,sha256=OFcrk4rmHHpsszZ6X3Vip2smDoy3odWwnkE60FGb6j0,69968
PIL/.dylibs/libtiff.6.dylib,sha256=lRm3TAEd1jNOWk9jXOBI11n43MCjCjph8Ci33qq3DpI,753056
PIL/.dylibs/libwebp.7.dylib,sha256=9T9PaHZPt1_Uj6YHkoYA36Ta47TN2aunLwPzAApOfbI,671488
PIL/.dylibs/libwebpdemux.2.dylib,sha256=uxjLs4FM4wteyC8vh5__E5LOTswNBMKYCzhXiVxzqzI,53392
PIL/.dylibs/libwebpmux.3.dylib,sha256=bJk3KsWTRnxksq9QJtVHMUH9Vx5XsyI9Dy9i4TSKI-A,89888
PIL/.dylibs/libxcb.1.1.0.dylib,sha256=dVPKVGhNJlfNHklzF79YMXxOUqrEgAwcuC1zgbp_0Y0,261200
PIL/.dylibs/libz.1.3.1.dylib,sha256=D0roY535vZnPlhnyjN0pGOVM2ZSaI-qhLzkZb06h3v0,175024
PIL/BdfFontFile.py,sha256=Hnlsd7gTtt7gaY1ilXHP-co5ehkBQ8xml942d06MEno,3477
PIL/BlpImagePlugin.py,sha256=3Mi0H6V4xduNuZXGuFZ0xHaJEWyrhaZJFZ_pAO6wfVk,16584
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=Wl4E5GyLUPmm23hSP7tFuTUw9ADgnwRhxx1f3Lxthyc,16960
PIL/EpsImagePlugin.py,sha256=NFR3P7AWhWLH8y1jWsB7hnezY9nUiAKYKc-GUaLq6MQ,16374
PIL/ExifTags.py,sha256=bMq60WOnExBhe-5A_in04puhqZq4E3Bgt5e5k5Hre-o,9753
PIL/FitsImagePlugin.py,sha256=QVW0dCJpPCrV2N6qSHVS9nXpjYPHnbHWxSC88LcYDN0,4639
PIL/FliImagePlugin.py,sha256=dgyGVcNdsRSJ1Hr9uhLPCsM3q67eaJJV5TltMCrvbTY,4681
PIL/FontFile.py,sha256=St7MxO5Q-oakCLWn3ZrgrtaT3wSsmAarxm8AU-G8Moc,3577
PIL/FpxImagePlugin.py,sha256=3eN5yRj30UMe2sEOqaOUdLqM9Fbg2WAVAGastpeA48I,7291
PIL/FtexImagePlugin.py,sha256=0i-i-w44ai9OSF2vkQKaJUr1A2Ypx53MeQra_WPzWzc,3535
PIL/GbrImagePlugin.py,sha256=5t0UfLubTPQcuDDbafwC78OLR7IsD5hjpvhUZ5g8z4A,3006
PIL/GdImageFile.py,sha256=5AwaVs57XjOYI96ENUNFpCgvOVoGuvvaIf-3JwJPNeg,2810
PIL/GifImagePlugin.py,sha256=wudsFRH_Di0NWj5VepqDEETGWu3jwUnbw4F43yD4Mos,41415
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=WFU1D3Cla9CDOJpK5S8Dyxr7bnYVKZffW702t4PeUU8,11429
PIL/Image.py,sha256=R1EsUZFRcg-xt0Dwx9Lfa88qJXanDKY5OgwGMZfvvhI,145965
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=Bz3X53qOWOY2QdR9c5dxSn1FkO08Ais1LKQB6s4iCCI,26145
PIL/ImageFilter.py,sha256=FphC23usjP3k27kQ7Mw3ryPXaTiVKaBQmnqyuzpKCbY,18697
PIL/ImageFont.py,sha256=orY3-Zx6EnRiNmI9qI0-a-8JHco4zh2l91kQWkzKpg4,64279
PIL/ImageGrab.py,sha256=B0ujDFUOCKusImJtXtMXXqKbs9YKr21ujfIt1hSy8qQ,6358
PIL/ImageMath.py,sha256=qDVyqP24n4FnCgJRgW_DVcRFoTdZFJLQd5qxAZS4EG4,11942
PIL/ImageMode.py,sha256=5yOxODAZ7jG03DsUFrt7eQayTtIpWPgvfyhlXDWwcv8,2681
PIL/ImageMorph.py,sha256=TowXnk1Q2wX9AXVBDWRRQhCfAbFOUWGMo00vq4yn-fU,8563
PIL/ImageOps.py,sha256=yuWy9QMMqFtshgq6ZNERyVc0UIlOUq38M6tOBnsWyKQ,25075
PIL/ImagePalette.py,sha256=wTokkN4dylYRAzxirCmh6M_GyyqbkDazwfX2tEoohCs,9002
PIL/ImagePath.py,sha256=5yUG5XCUil1KKTTA_8PgGhcmg-mnue-GK0FwTBlhjw4,371
PIL/ImageQt.py,sha256=9DBS5G6SYumDfR2-j_-NJpFw-jQ8zOvYkwGgBqDtMOo,6764
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=Cch0sZdrgDIrLZXC9PTsJLHyEg7oQFwdYrgTu5sy5mc,2673
PIL/IptcImagePlugin.py,sha256=zMOEYveSc8ph1WdJtC-tUJEueDcInpVUviCcnqKXq0Q,6669
PIL/Jpeg2KImagePlugin.py,sha256=m69h5_tpJDI1KXXfLzfmRshwASpKI9JERjvssaOU2uY,13816
PIL/JpegImagePlugin.py,sha256=W4bts_7z74PZzPmL2I9VBe7KY2eZnUJEiL97hw7vNQQ,31433
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=8FVcjSVEA-Hfwto6SPU0NrQUvErhLhmHDxRhww-2pOA,5904
PIL/PSDraw.py,sha256=3hY8wDQamJr5X5dS8pwQ9eUMJAV835of7aX3t8kM5Q8,6909
PIL/PaletteFile.py,sha256=rC4YrlwwpJtl7RdPDnfl21HR4Vge3cAUw5Z6zicBqIk,1211
PIL/PalmImagePlugin.py,sha256=Lz2yNR9099-cjTs4NY-0XvHxxCDBSYJkqXJltcZkNXQ,9351
PIL/PcdImagePlugin.py,sha256=MyYFc2rTlfbZ1QerocnxMknboHDDyWfo-7unLr99W7U,1598
PIL/PcfFontFile.py,sha256=NPZQ0XkbGB8uTlGqgmIPGkwuLMYBdykDeVuvFgIC7JU,7147
PIL/PcxImagePlugin.py,sha256=Uvgh8Nf2Fcc1I1aC73HG2uY4RabjGJAFcIOjul6gyTI,6249
PIL/PdfImagePlugin.py,sha256=AbJA2f4qzH8G1olfmk18SzQlcx3WsipUYDc5bcR8Wvk,9349
PIL/PdfParser.py,sha256=0p4yxf90wHEx1jDRnjpKxjwfDqUYO463kaYS31PJpYY,37980
PIL/PixarImagePlugin.py,sha256=CzGjkhpGxEix8cX6E4BWuW2pzeETa_amD1x5P8ACego,1783
PIL/PngImagePlugin.py,sha256=SPKJvNceXt78CF5U28YrjGJpPRTlNWv8kgCukjsqaHg,50865
PIL/PpmImagePlugin.py,sha256=m2PDVO97GAn5kISON3-PJENWU3WZOiwRbPjiUp_rK0M,12354
PIL/PsdImagePlugin.py,sha256=5g-l_HrIWMG7xSAb4ofhgKVhsnK2yqh6ee9xE-Z1620,8621
PIL/QoiImagePlugin.py,sha256=Ug-vZXovW4-Nmtt8pRKFw0aKdUaNz5qpEpmpL5DEt4k,4189
PIL/SgiImagePlugin.py,sha256=wjO3mgTO7AYC2Bs6RJBEKafm49wgFkCXZuVoBD6UWxc,6732
PIL/SpiderImagePlugin.py,sha256=8bRQV8KeodwYR2qAvem4Jxzg6Cmy1sAI7AdluRdigec,10113
PIL/SunImagePlugin.py,sha256=Hdxkhk0pxpBGxYhPJfCDLwsYcO1KjxjtplNMFYibIvk,4589
PIL/TarIO.py,sha256=uQ5Zh47x67H9fq8iGLSeCfk22i0E7Ae06fVC2bf1LcU,1376
PIL/TgaImagePlugin.py,sha256=2vDsFTcBUBHw1V80wpVv4tgpLDbPr6yVHi6Fvaqf0HY,6980
PIL/TiffImagePlugin.py,sha256=Ykj7B58Xvye-J1eSlC3c9yEb3oAvWqdcUSI-ASYaa5s,82151
PIL/TiffTags.py,sha256=-gbXLZ5rlHD6crwtY6TkafDm2tamlc5v8e7FjS8PcIg,17082
PIL/WalImageFile.py,sha256=Lfuq_WZ_V_onwucfUc6GWfvY7z_K4s-5EdaQGu_2DD4,5704
PIL/WebPImagePlugin.py,sha256=Po7fjkHlR3jDTPtUgo1DV139UGSOjkw_M9e-dSix1HE,10084
PIL/WmfImagePlugin.py,sha256=60VCclVBU2UY9XlbOUuqpn7v_eLr1OtWNpCYvfybob0,5030
PIL/XVThumbImagePlugin.py,sha256=f9YyaqngJFtt8iPfjlN4k6Fp5ABZprJBKLc4Sz96GPY,2148
PIL/XbmImagePlugin.py,sha256=OlaTDPErPd5JCe_B_o0nfWBedb-mTI3mC1Af8iVdGSI,2679
PIL/XpmImagePlugin.py,sha256=upNDrctfv_rGxWuR2W0HlEuG4nVob-bHkEAEv5WZ160,3256
PIL/__init__.py,sha256=fJUwPGhI8_mcB8jNWD-hUw7MiMJyWgqVX_nFtzIj1Zs,2008
PIL/__main__.py,sha256=Lpj4vef8mI7jA1sRCUAoVYaeePD_Uc898xF5c7XLx1A,133
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/_binary.py,sha256=pcM6AL04GxgmGeLfcH1V1BZHENwIrQH0uxhJ7r0HIL0,2550
PIL/_deprecate.py,sha256=SLU2p8O9ImHYHsD4VFGKLTkewh_Eda0axfIWUCnkKSg,1936
PIL/_imaging.cpython-313-darwin.so,sha256=j5AZrm4YIKnNsZsosKm26UrvvNgE50tiPcnBsaD7v_8,603376
PIL/_imaging.pyi,sha256=StMbXUZS32AegATP1sUHfs5P05A3TD_BiQKsDHQBW40,868
PIL/_imagingcms.cpython-313-darwin.so,sha256=XpUWwSQgDIAdAbv176PfYgyyGucT5TEnyF1-I40nU7M,64384
PIL/_imagingcms.pyi,sha256=brpjxRoiY_2ItyfTrjhKeGEsExe4GPG-25q9AQP8Jp8,4389
PIL/_imagingft.cpython-313-darwin.so,sha256=fZKUWsZRoCJ4oE6HFkTnCAMc4r9lQVMmOHQMy4rW_JM,100048
PIL/_imagingft.pyi,sha256=62nD4AzNDHddKXgcxblOrxKwu8w7TJIHNM-mqC2fue0,1789
PIL/_imagingmath.cpython-313-darwin.so,sha256=n3HlljbxAMLi_cb3qmwSxWRTU1jZwSX67g_5aIvCg9A,55176
PIL/_imagingmath.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingmorph.cpython-313-darwin.so,sha256=4wZ5MgUSE6VyZNdgXfPNyQ3AL8uNfR4LomB6FKB97zQ,34448
PIL/_imagingmorph.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_imagingtk.cpython-313-darwin.so,sha256=fu1TfP8060btB0vu2pNrgKKZO49WOJiW2iszW00FEhU,35984
PIL/_imagingtk.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/_tkinter_finder.py,sha256=CECvYrzWNc7BuzzR_mWZZKjPdADg6iRG8ilJToyjD3w,540
PIL/_typing.py,sha256=1Z6f4jReSU5DGewL-rlD8um0ffMZC_2dKVxeIgrcnuk,1247
PIL/_util.py,sha256=E76J1WLAe6Xg5yNWYztQwYzxUT_sR_VQxFJu7IZ3S3k,635
PIL/_version.py,sha256=qnkPlBT-9uDbZQwnYDTdeQqi7knfSu9eHmjjbot5BKg,87
PIL/_webp.cpython-313-darwin.so,sha256=26zmYdomt93yCAZGsMEmM9dx1yZZK_tH0xxF7YdVm0I,58656
PIL/_webp.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
PIL/features.py,sha256=RGGVKo5njHUBpq2gX04x9PpjSaIaSs4XC2WCfGOF6xU,10968
PIL/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
PIL/report.py,sha256=4JY6-IU7sH1RKuRbOvy1fUt0dAoi79FX4tYJN3p1DT0,100
pillow-11.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pillow-11.0.0.dist-info/LICENSE,sha256=DO-Z-d_U91IsODM1lUFv-5YCPbK4M4_hCIpb_JdwUuQ,60073
pillow-11.0.0.dist-info/METADATA,sha256=Bl6W3gqjvJoCyz7QKJRfJ-PhK6Dz_p9e-VGTHM8U85Y,9110
pillow-11.0.0.dist-info/RECORD,,
pillow-11.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pillow-11.0.0.dist-info/WHEEL,sha256=ZSBdxCzHcEp4vmzaDctbQuxSOHE7mlygKgE9rGeQo7w,111
pillow-11.0.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
pillow-11.0.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1

View File

@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (75.1.0)
Root-Is-Purelib: false
Tag: cp313-cp313-macosx_10_13_x86_64

View File

@ -0,0 +1 @@
PIL