gitignore entfernt.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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).
|
||||
@@ -0,0 +1,213 @@
|
||||
PIL/BdfFontFile.py,sha256=eOiPya2ngPj43BlnsoBAhA-m5a8tn2-b-jpHFy9WIIQ,3602
|
||||
PIL/BlpImagePlugin.py,sha256=fkdwoq9-33R-PVaZK4rwLUECvvVUKH9QSN4IcegPoyE,16032
|
||||
PIL/BmpImagePlugin.py,sha256=dvuz1d0WW6okH1l37-nDudX7Hi6CaQ1YfwMAILUR8Aw,18205
|
||||
PIL/BufrStubImagePlugin.py,sha256=wlxSRFKTh1Pe1ihNhjwlU5jqfzQJml6S125-5O8unYg,1666
|
||||
PIL/ContainerIO.py,sha256=BTz6Qlz-VyDmurXnWpQU-lAevLxgcsOcEGZP0CtvSKc,3302
|
||||
PIL/CurImagePlugin.py,sha256=i5RavrbD_Dmm-sGTGi4GBebFysK-XvRr5mm8jMeu7qY,1816
|
||||
PIL/DcxImagePlugin.py,sha256=NJLUi8N5yt1xojdPZmpozC6Xq39k1K9KxBJpMVbAXhA,2073
|
||||
PIL/DdsImagePlugin.py,sha256=bsAI3Wz2FTswlN7Qp2ryKuZOMI8VNYAvemUxHunV5AU,17283
|
||||
PIL/EpsImagePlugin.py,sha256=NyaEPif3KuSdPnrUoDhI4fh2VDrNslVOzwJ8rKIQCOU,16283
|
||||
PIL/ExifTags.py,sha256=LvHb4g-nwrIP0mPY7tGeNw41cLFihc0-VRmNTADvLCo,10134
|
||||
PIL/FitsImagePlugin.py,sha256=Ezm1Ch4FyMhTxKBNX89OTgrEKdy9OET8odQHiqyFrmA,4638
|
||||
PIL/FliImagePlugin.py,sha256=pToYAjyIyuoe8aWr_YBVVMAYXi5jXrtuhf4uakKb3l8,4737
|
||||
PIL/FontFile.py,sha256=iLSV32yQetLnE4SgG8HnHb2FdqkqFBjY9n--E6u5UE0,3711
|
||||
PIL/FpxImagePlugin.py,sha256=nIdCc6vAWAbUhC7zGp4I26HdbkIYvBplEHtDtRgEvtc,7238
|
||||
PIL/FtexImagePlugin.py,sha256=ceA1P4ucQa9mCGY2x0LQTg6haq1ESKVekgnlk20EwOU,3581
|
||||
PIL/GbrImagePlugin.py,sha256=S6JTUcCgjYV6sRdVrc9ZiPTr5kcLuVtPlYU21kjApRU,3048
|
||||
PIL/GdImageFile.py,sha256=5SZA0952NckwJYsproC-ykj_UfVUjiGxNiohzRYf2fE,2897
|
||||
PIL/GifImagePlugin.py,sha256=aCA1mtOI-GCBqn2mEjjuPWWVi-8KKjo2sVe_2KgTLSw,38827
|
||||
PIL/GimpGradientFile.py,sha256=Uxi1xSOmyfHi6RJhbyPD-Uuq6yvhirAT98RjvdOAeyY,3567
|
||||
PIL/GimpPaletteFile.py,sha256=mPqJ60BA6-bX5fza39rSQ1zGUqMiAeqx-eRX3ZRrD1A,1437
|
||||
PIL/GribStubImagePlugin.py,sha256=0tq7qbqox15DBxH-LSoqnAYmaPMQbu55-vJisJbxPEg,1660
|
||||
PIL/Hdf5StubImagePlugin.py,sha256=TTWZfdfzIhKMwbIa3lDqcUki7wlT-GI3JL4eb8t9iwM,1663
|
||||
PIL/IcnsImagePlugin.py,sha256=eypnvxilZLtobRfKdUo72gdJIhvp_cdIPf7u8Yf7UbA,12396
|
||||
PIL/IcoImagePlugin.py,sha256=pGiF7ItnDHQuhLqvPUEQe2ll08DwkRx4CL7YwruuxT4,11998
|
||||
PIL/ImImagePlugin.py,sha256=F3em4QykU3owg-8ZgBsBBp7XgIkgHwjXZtkC51SwO-8,11275
|
||||
PIL/Image.py,sha256=Wf4zYjFbr6KAvhBuPZE0SsdPeEuS3lTsGldiM5MNqAs,141051
|
||||
PIL/ImageChops.py,sha256=hZ8EPUPlQIzugsEedV8trkKX0jBCDGb6Cszma6ZeMZQ,8257
|
||||
PIL/ImageCms.py,sha256=k57KudvQqQbFYMDKLEfK17Der085g-CaU8vMmi5pTz0,42455
|
||||
PIL/ImageColor.py,sha256=GplI-TAcZMmufd-06Jy40hllJbS4cEsfaG3LGuP3_Dk,9514
|
||||
PIL/ImageDraw.py,sha256=YRBKtPdhR2X0xY_p3cvNy7rR4B_1H5i2bHdM-CLf8BI,38849
|
||||
PIL/ImageDraw2.py,sha256=xfb7_k7u6rcWUUAdyCnDwL1saBmvJ5YDEPDUNnPAGMU,5728
|
||||
PIL/ImageEnhance.py,sha256=ZqE_R7iZaxDOuV9Y0taSakmoyP-s4xJ5OizSdBgh-0M,3329
|
||||
PIL/ImageFile.py,sha256=2suZ89rl2RxwQSxm2hucNwCJlBLxsknrBXbsmmVFD_E,25218
|
||||
PIL/ImageFilter.py,sha256=7sKp_veu-mAyUuPWCstCEs1oiVpUuK5NUuygcXST0F4,17598
|
||||
PIL/ImageFont.py,sha256=mVWmRjgDlM4lVAIKyeOdyjYeHASew_gl69RDHhYk9SM,61820
|
||||
PIL/ImageGrab.py,sha256=_PLbpsP4X5qZPdFMCzYaFOedTiGT_wzHOVs5WbzoGPs,6284
|
||||
PIL/ImageMath.py,sha256=Jf7Fu0bRtQ3euo_v6En9X7dZvU9wghHyCGWYp7wrtfY,11837
|
||||
PIL/ImageMode.py,sha256=XMCH0yS-ZslCUKo5_hMOmDCr-_e08OZuPhTQGCbqS3Y,2866
|
||||
PIL/ImageMorph.py,sha256=p2gMoPzbgi9dMhPDwsIaYzEM8PTz7eiavk0uNX4dK90,8748
|
||||
PIL/ImageOps.py,sha256=RT7ngnAap7iQmeO9Pt9K_ExXeoEOrag01q1izWDMdA0,25496
|
||||
PIL/ImagePalette.py,sha256=80vc6yoQW46QCicpi0G6wq_j2FSE_cAYNyjeEv_YP4Q,8128
|
||||
PIL/ImagePath.py,sha256=ZnnJuvQNtbKRhCmr61TEmEh1vVV5_90WMEPL8Opy5l8,391
|
||||
PIL/ImageQt.py,sha256=iyzXxYgZYf9Y27J-pxeaRpRnkJyu6y9ZUwtfofmMukw,6157
|
||||
PIL/ImageSequence.py,sha256=jyVU7FmpmrvkBASsZIN-fI21g9DUcCzmSmj0FxS4Fng,2278
|
||||
PIL/ImageShow.py,sha256=Fb-malG0qQHgjt0t__CU7U8dwau_0KVvgd27-qaRF3k,9792
|
||||
PIL/ImageStat.py,sha256=lnzEWMbFmxBu-kuWVCaOZRT_qH-AJBRVE0OL3toQg-M,3853
|
||||
PIL/ImageTk.py,sha256=tFvNW2NHf84TKr7mxE0_bosk_IUo3I7Iw6PjvNQMyY4,8780
|
||||
PIL/ImageTransform.py,sha256=6Oq-8knArMY9p5twoNV_J6GYN6FewZMWXuZ3TbBZnHI,4036
|
||||
PIL/ImageWin.py,sha256=rYZTiv3ahrz2f52dGeZPMEWkJ8riiT0kchFU5f7OVV0,7457
|
||||
PIL/ImtImagePlugin.py,sha256=TFLgRU0ko5gAxrsKUqGkK_Y8o233OVKLNJKE4IeOac8,2761
|
||||
PIL/IptcImagePlugin.py,sha256=a7nQ5VkZHUgrR22VUp2ACYrVM1RTPck5a3EqspEgDzw,6370
|
||||
PIL/Jpeg2KImagePlugin.py,sha256=DcPcERXNHtomyN1zJO_gbROhNQFZVbXlslxKdCXHE5M,12317
|
||||
PIL/JpegImagePlugin.py,sha256=BKpHWkErNvKZeCymF95Os-oAAWImLLBoCKmtD0MffUs,30446
|
||||
PIL/JpegPresets.py,sha256=0XoRcIdU_U1szfxfQEt_YgarmdB1INfTpbEgCanBbns,12664
|
||||
PIL/McIdasImagePlugin.py,sha256=KNmMyMzyaBz_pjUhtxi0Fjtj6MdjzrT-b1P_LgC10gg,1979
|
||||
PIL/MicImagePlugin.py,sha256=KfxwPw4cfn5qzKLxjrSqkntAGrJNjXBFmwWLXmMathQ,2722
|
||||
PIL/MpegImagePlugin.py,sha256=jZVKPSiXk4gKVZUbzbUuDQUJpMUw8_W-uQAUeiTIt6U,2092
|
||||
PIL/MpoImagePlugin.py,sha256=Jvl6Dja-YAnNr6yTeSU3ctWIugK2YwXzOLo9nNqBIFc,5969
|
||||
PIL/MspImagePlugin.py,sha256=hcKvTMBxZlEURZehbuKIV8t3Dc9ZPMY4LklaWx-cSEA,6028
|
||||
PIL/PSDraw.py,sha256=XcnamR_C_wE94qVU9mVChdxPGTLsKfkQyyqZphWmuHY,6790
|
||||
PIL/PaletteFile.py,sha256=nTk5yXjngne55qRAsTk8SIbbWorE_ljw_9qAZ8orCVk,1215
|
||||
PIL/PalmImagePlugin.py,sha256=YoMpei-CYeeZEdGIIlPkaIeJVwE5cxSYLdHhpLxkOUk,9405
|
||||
PIL/PcdImagePlugin.py,sha256=F_8URHMLJxGt_MhONZzako6F3qYcC6RkUZrKgr0FjTM,1689
|
||||
PIL/PcfFontFile.py,sha256=RkM5wUp3SgRpQhpsTBEtk8uuFrQPnBSYBryOmcoRphQ,7401
|
||||
PIL/PcxImagePlugin.py,sha256=0XsvYIZru4nwPOpRe0CCJ5qCeuWuAJ-0Cb442AmuBlE,6436
|
||||
PIL/PdfImagePlugin.py,sha256=QAHjwSlDVAck85aLy0d5-QiMI89jjVBggdxEDr3Ouzw,9152
|
||||
PIL/PdfParser.py,sha256=x2RwjMql4jDRgqcbNgLGD-ddWBSbQb7WRKPO1Ysy7-I,35694
|
||||
PIL/PixarImagePlugin.py,sha256=90zIgbzb8-bACCrJtQD2ubQmp_x5jGBOoWpjsS7Y038,1818
|
||||
PIL/PngImagePlugin.py,sha256=nQCobjUtCziWEZYYxtK7IaNT4g7yseIkLbHLhLnAXQY,48352
|
||||
PIL/PpmImagePlugin.py,sha256=iq6SHqvB8_XPkIghWuVnmg3JBwSzytDZgZlruKZ2D9E,12579
|
||||
PIL/PsdImagePlugin.py,sha256=b8Wh5uDablJHG36lGyR5KKuYq88PF4TBRMn_xT1SXr4,8012
|
||||
PIL/PyAccess.py,sha256=f7xhjB3-WpRNha4txNm9nx0OphEP7LdbUsVuaPsX9Dw,10284
|
||||
PIL/QoiImagePlugin.py,sha256=wk0iPjWfksiUwBR7Oh8Ojvv8zOf9xgzTHK83vbE2M6U,3928
|
||||
PIL/SgiImagePlugin.py,sha256=m6ktCmk901-DRWyfTBYm2CfTM-e5kHKc2PltgnzYRO4,6636
|
||||
PIL/SpiderImagePlugin.py,sha256=X9_JONb350b0pY98RV-Iik9uBbxuLWCAltS-tIoa8zg,9785
|
||||
PIL/SunImagePlugin.py,sha256=JT8IrJC7JIDBgdfIBzC-HSzxnoD4-W1aybpBDW0L0aU,4640
|
||||
PIL/TarIO.py,sha256=57Vykz4J7Tvey9X1o9Wb2-MCZ14ditGStpQtbpaG_d4,1812
|
||||
PIL/TgaImagePlugin.py,sha256=VTESnvGWjByXq7H1YjeVmsPTJDhWjyWHfXvQfvDJlSo,7189
|
||||
PIL/TiffImagePlugin.py,sha256=DewO_3m_FCGAzaEFGP_kAXFUhuJo6L-c42A4bEXuW7s,79378
|
||||
PIL/TiffTags.py,sha256=1p_pgfh-GuSav3LWesRkYB0HyLNkbvBTpTsqeQA9VMM,17232
|
||||
PIL/WalImageFile.py,sha256=ot4zGTEp8udYiLYLfOlBrXWo_OSaCO2Bjq-G0Mft5Cs,5679
|
||||
PIL/WebPImagePlugin.py,sha256=U2nwKiW1cYfG5MAIB0lp7-dz78BQRyU7cgCtb1SpJmg,11892
|
||||
PIL/WmfImagePlugin.py,sha256=K0RRLB76i_DLBA93_K1Z2SrMnm7hL79eaAEquYE9Ftc,4905
|
||||
PIL/XVThumbImagePlugin.py,sha256=nlqdy2bGDbqG9Sl-62YQcfN0x8JAUgUQDo5a3CrNPQU,2162
|
||||
PIL/XbmImagePlugin.py,sha256=jcIu824UIAe7zuuJFAosiT3Qt0cmxQOGWkifZEaM0nk,2739
|
||||
PIL/XpmImagePlugin.py,sha256=RSBr0PeyL9przum1p-FEqo3iuAPXGI8NbPAwMDUBPwM,3352
|
||||
PIL/__init__.py,sha256=98abxVfn8od1jJaTIr65YrYrIb7zMKbOJ5o68ryE2O0,2094
|
||||
PIL/__main__.py,sha256=X8eIpGlmHfnp7zazp5mdav228Itcf2lkiMP0tLU6X9c,140
|
||||
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=cb9p-_mwzBYumlVsWbnoTWsrLo59towA6atLOZvjO3w,2662
|
||||
PIL/_deprecate.py,sha256=5WrrZE3Q65nRF3pwwRN9wsmY4lqFOJayT6Uxt-i9tf0,2071
|
||||
PIL/_imaging.cp311-win_amd64.pyd,sha256=czTxo2xmrolp7AxHmEpUhd7Wa5IBhbPQCkirctRB6OI,2329600
|
||||
PIL/_imaging.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
|
||||
PIL/_imagingcms.cp311-win_amd64.pyd,sha256=VQckRjpcJiH_60hO-ok2YE_GMmuMlJAlIp-NfJgdyac,263168
|
||||
PIL/_imagingcms.pyi,sha256=yWAXWNFGvBLu0qE-tCcX8I6KqBPzXF26MRAQjEqWJXQ,4578
|
||||
PIL/_imagingft.cp311-win_amd64.pyd,sha256=oPa38LdVP3dcEBqU5sxLV7g_Jc6xhUK1rxTFQJl3s0w,1798656
|
||||
PIL/_imagingft.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
|
||||
PIL/_imagingmath.cp311-win_amd64.pyd,sha256=u-vNc4WkRlHZy0VuxaB2V_zZxi-6NzHrR56YQ5-BTHE,23552
|
||||
PIL/_imagingmath.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
|
||||
PIL/_imagingmorph.cp311-win_amd64.pyd,sha256=htIQHQumfLy2Ii0bPRPEZDoxPgTJZ5bhxt611Ej0f60,13312
|
||||
PIL/_imagingmorph.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
|
||||
PIL/_imagingtk.cp311-win_amd64.pyd,sha256=nMpSF5d3-X_pFqob6Yst-uxGNTJKUm-CVncpDVxW-64,14848
|
||||
PIL/_tkinter_finder.py,sha256=jKydPAxnrytggsZQHB6kAQep6A9kzRNyx_nToT4ClKY,561
|
||||
PIL/_typing.py,sha256=7xejt4npjlT2_nXbUiJ8LCg6LcCa-eY9C_LFLWoKovk,809
|
||||
PIL/_util.py,sha256=ifUUlojtqTnWOxQFrwNCpqO1gjzkFIWovj7uBnq6DrY,844
|
||||
PIL/_version.py,sha256=NMkBRjrxaAOp-khUUL4kJITCOlk_jbuLfChl6AHnStE,91
|
||||
PIL/_webp.cp311-win_amd64.pyd,sha256=JJPDNmw8A8o1UHrC9yZZ7f1uNwqCTy0JGJkb4UfDSfo,407552
|
||||
PIL/_webp.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
|
||||
PIL/features.py,sha256=cVk2qCZDxbfMDMVWebDtY1CzIf0zlSR_5sNJCwBx7Ko,10499
|
||||
PIL/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
PIL/report.py,sha256=6m7NOv1a24577ZiJoxX89ip5JeOgf2O1F95f6-1K5aM,105
|
||||
pillow-10.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
pillow-10.3.0.dist-info/LICENSE,sha256=1oQxavDU2-TxBdNmMTMW80YoXqQ_AeFm1229LQUjmMM,56527
|
||||
pillow-10.3.0.dist-info/METADATA,sha256=zkrKLKWZ1ZfEWEQIhILvcdCHAsQDK42tNpY2ySjikSQ,9375
|
||||
pillow-10.3.0.dist-info/RECORD,,
|
||||
pillow-10.3.0.dist-info/WHEEL,sha256=nSybvzWlmdJnHiUQSY-d7V1ycwEVUTqXiTvr2eshg44,102
|
||||
pillow-10.3.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
|
||||
pillow-10.3.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.43.0)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp311-cp311-win_amd64
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
PIL
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user