CONTRIBUTORS.txt LICENSE MANIFEST.in README.md setup.cfg setup.py docs/Makefile docs/conf.py docs/examples.rst docs/imageio_ext.py docs/index.rst docs/make.bat docs/_static/imageio_logo.png docs/_templates/better_class.rst docs/_templates/formats.rst.template docs/_templates/plugin.rst docs/development/index.rst docs/development/plugins.rst docs/formats/formats_by_plugin.rst docs/formats/index.rst docs/formats/video_formats.rst docs/reference/core_v3.rst docs/reference/index.rst docs/reference/userapi.rst docs/user_guide/cmdlinescripts.rst docs/user_guide/drop27.rst docs/user_guide/envvariables.rst docs/user_guide/freezing.rst docs/user_guide/index.rst docs/user_guide/installation.rst docs/user_guide/overview.rst docs/user_guide/requests.rst docs/user_guide/scipy.rst docs/user_guide/standardimages.rst imageio/__init__.py imageio/__main__.py imageio/freeze.py imageio/py.typed imageio/testing.py imageio/typing.py imageio/v2.py imageio/v2.pyi imageio/v3.py imageio/v3.pyi imageio.egg-info/PKG-INFO imageio.egg-info/SOURCES.txt imageio.egg-info/dependency_links.txt imageio.egg-info/entry_points.txt imageio.egg-info/not-zip-safe imageio.egg-info/requires.txt imageio.egg-info/top_level.txt imageio/config/__init__.py imageio/config/extensions.py imageio/config/extensions.pyi imageio/config/plugins.py imageio/config/plugins.pyi imageio/core/__init__.py imageio/core/fetching.py imageio/core/findlib.py imageio/core/format.py imageio/core/format.pyi imageio/core/imopen.py imageio/core/imopen.pyi imageio/core/legacy_plugin_wrapper.py imageio/core/legacy_plugin_wrapper.pyi imageio/core/request.py imageio/core/request.pyi imageio/core/util.py imageio/core/v3_plugin_api.py imageio/plugins/__init__.py imageio/plugins/_bsdf.py imageio/plugins/_dicom.py imageio/plugins/_freeimage.py imageio/plugins/_swf.py imageio/plugins/_tifffile.py imageio/plugins/bsdf.py imageio/plugins/dicom.py imageio/plugins/example.py imageio/plugins/feisem.py imageio/plugins/ffmpeg.py imageio/plugins/fits.py imageio/plugins/freeimage.py imageio/plugins/freeimagemulti.py imageio/plugins/gdal.py imageio/plugins/grab.py imageio/plugins/lytro.py imageio/plugins/npz.py imageio/plugins/opencv.py imageio/plugins/pillow.py imageio/plugins/pillow_info.py imageio/plugins/pillow_legacy.py imageio/plugins/pillowmulti.py imageio/plugins/pyav.py imageio/plugins/rawpy.py imageio/plugins/simpleitk.py imageio/plugins/spe.py imageio/plugins/swf.py imageio/plugins/tifffile.py imageio/plugins/tifffile_v3.py tests/conftest.py tests/test_bsdf.py tests/test_config.py tests/test_core.py tests/test_dicom.py tests/test_fei_tiff.py tests/test_ffmpeg.py tests/test_ffmpeg_info.py tests/test_fits.py tests/test_format.py tests/test_freeimage.py tests/test_gdal.py tests/test_grab.py tests/test_legacy_plugin_wrapper.py tests/test_lytro.py tests/test_meta.py tests/test_npz.py tests/test_opencv.py tests/test_pillow.py tests/test_pillow_legacy.py tests/test_pyav.py tests/test_rawpy.py tests/test_simpleitk.py tests/test_spe.py tests/test_swf.py tests/test_tifffile.py tests/test_tifffile_v3.py tests/test_v2.py