ppc64le/linux/: imageio-2.37.0+ppc64le1 metadata and description

Homepage Simple index

Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.

author imageio contributors
author_email [email protected]
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Science/Research
  • Intended Audience :: Education
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3.14
  • Environment :: MetaData :: IBM Python Ecosystem
download_url http://pypi.python.org/pypi/imageio
dynamic summary
keywords image video volume imread imwrite io animation ffmpeg
license BSD-2-Clause
license_file LICENSE
provides
  • imageio
provides_extras all-plugins-pypy
requires_dist
  • numpy
  • pillow>=8.3.2
  • wheel; extra == "build"
  • black; extra == "linting"
  • flake8; extra == "linting"
  • pytest; extra == "test"
  • pytest-cov; extra == "test"
  • fsspec[github]; extra == "test"
  • sphinx<6; extra == "docs"
  • numpydoc; extra == "docs"
  • pydata-sphinx-theme; extra == "docs"
  • imageio-ffmpeg; extra == "ffmpeg"
  • psutil; extra == "ffmpeg"
  • pillow-heif; extra == "pillow-heif"
  • av; extra == "pyav"
  • tifffile; extra == "tifffile"
  • astropy; extra == "fits"
  • rawpy; extra == "rawpy"
  • numpy>2; extra == "rawpy"
  • gdal; extra == "gdal"
  • itk; extra == "itk"
  • astropy; extra == "full"
  • av; extra == "full"
  • black; extra == "full"
  • flake8; extra == "full"
  • fsspec[github]; extra == "full"
  • gdal; extra == "full"
  • imageio-ffmpeg; extra == "full"
  • itk; extra == "full"
  • numpy>2; extra == "full"
  • numpydoc; extra == "full"
  • pillow-heif; extra == "full"
  • psutil; extra == "full"
  • pydata-sphinx-theme; extra == "full"
  • pytest; extra == "full"
  • pytest-cov; extra == "full"
  • rawpy; extra == "full"
  • sphinx<6; extra == "full"
  • tifffile; extra == "full"
  • wheel; extra == "full"
  • pytest; extra == "dev"
  • pytest-cov; extra == "dev"
  • fsspec[github]; extra == "dev"
  • black; extra == "dev"
  • flake8; extra == "dev"
  • astropy; extra == "all-plugins"
  • av; extra == "all-plugins"
  • imageio-ffmpeg; extra == "all-plugins"
  • numpy>2; extra == "all-plugins"
  • pillow-heif; extra == "all-plugins"
  • psutil; extra == "all-plugins"
  • rawpy; extra == "all-plugins"
  • tifffile; extra == "all-plugins"
  • av; extra == "all-plugins-pypy"
  • imageio-ffmpeg; extra == "all-plugins-pypy"
  • pillow-heif; extra == "all-plugins-pypy"
  • psutil; extra == "all-plugins-pypy"
  • tifffile; extra == "all-plugins-pypy"
requires_python >=3.9
File Tox results History
imageio-2.37.0+ppc64le1-py3-none-any.whl
Size
309 KB
Type
Python Wheel
Python
3
https://github.com/imageio/imageio/workflows/CI/badge.svg

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.9+, and is easy to install.

Main website: https://imageio.readthedocs.io/

Release notes: https://github.com/imageio/imageio/blob/master/CHANGELOG.md

Example:

>>> 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 or examples for more information.

Export Classification Notice

The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.