Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
PyPI

imageio 2.37.0

pip install imageio

Latest version

Released:

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

Verified details

These details have beenverified by PyPI
Maintainers
Avatar for Almar from gravatar.com AlmarAvatar for FirefoxMetzger from gravatar.com FirefoxMetzger

Unverified details

These details havenot been verified by PyPI
Project links
Meta
  • License: BSD License (BSD-2-Clause)
  • Author:imageio contributors
  • Tags image, video, volume, imread, imwrite, io, animation, ffmpeg
  • Requires: Python >=3.9

Project description

https://github.com/imageio/imageio/workflows/CI/badge.svg

Imageio is a Python library that provides an easy interface to read andwrite a wide range of image data, including animated images, volumetricdata, 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:

>>>importimageio>>>im=imageio.imread('imageio:astronaut.png')>>>im.shape# im is a numpy array(512,512,3)>>>imageio.imwrite('astronaut-gray.jpg',im[:,:,0])

See theAPI Referenceorexamplesfor more information.

Project details

Verified details

These details have beenverified by PyPI
Maintainers
Avatar for Almar from gravatar.com AlmarAvatar for FirefoxMetzger from gravatar.com FirefoxMetzger

Unverified details

These details havenot been verified by PyPI
Project links
Meta
  • License: BSD License (BSD-2-Clause)
  • Author:imageio contributors
  • Tags image, video, volume, imread, imwrite, io, animation, ffmpeg
  • Requires: Python >=3.9

Release historyRelease notifications |RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more aboutinstalling packages.

Source Distribution

imageio-2.37.0.tar.gz (390.0 kBview details)

UploadedSource

Built Distribution

imageio-2.37.0-py3-none-any.whl (315.8 kBview details)

UploadedPython 3

File details

Details for the fileimageio-2.37.0.tar.gz.

File metadata

  • Download URL: imageio-2.37.0.tar.gz
  • Upload date:
  • Size: 390.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.12.0 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.3.0 tqdm/4.67.1 importlib-metadata/8.5.0 keyring/25.6.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.16

File hashes

Hashes for imageio-2.37.0.tar.gz
AlgorithmHash digest
SHA25671b57b3669666272c818497aebba2b4c5f20d5b37c81720e5e1a56d59c492996
MD5ac4bc6294d79e0407c853618f49bc312
BLAKE2b-2560c4757e897fb7094afb2d26e8b2e4af9a45c7cf1a405acdeeca001fdf2c98501

See more details on using hashes here.

File details

Details for the fileimageio-2.37.0-py3-none-any.whl.

File metadata

  • Download URL: imageio-2.37.0-py3-none-any.whl
  • Upload date:
  • Size: 315.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.12.0 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.3.0 tqdm/4.67.1 importlib-metadata/8.5.0 keyring/25.6.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.16

File hashes

Hashes for imageio-2.37.0-py3-none-any.whl
AlgorithmHash digest
SHA25611efa15b87bc7871b61590326b2d635439acc321cf7f8ce996f812543ce10eed
MD541997ba328696e770570f80240b93465
BLAKE2b-256cbbdb394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2

See more details on using hashes here.

Supported by

AWSAWS Cloud computing and Security SponsorDatadogDatadog MonitoringFastlyFastly CDNGoogleGoogle Download AnalyticsPingdomPingdom MonitoringSentrySentry Error loggingStatusPageStatusPage Status page

[8]ページ先頭

©2009-2025 Movatter.jp