Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
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
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
imageio-2.37.0.tar.gz
(390.0 kB
view details)
Built Distribution
imageio-2.37.0-py3-none-any.whl
(315.8 kB
view details)
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 |