imageio 2.37.0
pip install imageio
Released:
Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD-2-Clause)
- Author: imageio contributors
- Tags image, video, volume, imread, imwrite, io, animation, ffmpeg
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
Project description
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.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD-2-Clause)
- Author: imageio contributors
- Tags image, video, volume, imread, imwrite, io, animation, ffmpeg
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file imageio-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71b57b3669666272c818497aebba2b4c5f20d5b37c81720e5e1a56d59c492996 |
|
MD5 | ac4bc6294d79e0407c853618f49bc312 |
|
BLAKE2b-256 | 0c4757e897fb7094afb2d26e8b2e4af9a45c7cf1a405acdeeca001fdf2c98501 |
File details
Details for the file imageio-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11efa15b87bc7871b61590326b2d635439acc321cf7f8ce996f812543ce10eed |
|
MD5 | 41997ba328696e770570f80240b93465 |
|
BLAKE2b-256 | cbbdb394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2 |