first commit
This commit is contained in:
commit
417e54da96
5696 changed files with 900003 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
pip
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,175 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: pillow
|
||||
Version: 10.4.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 >=7.3 ; 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://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/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).
|
|
@ -0,0 +1,229 @@
|
|||
PIL/BdfFontFile.py,sha256=Hnlsd7gTtt7gaY1ilXHP-co5ehkBQ8xml942d06MEno,3477
|
||||
PIL/BlpImagePlugin.py,sha256=nWYUT5yejxCpxAl9oAUHaA89Et8CqJ7OGgIwcMI-B40,16366
|
||||
PIL/BmpImagePlugin.py,sha256=RtDGvt7CrktXhjkCvBMDtwopCYwojwG_Z5m706RTxIs,18565
|
||||
PIL/BufrStubImagePlugin.py,sha256=PcwNafLqxrQ_RTsz7hAqfpLWcQHT-kXKYPLaB46ZtUA,1753
|
||||
PIL/ContainerIO.py,sha256=0lHPzJmOqWx2XK_oBQeiwBbr8Y6xT182Y72q_yj6wIo,3181
|
||||
PIL/CurImagePlugin.py,sha256=sBx86STAUlA-_akYanPSYN2fl5ArGHHOpUjQKwfYHSI,1764
|
||||
PIL/DcxImagePlugin.py,sha256=K70qkwz-e3nkgjftD5pIElMcU2klHWFTKbINlwgeQ24,2034
|
||||
PIL/DdsImagePlugin.py,sha256=Ij3vOfKqU0wh60SaE1Doqo3y7BM4sHpkQYTbHGdGdlc,16914
|
||||
PIL/EpsImagePlugin.py,sha256=7E2GwPy9qdqLxhiGiQg5PpIMtRLaJf2sQ3cM_OEVwqU,16136
|
||||
PIL/ExifTags.py,sha256=bMq60WOnExBhe-5A_in04puhqZq4E3Bgt5e5k5Hre-o,9753
|
||||
PIL/FitsImagePlugin.py,sha256=K0SDAgyb9AR6qSEsEJPeysuTacCgfaJU8sCcNaiKMtE,4593
|
||||
PIL/FliImagePlugin.py,sha256=2qnMYLNrLrPO5jCGM48oJCMQs2veXjy5ZTig2UDR5rE,4611
|
||||
PIL/FontFile.py,sha256=St7MxO5Q-oakCLWn3ZrgrtaT3wSsmAarxm8AU-G8Moc,3577
|
||||
PIL/FpxImagePlugin.py,sha256=8pIIfMdyIcREPakLaMcDVad99ha-6t3daADwcxGKwok,7060
|
||||
PIL/FtexImagePlugin.py,sha256=2sF3hZrbjn2Fx5Lb5fV-8YT-06qu6KEoKR8M1QG2P_c,3502
|
||||
PIL/GbrImagePlugin.py,sha256=0yR3E8-BJL773L05aAK4SRJ2NtV-6VzG4SxmojLrh-0,2968
|
||||
PIL/GdImageFile.py,sha256=bHdFfO9rqxiBI9hLpJQVRv0rLj1boWc-nea9rFgIBVs,2795
|
||||
PIL/GifImagePlugin.py,sha256=PYeLvZlA0sx1FKUYL3T7ce-qUf5ZLamYq66UcTLgCWs,39745
|
||||
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=YsmWyyeqIwbRlfM9yHK2NqSgIqezE43cTjXV023NlSM,12006
|
||||
PIL/IcoImagePlugin.py,sha256=nTE5xojDHCOYgQ0DKFh1Rvsat7qe7Lhbln-FYL6EpTY,11787
|
||||
PIL/ImImagePlugin.py,sha256=WgT9fO2MOj7NtKiTA3kx7FcD1-ekh0srcokYWm9COnU,11120
|
||||
PIL/Image.py,sha256=gPJ52HARC4Rx_-beeVYC9H0sJfRbiF5HTeE2i0aNG7Y,142522
|
||||
PIL/ImageChops.py,sha256=GEjlymcoDtA5OOeIxQVIX96BD-s6AXhb7TmSLYn2tUg,7946
|
||||
PIL/ImageCms.py,sha256=J6KTaQ3301Vyk35d99I-ZqvtTmCj1RC-Vz1e-BKjVH0,42024
|
||||
PIL/ImageColor.py,sha256=IGA9C2umeED_EzS2Cvj6KsU0VutC9RstWIYPe8uDsVk,9441
|
||||
PIL/ImageDraw.py,sha256=0en6U820tXtUfpEvawuVO_2qYZyu-q_W-OOZmgu-ZN8,41322
|
||||
PIL/ImageDraw2.py,sha256=3pDY-NrZeZuMjUzou8aKCZp1hH-eD-Wa726omwH2JpQ,6023
|
||||
PIL/ImageEnhance.py,sha256=kU1z5JhgqA4BVsWcLuvdop0oCnSGviONP31csQlR-xY,3383
|
||||
PIL/ImageFile.py,sha256=5SofGUBtuftZbFP-MgVpr68Wva7exBJ6LNVAx2z6qSg,25037
|
||||
PIL/ImageFilter.py,sha256=Lp2XmabZOZRg6OBoqIrwukc0xl-Uqa7HxI2EoYWKCbg,18670
|
||||
PIL/ImageFont.py,sha256=1s8appa__nJyGEzylzHotRqiMC7jBj-iE13Z65vgAYo,62067
|
||||
PIL/ImageGrab.py,sha256=B0ujDFUOCKusImJtXtMXXqKbs9YKr21ujfIt1hSy8qQ,6358
|
||||
PIL/ImageMath.py,sha256=6lPulaD5geLyF7w5oxXVvH8nC_-YD9FXQ0SqRxJsJGQ,11478
|
||||
PIL/ImageMode.py,sha256=5yOxODAZ7jG03DsUFrt7eQayTtIpWPgvfyhlXDWwcv8,2681
|
||||
PIL/ImageMorph.py,sha256=c2WliTO5k1PAAFet31W4hmTBDXgbN85TflwnOHIZrjA,8555
|
||||
PIL/ImageOps.py,sha256=-C-zNKyvf2lBNyEYhxeb_dkIyB0F0GJZzQgz-uVGXEg,25012
|
||||
PIL/ImagePalette.py,sha256=XDRJOGI6hj8pjfgJBGPb4AWKEXaCf92etcFWgpM3VHs,8970
|
||||
PIL/ImagePath.py,sha256=5yUG5XCUil1KKTTA_8PgGhcmg-mnue-GK0FwTBlhjw4,371
|
||||
PIL/ImageQt.py,sha256=k7QCXKgiY5IexiJcSfKy6izQyz08rXbGnA2n3k7Pnts,5906
|
||||
PIL/ImageSequence.py,sha256=j-i3HxuBqkVFPPZSRerCeRlkAYG0orFkWc9mG5IhYSM,2192
|
||||
PIL/ImageShow.py,sha256=CX0WcFt6gcwMzbt-RjIsj5zJlQzhck0QzoDJcSjclbk,10028
|
||||
PIL/ImageStat.py,sha256=S43FZ89r_u4hKCj59lVuWpyVJfhbUy3igXkp9DwaMgM,5325
|
||||
PIL/ImageTk.py,sha256=-YvO5Twy4ExL8laDQZq2Q3iD02O7OfAdxtz_QCfgLmI,8609
|
||||
PIL/ImageTransform.py,sha256=Ni41_73Wi1p6fXn37qpGFifvmnbqDjgNPpLXhd4i-AI,3859
|
||||
PIL/ImageWin.py,sha256=elLKj_3cHyUKNAj3x-T3irSynePWJiy-BqqMVX6Z4Mk,7523
|
||||
PIL/ImtImagePlugin.py,sha256=akFpmHvG8zULUaIzm97hjf4DvHNtwqv743cFivFZ8bA,2658
|
||||
PIL/IptcImagePlugin.py,sha256=qyOg_ECIuWLBIEwOSxnAsEqIUixOmdjBfh9Y230SKVE,6135
|
||||
PIL/Jpeg2KImagePlugin.py,sha256=bBvBCc6fFmzoed9C_px6G2ODv-6bLC4fLGxqaFLfjX8,12401
|
||||
PIL/JpegImagePlugin.py,sha256=S7pIvPg79UzVGXLjEdkUUrYXMPauF46Hu5tJ71YsFSo,29859
|
||||
PIL/JpegPresets.py,sha256=WBNUfD0CpQsEEtCPmELxmdFqBAJ6xN5RrYz4QqMfmK0,12422
|
||||
PIL/McIdasImagePlugin.py,sha256=8ILYNfntSiZzzNuBD2Q4UQtjj3sIywPHVI4EeVXxJIo,1901
|
||||
PIL/MicImagePlugin.py,sha256=ZGO3fHxD86oc_38y647Qd6875-13iycuzwhcdA3Bfso,2667
|
||||
PIL/MpegImagePlugin.py,sha256=AplKMsPC9Y9ExJfqTE_xlm8TW-CSx578NGQWyVcmIiQ,2100
|
||||
PIL/MpoImagePlugin.py,sha256=hjrpIRKF2UlnqD86i0g8qam5eStU-24J5jha__rlnWM,5847
|
||||
PIL/MspImagePlugin.py,sha256=cuu46H15nZY-uT643KGLS9hS8pLRzT1fQMKTAlXVmMA,5836
|
||||
PIL/PSDraw.py,sha256=xn_HgAAqVZj6hk1oICB5GjDPXcSIGzyHaB06cgozpXk,6983
|
||||
PIL/PaletteFile.py,sha256=rC4YrlwwpJtl7RdPDnfl21HR4Vge3cAUw5Z6zicBqIk,1211
|
||||
PIL/PalmImagePlugin.py,sha256=ejCFU4C0ZhCcvfzUWL4h8_meLlnMA2czTgEXTCJl1p0,9284
|
||||
PIL/PcdImagePlugin.py,sha256=BXsw4s68ByoQMD1UQjdoPkMQ3M41u_sDclZgKyUPDws,1623
|
||||
PIL/PcfFontFile.py,sha256=NPZQ0XkbGB8uTlGqgmIPGkwuLMYBdykDeVuvFgIC7JU,7147
|
||||
PIL/PcxImagePlugin.py,sha256=yNHdqCpKMku4j2yh2A32EYERwJhPcr8_E-7McV4fr6I,6217
|
||||
PIL/PdfImagePlugin.py,sha256=73vHq63tW4EsSiysSURmX96NhOOtKCKjp1Z18W4Eqe0,8916
|
||||
PIL/PdfParser.py,sha256=zqeVzciNGv3AIbYKw386D6gx_AVDwg9Z9D0bTjbCTfA,34869
|
||||
PIL/PixarImagePlugin.py,sha256=4ua-rSZO8m76N0GK_Z5OVEqtORmNK47he22GEaUiyxI,1746
|
||||
PIL/PngImagePlugin.py,sha256=ZciuIznkaF3Ro6Oecv7iKfdwvZ96WCZtTAcHAJXC2FY,48566
|
||||
PIL/PpmImagePlugin.py,sha256=FBiEI-l93MquYwCPRl8J-LkrE-EUcdlzQtDaUgZzIy0,12216
|
||||
PIL/PsdImagePlugin.py,sha256=UZY8pYFq3RGXMkkvttzqLcBQwAeucUBK_9lthX_0AGw,8289
|
||||
PIL/PyAccess.py,sha256=nI1CO15048im3-Ui9q6KqwacZEtsN3Q_GFwyYVaS5sI,10843
|
||||
PIL/QoiImagePlugin.py,sha256=dK8g8ClweWcmRdoLadp1fb7Qn0ccTqKlqWIBnpoTCig,4146
|
||||
PIL/SgiImagePlugin.py,sha256=FRcHgPE9z3wf-6vmovvo0Han-Mi05uhR-cC40A4Xm84,6445
|
||||
PIL/SpiderImagePlugin.py,sha256=xQaLV9Z0gpxYeLkn7JyVVK_OO7NBfh7N7lBZi8t6CgU,10054
|
||||
PIL/SunImagePlugin.py,sha256=cIl8g1mDTT7mwYlp-PswH7AHxdrTf8g7CyiLcMlqUUA,4499
|
||||
PIL/TarIO.py,sha256=gh19oHdyVhgKniKSDsEB2GxiMDT5lgAZfUs-pUQFaWw,1584
|
||||
PIL/TgaImagePlugin.py,sha256=QKasL7zyr5MZ1POvk71RN8Y7O-q9GHqLKbKqd6BM44w,6942
|
||||
PIL/TiffImagePlugin.py,sha256=p0i8JZXBtdB_HPuO_7mWFg9hWtr3UcUnkTztClbY-i0,78228
|
||||
PIL/TiffTags.py,sha256=JeQ9iZH5Vx9rbDhlVO2ETFJgzLdMPfbUbPmTZ345dmo,16715
|
||||
PIL/WalImageFile.py,sha256=OQ07uBmbAyrKUjxXtLbdv29B6TlSU3EsidJiAH6HuQY,5563
|
||||
PIL/WebPImagePlugin.py,sha256=0dSTsc_8UB75Wo0zooXiKbAedCop97fhjDapVwc6QDs,11528
|
||||
PIL/WmfImagePlugin.py,sha256=uZAyCbpr2QANes5CpHQedWM0fCSJarMS8nlrQMKhXkQ,4983
|
||||
PIL/XVThumbImagePlugin.py,sha256=NbTby5A2QdDemhe6uDFfV1R1gmbpbxWV_-62h0sNyXU,2081
|
||||
PIL/XbmImagePlugin.py,sha256=X-osASZoiQp7kje0bk2ROFEBzkgciiLnfqOziA7HUtA,2649
|
||||
PIL/XpmImagePlugin.py,sha256=M9Z4vEuxuQwKypkibk-_dJThrRFI0KkLFEpNGpxs78o,3219
|
||||
PIL/__init__.py,sha256=fJUwPGhI8_mcB8jNWD-hUw7MiMJyWgqVX_nFtzIj1Zs,2008
|
||||
PIL/__main__.py,sha256=Lpj4vef8mI7jA1sRCUAoVYaeePD_Uc898xF5c7XLx1A,133
|
||||
PIL/__pycache__/BdfFontFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/BlpImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/BmpImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/BufrStubImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/ContainerIO.cpython-311.pyc,,
|
||||
PIL/__pycache__/CurImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/DcxImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/DdsImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/EpsImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/ExifTags.cpython-311.pyc,,
|
||||
PIL/__pycache__/FitsImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/FliImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/FontFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/FpxImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/FtexImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/GbrImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/GdImageFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/GifImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/GimpGradientFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/GimpPaletteFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/GribStubImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/Hdf5StubImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/IcnsImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/IcoImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/Image.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageChops.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageCms.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageColor.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageDraw.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageDraw2.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageEnhance.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageFilter.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageFont.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageGrab.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageMath.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageMode.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageMorph.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageOps.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImagePalette.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImagePath.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageQt.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageSequence.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageShow.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageStat.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageTk.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageTransform.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImageWin.cpython-311.pyc,,
|
||||
PIL/__pycache__/ImtImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/IptcImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/Jpeg2KImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/JpegImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/JpegPresets.cpython-311.pyc,,
|
||||
PIL/__pycache__/McIdasImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/MicImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/MpegImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/MpoImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/MspImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PSDraw.cpython-311.pyc,,
|
||||
PIL/__pycache__/PaletteFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/PalmImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PcdImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PcfFontFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/PcxImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PdfImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PdfParser.cpython-311.pyc,,
|
||||
PIL/__pycache__/PixarImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PngImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PpmImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PsdImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/PyAccess.cpython-311.pyc,,
|
||||
PIL/__pycache__/QoiImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/SgiImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/SpiderImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/SunImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/TarIO.cpython-311.pyc,,
|
||||
PIL/__pycache__/TgaImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/TiffImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/TiffTags.cpython-311.pyc,,
|
||||
PIL/__pycache__/WalImageFile.cpython-311.pyc,,
|
||||
PIL/__pycache__/WebPImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/WmfImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/XVThumbImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/XbmImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/XpmImagePlugin.cpython-311.pyc,,
|
||||
PIL/__pycache__/__init__.cpython-311.pyc,,
|
||||
PIL/__pycache__/__main__.cpython-311.pyc,,
|
||||
PIL/__pycache__/_binary.cpython-311.pyc,,
|
||||
PIL/__pycache__/_deprecate.cpython-311.pyc,,
|
||||
PIL/__pycache__/_tkinter_finder.cpython-311.pyc,,
|
||||
PIL/__pycache__/_typing.cpython-311.pyc,,
|
||||
PIL/__pycache__/_util.cpython-311.pyc,,
|
||||
PIL/__pycache__/_version.cpython-311.pyc,,
|
||||
PIL/__pycache__/features.cpython-311.pyc,,
|
||||
PIL/__pycache__/report.cpython-311.pyc,,
|
||||
PIL/_binary.py,sha256=pcM6AL04GxgmGeLfcH1V1BZHENwIrQH0uxhJ7r0HIL0,2550
|
||||
PIL/_deprecate.py,sha256=Kt1jv0PTNdqqZksTO2g6XIXgnglkUv3ILRQ8nlP1IKc,2000
|
||||
PIL/_imaging.cpython-311-x86_64-linux-gnu.so,sha256=KKIujN_i980VqYVRy-c3GYtp0iJm4Z6Y3XltDmUVJ48,3062073
|
||||
PIL/_imaging.pyi,sha256=Km4dRUv7jeUTCkx89bsQgRPRe42z1oEGK69t35K-z0A,816
|
||||
PIL/_imagingcms.cpython-311-x86_64-linux-gnu.so,sha256=5CPv56T_cD7V5w7_UZaXwM9kHmdPKdJEbEr4lfCk8b4,145401
|
||||
PIL/_imagingcms.pyi,sha256=2QvVeGteGKKAtMFizNgvkczRiVPoDL1PYDfEyZ1rPHI,4339
|
||||
PIL/_imagingft.cpython-311-x86_64-linux-gnu.so,sha256=VpFy1kxnczdFYq9_KJBaXWXcCMK_Uw_NgcEZrDxONBg,290065
|
||||
PIL/_imagingft.pyi,sha256=kWCwmA5kqvoPOcVYTVZoNmKj9dWkrkXNvAU5tdsKPdY,1679
|
||||
PIL/_imagingmath.cpython-311-x86_64-linux-gnu.so,sha256=HMNy9zpVYvago2S_0cQiNOQuZ0A_gUqDqrkBE2zOOik,149024
|
||||
PIL/_imagingmath.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
||||
PIL/_imagingmorph.cpython-311-x86_64-linux-gnu.so,sha256=sCE1VSRiEU7qaG3GYv_9G-CfOcO40ULR8hRZjFUAwOQ,37976
|
||||
PIL/_imagingmorph.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
||||
PIL/_imagingtk.cpython-311-x86_64-linux-gnu.so,sha256=VS1c-9X_Nyc4oITdn44XrwXMI-_d1Fg_1nexAiXNfq0,44240
|
||||
PIL/_tkinter_finder.py,sha256=CECvYrzWNc7BuzzR_mWZZKjPdADg6iRG8ilJToyjD3w,540
|
||||
PIL/_typing.py,sha256=CXp_0BHS0oosbzsAkgFzsn_jtWhFHjhexwyNDi_Vdr4,851
|
||||
PIL/_util.py,sha256=v7VPRZplBw3JU4o1ilkG5Fh2sSNF1kdRdjf1vhrxwKU,813
|
||||
PIL/_version.py,sha256=GCP8_FGnOYLQxdMV6rdu1229lOC_zIfYKf-6stQNJSE,87
|
||||
PIL/_webp.cpython-311-x86_64-linux-gnu.so,sha256=TYHg7rMzPW6qS9Xr_CpZkyuOGdv22c6glb6f4RJghaE,100857
|
||||
PIL/_webp.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
||||
PIL/features.py,sha256=WJTP33hgqKT88aRq0p3grRTE0K5wZ7fCI3pXRZI5dOM,10513
|
||||
PIL/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
PIL/report.py,sha256=4JY6-IU7sH1RKuRbOvy1fUt0dAoi79FX4tYJN3p1DT0,100
|
||||
pillow-10.4.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
pillow-10.4.0.dist-info/LICENSE,sha256=DO-Z-d_U91IsODM1lUFv-5YCPbK4M4_hCIpb_JdwUuQ,60073
|
||||
pillow-10.4.0.dist-info/METADATA,sha256=Lt2Tz2XQj1cpxT1CLZwdJXvg7v2TbIaveTvy6QphsQA,9167
|
||||
pillow-10.4.0.dist-info/RECORD,,
|
||||
pillow-10.4.0.dist-info/WHEEL,sha256=rXTyXyQoYziFyUpVEYrIuAy9CTFtulKy0KGjWo_INgQ,113
|
||||
pillow-10.4.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
|
||||
pillow-10.4.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-be14bf51.so.6.20.1,sha256=KiF4qToQiuFFITKCWClquJanf19SDqKly2bXWDjML18,1422625
|
||||
pillow.libs/libharfbuzz-89381d8f.so.0.60850.0,sha256=M8OmZUrahqCzi1wrzY8W0F358qoVdbKop_njzyEc4gA,3426361
|
||||
pillow.libs/libjpeg-77ae51ab.so.62.4.0,sha256=YrlDd39g449t_KNpyWmK8qZyYGHt3gI9YkyuHgHRiN0,815793
|
||||
pillow.libs/liblcms2-e69eef39.so.2.0.16,sha256=UQTCSMFJmLMb4ysnVA7dF61pXYQknF8Zj48j1wO3Ca4,514977
|
||||
pillow.libs/liblzma-13fa198c.so.5.4.5,sha256=v4hBIG7N7aCw8rUQNhs0Esf3qskZdM5UApcqdWFMk00,270265
|
||||
pillow.libs/libopenjp2-05423b53.so,sha256=Lroq67mZpN4s9UHScYQnPp529VmcpoWJFepjv7W8PYw,581737
|
||||
pillow.libs/libpng16-58efbb84.so.16.43.0,sha256=k6oKmP5pSJD0Y5Ko1XHgFueUy9hwbZnnvNVd1GwgIiw,281913
|
||||
pillow.libs/libsharpyuv-898c0cb5.so.0.1.0,sha256=bLhOQVaHxGaIxoMVt2jDOIVPCDoe1xAzDyq9ctY67vI,42049
|
||||
pillow.libs/libtiff-0a86184d.so.6.0.2,sha256=EzI0Wc1W0bbmJI0ur2uQZnFZUQfdtUlQMyCK61vazSE,725697
|
||||
pillow.libs/libwebp-2fd3cdca.so.7.1.9,sha256=QYH5j5jfbAdui2eQ4oQKmpoIVmRDKASsLoL7u5RvB2c,759849
|
||||
pillow.libs/libwebpdemux-f2642bcc.so.2.0.15,sha256=83t-XUDOQwoi7xlQktfytthnjKQ_blF-b75-6cD1AUg,26121
|
||||
pillow.libs/libwebpmux-d524b4d5.so.3.1.0,sha256=AnH0cbAZq5ykA9uE2dBGt0aPMN4Bd-mddmtq76m5Y0o,54521
|
||||
pillow.libs/libxcb-b8a56d01.so.1.1.0,sha256=Yz7vOUQVQhxpfGuYa6ma3n98A2TVyKkOPeAaRNgkfxs,251425
|
|
@ -0,0 +1,5 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: setuptools (70.1.1)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp311-cp311-manylinux_2_28_x86_64
|
||||
|
|
@ -0,0 +1 @@
|
|||
PIL
|
|
@ -0,0 +1 @@
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue