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.5+, 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.17.0.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.17.0.tar.gz
.
File metadata
- Download URL: imageio-2.17.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b21f009e52eb22b02b839f3bf2ae5374aaf0886317313c1358c6014e5383b539 |
|
MD5 | e7a51d9606251de8d129b7650dfc33d1 |
|
BLAKE2b-256 | de5511cd9f3171e30b5bcec2aeb679bbfc82d581a3f41874e8e9e47963224a01 |
File details
Details for the file imageio-2.17.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.17.0-py3-none-any.whl
- Upload date:
- Size: 3.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b81600e20d90dcfba752c341f86188d09db75b7945ad15dec11ba1af0d40c26 |
|
MD5 | 5bc0e0aba00113c228987b50b195cc01 |
|
BLAKE2b-256 | e7c1cd2118b924b4b986e9393dd34e3c624b639884bcc91db8164cac1b60dfd1 |