This commit is contained in:
ton
2024-10-07 10:13:40 +07:00
parent aa1631742f
commit 3a7d696db6
9729 changed files with 1832837 additions and 161742 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,24 @@
Copyright (c) 2014-2022, imageio developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@@ -0,0 +1,136 @@
Metadata-Version: 2.1
Name: imageio
Version: 2.35.1
Summary: Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
Home-page: https://github.com/imageio/imageio
Download-URL: http://pypi.python.org/pypi/imageio
Author: imageio contributors
Author-email: almar.klein@gmail.com
License: BSD-2-Clause
Keywords: image video volume imread imwrite io animation ffmpeg
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides: imageio
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pillow>=8.3.2
Provides-Extra: all-plugins
Requires-Dist: astropy; extra == "all-plugins"
Requires-Dist: av; extra == "all-plugins"
Requires-Dist: imageio-ffmpeg; extra == "all-plugins"
Requires-Dist: psutil; extra == "all-plugins"
Requires-Dist: tifffile; extra == "all-plugins"
Provides-Extra: all-plugins-pypy
Requires-Dist: av; extra == "all-plugins-pypy"
Requires-Dist: imageio-ffmpeg; extra == "all-plugins-pypy"
Requires-Dist: psutil; extra == "all-plugins-pypy"
Requires-Dist: tifffile; extra == "all-plugins-pypy"
Provides-Extra: bsdf
Provides-Extra: build
Requires-Dist: wheel; extra == "build"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: fsspec[github]; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Provides-Extra: dicom
Provides-Extra: docs
Requires-Dist: sphinx<6; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Provides-Extra: feisem
Provides-Extra: ffmpeg
Requires-Dist: imageio-ffmpeg; extra == "ffmpeg"
Requires-Dist: psutil; extra == "ffmpeg"
Provides-Extra: fits
Requires-Dist: astropy; extra == "fits"
Provides-Extra: freeimage
Provides-Extra: full
Requires-Dist: astropy; extra == "full"
Requires-Dist: av; extra == "full"
Requires-Dist: black; extra == "full"
Requires-Dist: flake8; extra == "full"
Requires-Dist: fsspec[github]; extra == "full"
Requires-Dist: gdal; extra == "full"
Requires-Dist: imageio-ffmpeg; extra == "full"
Requires-Dist: itk; extra == "full"
Requires-Dist: numpy>2; extra == "full"
Requires-Dist: numpydoc; extra == "full"
Requires-Dist: pillow-heif; extra == "full"
Requires-Dist: psutil; extra == "full"
Requires-Dist: pydata-sphinx-theme; extra == "full"
Requires-Dist: pytest; extra == "full"
Requires-Dist: pytest-cov; extra == "full"
Requires-Dist: rawpy; extra == "full"
Requires-Dist: sphinx<6; extra == "full"
Requires-Dist: tifffile; extra == "full"
Requires-Dist: wheel; extra == "full"
Provides-Extra: gdal
Requires-Dist: gdal; extra == "gdal"
Provides-Extra: itk
Requires-Dist: itk; extra == "itk"
Provides-Extra: linting
Requires-Dist: black; extra == "linting"
Requires-Dist: flake8; extra == "linting"
Provides-Extra: lytro
Provides-Extra: numpy
Provides-Extra: pillow
Provides-Extra: pillow-heif
Requires-Dist: pillow-heif; extra == "pillow-heif"
Provides-Extra: pyav
Requires-Dist: av; extra == "pyav"
Provides-Extra: rawpy
Requires-Dist: rawpy; extra == "rawpy"
Requires-Dist: numpy>2; extra == "rawpy"
Provides-Extra: simpleitk
Provides-Extra: spe
Provides-Extra: swf
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: fsspec[github]; extra == "test"
Provides-Extra: tifffile
Requires-Dist: tifffile; extra == "tifffile"
.. image:: https://github.com/imageio/imageio/workflows/CI/badge.svg
:target: https://github.com/imageio/imageio/actions
Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric
data, and scientific formats. It is cross-platform, runs on Python 3.5+,
and is easy to install.
Main website: https://imageio.readthedocs.io/
Release notes: https://github.com/imageio/imageio/blob/master/CHANGELOG.md
Example:
.. code-block:: python
>>> import imageio
>>> im = imageio.imread('imageio:astronaut.png')
>>> im.shape # im is a numpy array
(512, 512, 3)
>>> imageio.imwrite('astronaut-gray.jpg', im[:, :, 0])
See the `API Reference <https://imageio.readthedocs.io/en/stable/reference/index.html>`_
or `examples <https://imageio.readthedocs.io/en/stable/examples.html>`_
for more information.

View File

@@ -0,0 +1,116 @@
../../Scripts/imageio_download_bin.exe,sha256=02tExM7bFncMefBDdDwJ44Z-hw6k7DkQ0-1-0N6_uEQ,108466
../../Scripts/imageio_remove_bin.exe,sha256=9msk8uKnVwLS6EB2guwup0zcWL6J7stCSGtuMwalF0M,108462
imageio-2.35.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
imageio-2.35.1.dist-info/LICENSE,sha256=rlmepQpJTvtyXkIKqzXR91kgDP5BhrbGSjC6Sds_0GQ,1307
imageio-2.35.1.dist-info/METADATA,sha256=vyFlVrClutw0Gv8CLGujKGEKi7yXkse_SOBNAj4T1Yw,4895
imageio-2.35.1.dist-info/RECORD,,
imageio-2.35.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
imageio-2.35.1.dist-info/entry_points.txt,sha256=0-yB6XGfrx1OMPw_xigPramTcwi5M4jX6L5Edrz0OoU,130
imageio-2.35.1.dist-info/top_level.txt,sha256=iSUjc-wEw-xbMTvMOSKg85n0-E7Ms--Mo4FLMC-J2YM,8
imageio/__init__.py,sha256=gcttbnRp86j_MwV1jtOSlwdrxE52GYO5wLE9_ld5KL8,3272
imageio/__main__.py,sha256=s5nidb9wRZ6AbimHTPHULt3sTXPx4mqNil67KJHZvd4,5393
imageio/__pycache__/__init__.cpython-312.pyc,,
imageio/__pycache__/__main__.cpython-312.pyc,,
imageio/__pycache__/freeze.cpython-312.pyc,,
imageio/__pycache__/testing.cpython-312.pyc,,
imageio/__pycache__/typing.cpython-312.pyc,,
imageio/__pycache__/v2.cpython-312.pyc,,
imageio/__pycache__/v3.cpython-312.pyc,,
imageio/config/__init__.py,sha256=8NOpL5ePrkiioJb9hRBw3rydc4iNZkMwp7VdQlP4jDc,307
imageio/config/__pycache__/__init__.cpython-312.pyc,,
imageio/config/__pycache__/extensions.cpython-312.pyc,,
imageio/config/__pycache__/plugins.cpython-312.pyc,,
imageio/config/extensions.py,sha256=_-jpfdRI8PtELEfqlKGEZNhjO27yp6TuZ2clUFehzn8,47022
imageio/config/extensions.pyi,sha256=sLrA-wt09kPHBDJP79tGtEOX7XTcEEjRzA70O8BCsD0,605
imageio/config/plugins.py,sha256=fh4AiZof4Z_chpixhCi37OHZEnNalt58v6CprgEmlOE,20277
imageio/config/plugins.pyi,sha256=pzH8pacqU5uldsvYOee_nhd2Hkk3mR8VQBtjeVnkkHY,706
imageio/core/__init__.py,sha256=PSkGH8K76ntSWhwM4j7W49UmCSZf_OGaSl9fNbQP7uQ,639
imageio/core/__pycache__/__init__.cpython-312.pyc,,
imageio/core/__pycache__/fetching.cpython-312.pyc,,
imageio/core/__pycache__/findlib.cpython-312.pyc,,
imageio/core/__pycache__/format.cpython-312.pyc,,
imageio/core/__pycache__/imopen.cpython-312.pyc,,
imageio/core/__pycache__/legacy_plugin_wrapper.cpython-312.pyc,,
imageio/core/__pycache__/request.cpython-312.pyc,,
imageio/core/__pycache__/util.cpython-312.pyc,,
imageio/core/__pycache__/v3_plugin_api.cpython-312.pyc,,
imageio/core/fetching.py,sha256=r81yBsJMqkwAXeVAuQuAzbk9etWxQUEUe4__UUjpQpc,9176
imageio/core/findlib.py,sha256=Zrhs0rEyp8p8iSIuCoBco0dCaB5dxJVZ4lRgv82Sqm0,5552
imageio/core/format.py,sha256=glQcJOZHEOST3u0jOa338ZxJBX_daEe6xl7-UKxuU6E,30917
imageio/core/format.pyi,sha256=5BZF-xwp5BmG8C5ahfL48z_a2MITN0509Uf6f1phZRw,3336
imageio/core/imopen.py,sha256=SA4OJj93B09CHsKSILdH1w3zdVWvRSopNWlGlS0f4t0,9752
imageio/core/imopen.pyi,sha256=8jLI2tKUTqFe79mccw95fRAIanJPHi6gQmzB2ClESlk,2215
imageio/core/legacy_plugin_wrapper.py,sha256=CYGXhJY-18HkVYqyzlepM7NcZ9VLvBjFjNj64HOBqBM,12136
imageio/core/legacy_plugin_wrapper.pyi,sha256=ENmdth_Avp2yTzuyInGWT2QXgAv72RrFRd6QH71LVqU,1064
imageio/core/request.py,sha256=lh5Xj8wOzcqQSBnLL4vVRhq02PfHz5TSFU7WwWVJg7w,26892
imageio/core/request.pyi,sha256=ivqAXs3UfxhuXQfg8qsAtEVymCsppPwadztFzSXpIAo,2315
imageio/core/util.py,sha256=lTVJMIbxF-6fInx0ExLuCeMDSVMfSUiSc6WTdP0bt3M,18739
imageio/core/v3_plugin_api.py,sha256=w8wUjlT7_N6aU76DYGF3ubYYfUHTyfStvK5_xosZLPQ,15560
imageio/freeze.py,sha256=hi9MNZz-ridgQBWcAqnd92sULek2lgmBSTmuott5lus,170
imageio/plugins/__init__.py,sha256=GSxtio0ph5QHP2asdLvyzW8lVfiRqOii8kaqYsBO9CE,3469
imageio/plugins/__pycache__/__init__.cpython-312.pyc,,
imageio/plugins/__pycache__/_bsdf.cpython-312.pyc,,
imageio/plugins/__pycache__/_dicom.cpython-312.pyc,,
imageio/plugins/__pycache__/_freeimage.cpython-312.pyc,,
imageio/plugins/__pycache__/_swf.cpython-312.pyc,,
imageio/plugins/__pycache__/_tifffile.cpython-312.pyc,,
imageio/plugins/__pycache__/bsdf.cpython-312.pyc,,
imageio/plugins/__pycache__/dicom.cpython-312.pyc,,
imageio/plugins/__pycache__/example.cpython-312.pyc,,
imageio/plugins/__pycache__/feisem.cpython-312.pyc,,
imageio/plugins/__pycache__/ffmpeg.cpython-312.pyc,,
imageio/plugins/__pycache__/fits.cpython-312.pyc,,
imageio/plugins/__pycache__/freeimage.cpython-312.pyc,,
imageio/plugins/__pycache__/freeimagemulti.cpython-312.pyc,,
imageio/plugins/__pycache__/gdal.cpython-312.pyc,,
imageio/plugins/__pycache__/grab.cpython-312.pyc,,
imageio/plugins/__pycache__/lytro.cpython-312.pyc,,
imageio/plugins/__pycache__/npz.cpython-312.pyc,,
imageio/plugins/__pycache__/opencv.cpython-312.pyc,,
imageio/plugins/__pycache__/pillow.cpython-312.pyc,,
imageio/plugins/__pycache__/pillow_info.cpython-312.pyc,,
imageio/plugins/__pycache__/pillow_legacy.cpython-312.pyc,,
imageio/plugins/__pycache__/pillowmulti.cpython-312.pyc,,
imageio/plugins/__pycache__/pyav.cpython-312.pyc,,
imageio/plugins/__pycache__/rawpy.cpython-312.pyc,,
imageio/plugins/__pycache__/simpleitk.cpython-312.pyc,,
imageio/plugins/__pycache__/spe.cpython-312.pyc,,
imageio/plugins/__pycache__/swf.cpython-312.pyc,,
imageio/plugins/__pycache__/tifffile.cpython-312.pyc,,
imageio/plugins/__pycache__/tifffile_v3.cpython-312.pyc,,
imageio/plugins/_bsdf.py,sha256=b-QjkZvz9DPDbygiKhee-47Ld2eOqxpYEdZ1mnrRPJ4,32753
imageio/plugins/_dicom.py,sha256=NHXUH0e0gQfWpb8efxMg4hdH0O_tBPcjtlD7Djptu5o,34074
imageio/plugins/_freeimage.py,sha256=GD25ZqqvbFnBILPRYHrTb5qbFsvXBVKv_qIE3139D68,51740
imageio/plugins/_swf.py,sha256=kh3H2v98bgHpVagGNbhGUodh0s-weiESraX6qzMnD2k,25760
imageio/plugins/_tifffile.py,sha256=C_yZBRmEZ77jT26Xqxf3UpOr36WNjMSrD__B1_p6Fyk,371536
imageio/plugins/bsdf.py,sha256=spISvLLVH319wDJ8YhYcvDTaJe2acElgWSvgqEkpd_g,12852
imageio/plugins/dicom.py,sha256=mQYNbTyum4jVhjZQ8TU-4A5csHpQfT-BRBBCP5fu6Zs,12621
imageio/plugins/example.py,sha256=4POb_LDQtSxHWxiflGqGKKKKrpItqLIFQeU8x7tro-c,5501
imageio/plugins/feisem.py,sha256=AKwZv7Zac0_grnr-wnzU7R0Zf2KSUe91k06evPa1NI8,3360
imageio/plugins/ffmpeg.py,sha256=N8Qq1TU5gr7U9IM-FCEuM9VIy1Jv875OC_XorStoOPI,29930
imageio/plugins/fits.py,sha256=XnlmeC79sIiIPd_7IDx05-p3-b2unO4CVR0nWAA4ph0,4531
imageio/plugins/freeimage.py,sha256=SuzYuGvCtZIiXIr51dWRTl5CATzRUqb8pNCSIg9YZv8,14645
imageio/plugins/freeimagemulti.py,sha256=7jW3mJX-ZVnDqe2veIvU9wPY_x0EBOmPKP8ppPxRO_M,11288
imageio/plugins/gdal.py,sha256=r2Ux7MQeHCUsmdk0aGENzGX8M5hCBU7NJomcf6G8FCU,1653
imageio/plugins/grab.py,sha256=g6KbKVQUquHro_BW6He7NNmivVV-UtcsCJoDt3rdly0,2776
imageio/plugins/lytro.py,sha256=V3dToE-eV6jLhtae26_uHHgOx6O1LsOo0hm7nnRptMM,25310
imageio/plugins/npz.py,sha256=7ZQr-4lQEKbfjaF6rOmpq9pQgDTUHvkZa_NHZkJWBQo,2670
imageio/plugins/opencv.py,sha256=C2nBQQFDXuz6LOyJ1P3-S6e_7h-pJgLow7h7w4Si2tg,11629
imageio/plugins/pillow.py,sha256=4siuR0UENadfQgdQ2z5bFWX464KMzMcfqIEKEBDzt6M,22318
imageio/plugins/pillow_info.py,sha256=Bt5iJtQnAh6mGViPIxhxRQPNidqay9-6BleAJZkhN1w,36624
imageio/plugins/pillow_legacy.py,sha256=0tgk-8b5gduFjvNQN5WoK_-7EbVJ9i3-_kUVhaRLVnY,31580
imageio/plugins/pillowmulti.py,sha256=-wsWpq0j2WXDgQGbyUuzCmw7iqSDz7e6AYqYhs46ZE8,11807
imageio/plugins/pyav.py,sha256=Hqe1C3a0avG6LHUDIPCpVNFIt8j0sPlWp_OGNZ9XTJM,45141
imageio/plugins/rawpy.py,sha256=o34WkwoU0LLpNDhj2kNuPS9ju6f7CBN-jKY9n0jLeDs,5948
imageio/plugins/simpleitk.py,sha256=ldQWjkiCSZPoUnN87MtUqRIMMcIKmk8ZUeyDCQhnpG0,4107
imageio/plugins/spe.py,sha256=UyXgHZV-3gwwU-RmJUhgDnJ843wt9H3S3Fjs84faz38,32172
imageio/plugins/swf.py,sha256=0B9f-HF528OcHXTIF3nptoSJUu4GNId03rFLfFFOaFk,11756
imageio/plugins/tifffile.py,sha256=m8qgNy-lJkwHwKkyp3pZn2xYsnRRwZ8FVMpM-BIs6dI,20665
imageio/plugins/tifffile_v3.py,sha256=Vs2ngBBptUoJ6QpT9EjyNd4-dih8zzGEvcq2mRNYFXg,14335
imageio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
imageio/testing.py,sha256=tkRPxZZpG68q_MAIux8WE8QeKbhbq6rDPVfCDsof1Ms,1597
imageio/typing.py,sha256=qrvyFrVIs21bZCE0x802l1R-xCV4DlCNaTzPiJEZbzc,349
imageio/v2.py,sha256=1KJ5z8Ji2nnAdy_K3vIpysG2Kg7rIcPiadNG1pwKx-E,21563
imageio/v2.pyi,sha256=ROazbwu1rSJLBaEtXmUG2oT9BMr7ZlyyW26twgFWx5E,2250
imageio/v3.py,sha256=ZE0IlERPT_4wryYqUOD4-LLc6dVpDZXV6N6JEQtbMiQ,9267
imageio/v3.pyi,sha256=AtLP0IWqS-sX1qDyHPdjCCIsKGwXU5z41XOXzUj2pGQ,1344

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.44.0)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1,3 @@
[console_scripts]
imageio_download_bin = imageio.__main__:download_bin_main
imageio_remove_bin = imageio.__main__:remove_bin_main

View File

@@ -0,0 +1 @@
imageio