first comit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
1343
venv/lib/python3.10/site-packages/pillow-10.2.0.dist-info/LICENSE
Normal file
1343
venv/lib/python3.10/site-packages/pillow-10.2.0.dist-info/LICENSE
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,182 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: pillow
|
||||
Version: 10.2.0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
Author-email: "Jeffrey A. Clark (Alex)" <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
|
||||
Project-URL: Twitter, https://twitter.com/PythonPillow
|
||||
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
|
||||
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 (Alex) 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.travis-ci.com/github/python-pillow/Pillow"><img
|
||||
alt="Travis CI wheels build status (aarch64)"
|
||||
src="https://img.shields.io/travis/com/python-pillow/Pillow/main.svg?label=aarch64%20wheels"></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://twitter.com/PythonPillow"><img
|
||||
alt="Follow on https://twitter.com/PythonPillow"
|
||||
src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.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).
|
||||
222
venv/lib/python3.10/site-packages/pillow-10.2.0.dist-info/RECORD
Normal file
222
venv/lib/python3.10/site-packages/pillow-10.2.0.dist-info/RECORD
Normal file
@@ -0,0 +1,222 @@
|
||||
PIL/BdfFontFile.py,sha256=CgWJtLCciuqgkpRedO-0xvIYsEe-AGUxs5k9AGbllPg,3469
|
||||
PIL/BlpImagePlugin.py,sha256=AuzKyME8-lGusxhWNw-Gy4i5OiK58BUf341GrJwIvac,15569
|
||||
PIL/BmpImagePlugin.py,sha256=rBG0UMmwEH7sneMLRdZXLqZbiPFWbGDLzhgUDq2y3GI,17699
|
||||
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=8EpTFrYKy49zm1c8rhf-Ts5quzSXDhG0f7JVeUEobg0,16539
|
||||
PIL/EpsImagePlugin.py,sha256=2RktUZljG27e5eLZAXA6tRIRFpshdcWD6_JXHCl4wNc,15919
|
||||
PIL/ExifTags.py,sha256=zuMaexyJLTtuVZlOv43_P7qR7YMgjHffu7SOpPdvN3E,9753
|
||||
PIL/FitsImagePlugin.py,sha256=kzGddPcFZ-wjZhv48mHv-zA8SVG9rlyIytzQ6zOdGyA,2000
|
||||
PIL/FliImagePlugin.py,sha256=Ce4lhNCfrzlleWOGs7vGmLX3wul7uLIOrVxHI_ufsbU,4523
|
||||
PIL/FontFile.py,sha256=cEA7RQKpMcsXTbTLraBYNWEz2N3x47rz0VeYnlj5Uyw,3591
|
||||
PIL/FpxImagePlugin.py,sha256=mXaNTmqTRx8v2YrA5ujT31Ph92pdQo082fqStGLLQTg,6983
|
||||
PIL/FtexImagePlugin.py,sha256=USOGJE-qbbz2i2kqsgbhNe5MkesOrCYDNDkB-MDCoOg,3465
|
||||
PIL/GbrImagePlugin.py,sha256=eMCpGbv7k1kO-o0LxfWbPivVOW85sxzhj80m79KQqlY,2945
|
||||
PIL/GdImageFile.py,sha256=SNBzEAyZIeYYue_gIue4Ngr0G93WEScsiWM5hxdYvk8,2642
|
||||
PIL/GifImagePlugin.py,sha256=s34iS6fV0kz4tD73nCABbSuono7vk2S0VdTJl22TAHE,37203
|
||||
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=Hi5jh3H6H-1fc8q4CrhNxLqXzZu4BjWZMdFrTCH5p0g,11574
|
||||
PIL/ImImagePlugin.py,sha256=l7PD_fbTEDfbqzGbo8Pir6EudzTvnFGOVWXyYkZAYCY,10904
|
||||
PIL/Image.py,sha256=bdqvPbFUqfwuymWqnhr47-bJ-hka5jolRj8J15q9lsA,134480
|
||||
PIL/ImageChops.py,sha256=GEjlymcoDtA5OOeIxQVIX96BD-s6AXhb7TmSLYn2tUg,7946
|
||||
PIL/ImageCms.py,sha256=6uJ1DXxJYstDSckcgFetzAKDQwkGCjrQ8uLy5iz7vnU,37181
|
||||
PIL/ImageColor.py,sha256=0FcbJ8P79HwEZeD82hZQ888KMtW5CWDteuuvLaptuB8,9173
|
||||
PIL/ImageDraw.py,sha256=HvxImwYIAyIPnyLADiU1DMNDcR9jdtTYBD-6RUS4Yyk,36435
|
||||
PIL/ImageDraw2.py,sha256=mbG4zwC6tCpMwea4fzXLCO2dT7D4FS5Qu4C5n1XupE0,5535
|
||||
PIL/ImageEnhance.py,sha256=2sC99It-If3s69RzTdDVV0lLscdE0P5ZbNflOzm6FPE,3225
|
||||
PIL/ImageFile.py,sha256=FHWA782rQqbbOjoNo4uW8q3FA6HLriarpZpAuEBtAL4,24345
|
||||
PIL/ImageFilter.py,sha256=HbRCGz_ErSUs4bT9qP0eg5gfr8fB_4nGnEjPP8nRcNM,17143
|
||||
PIL/ImageFont.py,sha256=W2uoXRPwSr9Gh_2kR5Iyc2rQfwu4Gxo2ejPkZcWPrLg,60840
|
||||
PIL/ImageGrab.py,sha256=5DDhN0PhU-JIDBrjooXUnPlTAIxgcE9iNh5C3oWex0c,5630
|
||||
PIL/ImageMath.py,sha256=TqzLP2bwj6FU6vel8nqoV64190dBgr5gqw73vgG-KQg,7509
|
||||
PIL/ImageMode.py,sha256=aqTBqT_GqrlBo0azaCmEPzHj6pasdtk2aWDGGna0meA,2770
|
||||
PIL/ImageMorph.py,sha256=jUIZZMjfvxI2lsE5GeNJaFvl7rIzCRY_XxuVs7f6Lm8,8012
|
||||
PIL/ImageOps.py,sha256=uS6DkoM9laNqNZm0rAZt2bofnb4P-16GjkpU0Az1KKo,22458
|
||||
PIL/ImagePalette.py,sha256=RBsDBC1kJHEc5OuDaIup48NuLxFSOIZWtqGOAZJvj7g,7763
|
||||
PIL/ImagePath.py,sha256=5yUG5XCUil1KKTTA_8PgGhcmg-mnue-GK0FwTBlhjw4,371
|
||||
PIL/ImageQt.py,sha256=DhUBqFaQr8TGHZAYPONY_dgaOC7vxnUzUzsVJRQaKYo,5745
|
||||
PIL/ImageSequence.py,sha256=j-i3HxuBqkVFPPZSRerCeRlkAYG0orFkWc9mG5IhYSM,2192
|
||||
PIL/ImageShow.py,sha256=IjMLpgJ50pRYc-f7-xZlzqrrwGBGf-P_v8HoX4IYBNY,8392
|
||||
PIL/ImageStat.py,sha256=ImYsQY6lIdht8_pNmofHXHMz_tWlsV3ct2eHDbx0DEA,3724
|
||||
PIL/ImageTk.py,sha256=v7UpqgvLscTrc3woG_q0HQLlAX1JZMgj3nmXVi2rJb0,8496
|
||||
PIL/ImageTransform.py,sha256=QbNygcTyHzCfSpNK7wFZQJ2dEJ1d2uIUJUYjLlsvkBE,3164
|
||||
PIL/ImageWin.py,sha256=AeO3qPyeQzEOagNb9AWOiWX2ZyRK4qTyEXgdttF-YzI,7226
|
||||
PIL/ImtImagePlugin.py,sha256=Kb3yzGSr4GuN_Dp-vQI1ob7HW_s8agqp0-gKG8Lqt7U,2614
|
||||
PIL/IptcImagePlugin.py,sha256=ZCydfUtpgPeMz1o9Fg9mkE0HUrU-wUUt9ijge7g7pH4,6135
|
||||
PIL/Jpeg2KImagePlugin.py,sha256=wXem0GpIymfqrSNmA5o2-H2q0YIeBPxGT9F4q5H9GrQ,11573
|
||||
PIL/JpegImagePlugin.py,sha256=HsFU08YvgKbveI17n-Xr-ROGhYXrq8YBD62FDp2jMrg,29578
|
||||
PIL/JpegPresets.py,sha256=9TUIdnpWJQHtew5Mh__t7GE5jyLZVnilWJ28BZvhlC4,12378
|
||||
PIL/McIdasImagePlugin.py,sha256=qMFakL7l4YCbb4GaiZt2rxLceS5Dwj-PMtFrmF3JzGM,1832
|
||||
PIL/MicImagePlugin.py,sha256=ghIjl4yl-ifdH7ykjkokhd2dMCOc5Bpn2wi0FJ4gpM8,2615
|
||||
PIL/MpegImagePlugin.py,sha256=4XlVZbLjYUDLQUiJXUuoPcZKbCsjrLb4j89Ue-Mptnw,1858
|
||||
PIL/MpoImagePlugin.py,sha256=_NELKSFJqmCNLhgnAA7RjLkWUooKq2gHdgHDwXnEibw,6255
|
||||
PIL/MspImagePlugin.py,sha256=WSm2IvKq0s7k9054-LmOz6rsXZCejMSfnrZXrcBOKDw,5648
|
||||
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=0fIQ-vUvMcD13NqhYk4UNCTajxsZSFqdQnSqBP4VrSw,1531
|
||||
PIL/PcfFontFile.py,sha256=NPZQ0XkbGB8uTlGqgmIPGkwuLMYBdykDeVuvFgIC7JU,7147
|
||||
PIL/PcxImagePlugin.py,sha256=Z7INEBrZt3JdYFT73H741A1P7FHd6N_lrMGdxCI_gp4,6057
|
||||
PIL/PdfImagePlugin.py,sha256=6bQN-R47u-fGMVLtBirn8sV9ENFfD13IptJzAEJqEcc,8841
|
||||
PIL/PdfParser.py,sha256=de45wTgum1mNNzBURVxbnyIE9TWhFB4lapJWT0ScVcw,34483
|
||||
PIL/PixarImagePlugin.py,sha256=_kySXXNkfkPgVLd5H_xXi7vHfEy_fY42W4fBo2cXRoY,1687
|
||||
PIL/PngImagePlugin.py,sha256=tZr5QSRYbeZmMuHGW7Z0HZ4tj_7Og2OYWPWKFk803yY,46481
|
||||
PIL/PpmImagePlugin.py,sha256=o9Nm2Y7R2uw5HtYx-cJKRMsmeof2zXA2fazB13eCz1E,11359
|
||||
PIL/PsdImagePlugin.py,sha256=IDHRQQrP--TaqNf45rM-oWnDrSNrPUBPAYzw2A38358,7697
|
||||
PIL/PyAccess.py,sha256=l0v6Sd0ha80QM4TULXuK7t_Ph2VwNG_MzGOuwhQj2S8,9909
|
||||
PIL/QoiImagePlugin.py,sha256=R3EQMRD4N-jy1mquob4xtLyzlSF6CiljiKc7cx83Vqs,3670
|
||||
PIL/SgiImagePlugin.py,sha256=irpZprRXEM01GjcWgwO5hlbWw1RuYGMG9QlxDeB2eMo,6184
|
||||
PIL/SpiderImagePlugin.py,sha256=WoiSQ-PX30v5ZR8oECFEo_z5tLobeVS1MZQWp8uEL2Y,9467
|
||||
PIL/SunImagePlugin.py,sha256=Zyzd_n8OVaD_ECUPMdg7YViGVfRLhR-2b8z6vPYCTL4,4440
|
||||
PIL/TarIO.py,sha256=p2NKGZ9-rKCVdLT5Bc3K_mpNc7SRaZ_b9g86y8WGZuo,1739
|
||||
PIL/TgaImagePlugin.py,sha256=Sgd8Zm7sLSZC1xp-35Ve2gEXgaZBPv0s1YpUN5ZyM3k,6615
|
||||
PIL/TiffImagePlugin.py,sha256=xibeBz2VQESXEgj8p876nSI6PY53q3cr76G8Cl5NlCM,76701
|
||||
PIL/TiffTags.py,sha256=ZmHL4R5_xkb_PwH0Kz7Pu6wlX80gn0800ysaAd79JSw,16567
|
||||
PIL/WalImageFile.py,sha256=HUnZ08FnSpFyLS8QEUAX3HdhS0FiVrEfweczbGmVyYM,5555
|
||||
PIL/WebPImagePlugin.py,sha256=u8vPrNJXiaA0yLIv6Qtpxv3YgN0T0vveUfF7SIGH-2g,11320
|
||||
PIL/WmfImagePlugin.py,sha256=zfqPQqk0rGPQYmoP_g0euoOYdBjQZr0RtCGk3n2Oxjg,4726
|
||||
PIL/XVThumbImagePlugin.py,sha256=QydC-4ISyYMIWWCYEVXZRBqgouv7S8cG7Sq222wNk8A,2022
|
||||
PIL/XbmImagePlugin.py,sha256=JrNSE9gesB7jEb9_iBLu3xIYHozoPbQEKQNleETJXtQ,2523
|
||||
PIL/XpmImagePlugin.py,sha256=P6RNrQQlko-1hKtKRAzad6RVUQ7JrjUizD__6zZeT1M,3219
|
||||
PIL/__init__.py,sha256=xJm_loI9xcfcm1_sa9l8mXH7l1f9573QnhcW_ngX9y8,2014
|
||||
PIL/__main__.py,sha256=LiJGDPwg067ZaSwzvYXzXsusvNCvOT3SgZp9_YwGLpI,77
|
||||
PIL/__pycache__/BdfFontFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/BlpImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/BmpImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/BufrStubImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/ContainerIO.cpython-310.pyc,,
|
||||
PIL/__pycache__/CurImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/DcxImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/DdsImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/EpsImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/ExifTags.cpython-310.pyc,,
|
||||
PIL/__pycache__/FitsImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/FliImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/FontFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/FpxImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/FtexImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/GbrImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/GdImageFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/GifImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/GimpGradientFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/GimpPaletteFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/GribStubImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/Hdf5StubImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/IcnsImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/IcoImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/Image.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageChops.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageCms.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageColor.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageDraw.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageDraw2.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageEnhance.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageFilter.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageFont.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageGrab.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageMath.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageMode.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageMorph.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageOps.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImagePalette.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImagePath.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageQt.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageSequence.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageShow.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageStat.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageTk.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageTransform.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImageWin.cpython-310.pyc,,
|
||||
PIL/__pycache__/ImtImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/IptcImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/Jpeg2KImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/JpegImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/JpegPresets.cpython-310.pyc,,
|
||||
PIL/__pycache__/McIdasImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/MicImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/MpegImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/MpoImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/MspImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PSDraw.cpython-310.pyc,,
|
||||
PIL/__pycache__/PaletteFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/PalmImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PcdImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PcfFontFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/PcxImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PdfImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PdfParser.cpython-310.pyc,,
|
||||
PIL/__pycache__/PixarImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PngImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PpmImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PsdImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/PyAccess.cpython-310.pyc,,
|
||||
PIL/__pycache__/QoiImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/SgiImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/SpiderImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/SunImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/TarIO.cpython-310.pyc,,
|
||||
PIL/__pycache__/TgaImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/TiffImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/TiffTags.cpython-310.pyc,,
|
||||
PIL/__pycache__/WalImageFile.cpython-310.pyc,,
|
||||
PIL/__pycache__/WebPImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/WmfImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/XVThumbImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/XbmImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/XpmImagePlugin.cpython-310.pyc,,
|
||||
PIL/__pycache__/__init__.cpython-310.pyc,,
|
||||
PIL/__pycache__/__main__.cpython-310.pyc,,
|
||||
PIL/__pycache__/_binary.cpython-310.pyc,,
|
||||
PIL/__pycache__/_deprecate.cpython-310.pyc,,
|
||||
PIL/__pycache__/_tkinter_finder.cpython-310.pyc,,
|
||||
PIL/__pycache__/_typing.cpython-310.pyc,,
|
||||
PIL/__pycache__/_util.cpython-310.pyc,,
|
||||
PIL/__pycache__/_version.cpython-310.pyc,,
|
||||
PIL/__pycache__/features.cpython-310.pyc,,
|
||||
PIL/_binary.py,sha256=2qsiRyxBrHwPBm9OeqgSBN0bW_kwsiF8-OmAxzgP-Sw,2279
|
||||
PIL/_deprecate.py,sha256=Kt1jv0PTNdqqZksTO2g6XIXgnglkUv3ILRQ8nlP1IKc,2000
|
||||
PIL/_imaging.cpython-310-x86_64-linux-gnu.so,sha256=m-XiYjuuzM0mh2w7MN2ibdCmnDwmV51Jg3qdPoyIS00,3025193
|
||||
PIL/_imagingcms.cpython-310-x86_64-linux-gnu.so,sha256=FrniYaOIlwvZWGW0ZeCfEHKsZhb9pxNDPT0JO-A4cPw,145425
|
||||
PIL/_imagingcms.pyi,sha256=uN4MUZ6avvQ7ZRsGS9neyFpi76OYlxLv7SOrmwS0TtQ,99
|
||||
PIL/_imagingft.cpython-310-x86_64-linux-gnu.so,sha256=udBJDsetQFtafPQGZVm2ogVXj6PVkqvO25svjSi7GJo,285945
|
||||
PIL/_imagingft.pyi,sha256=uN4MUZ6avvQ7ZRsGS9neyFpi76OYlxLv7SOrmwS0TtQ,99
|
||||
PIL/_imagingmath.cpython-310-x86_64-linux-gnu.so,sha256=e5yIdXcvfbNoNjmZP693kl_WSsn8yaadWLeCCjlRbEc,149184
|
||||
PIL/_imagingmorph.cpython-310-x86_64-linux-gnu.so,sha256=TY2q9J5WGqn0m3EdDsFnJalJw6A5pUjdnJVbGfiEn4I,37728
|
||||
PIL/_imagingtk.cpython-310-x86_64-linux-gnu.so,sha256=9B5qDjuN8w7M12oHVcQ7Y0387PaqA1ICmkrkCGH7EJk,44240
|
||||
PIL/_tkinter_finder.py,sha256=T9mPJn0kOMBd449ks26RgIVcoJdV0Pq-hI96Jmir3pQ,539
|
||||
PIL/_typing.py,sha256=EOvAj7Z7yFQGe4CQzCdXrcH1aCNwDmD-ig1p3Y-LPLg,402
|
||||
PIL/_util.py,sha256=kYai_kiMPzmVmoHOsqtNg516QcsuGymoUE3xBh41nL4,823
|
||||
PIL/_version.py,sha256=wTAXIDScPCi6rN3xG3UOqezq0mqLgFmsKxU1U8M5iNs,87
|
||||
PIL/_webp.cpython-310-x86_64-linux-gnu.so,sha256=PvrELESG-PXu4KMRKRylBysWUWHiFbLgQ-LKetrpeBY,96761
|
||||
PIL/features.py,sha256=ZtIUwxcwRTf_MVzQ9LLbd6lDhKkU5SQ1BSxv61auazo,9654
|
||||
pillow-10.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
pillow-10.2.0.dist-info/LICENSE,sha256=F64uYNddUtaEMBgLfbPmONZMbYBpqR51xYMzmvx3bHM,60064
|
||||
pillow-10.2.0.dist-info/METADATA,sha256=fZlKCvuFmrHk6sj1aII6g7Kv2q3uD3qzvp3_iYa-4p4,9708
|
||||
pillow-10.2.0.dist-info/RECORD,,
|
||||
pillow-10.2.0.dist-info/WHEEL,sha256=zL8QdYpn40L5zyQJMSDc8czZQHX1BqCvPZ3z2rz6kD0,114
|
||||
pillow-10.2.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
|
||||
pillow-10.2.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-f154df84.so.6.20.1,sha256=L9I9bpqW0alZhqdL7zdIbSMJad-No83f_dZTKknwn9g,1422625
|
||||
pillow.libs/libharfbuzz-2093a78b.so.0.60830.0,sha256=ornYKC-5dSUS6rG83oKQuty6toTQmoXTWAn8XIb7wTI,3377145
|
||||
pillow.libs/libjpeg-e44fd0cd.so.62.4.0,sha256=gDMisZgzKDAU-lWL1o75X4bWFFuHSfZUNAVuE6iERNY,946881
|
||||
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-eca49203.so.2.5.0,sha256=aLQxLicGJXTRJ6HxLQ4In6RmYiG_IZBmtRUq7w2iD0w,578001
|
||||
pillow.libs/libpng16-78d422d5.so.16.40.0,sha256=IGRppOJyIQZmAKNUperC1Ww2v0kJvnbb-S4cNI6C_aI,281937
|
||||
pillow.libs/libsharpyuv-20f78091.so.0.0.1,sha256=jCg1XQ4-9EpGfwdfBBAutIfMfAHhNcLi-cS20-2_-Go,37713
|
||||
pillow.libs/libtiff-91af027d.so.6.0.2,sha256=JJKQxwNJk9kl8PaxMoNobsUGwG4hnGWDlHBOCdYkMXw,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-f0538cc0.so.1.1.0,sha256=qzk7IU7aiMrG3wJgfqeOpg1vM-xqaKn5X-dLBqlcsws,251425
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.42.0)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp310-cp310-manylinux_2_28_x86_64
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
PIL
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user