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.31.1.tar.gz
(386.8 kB
view details)
Built Distribution
imageio-2.31.1-py3-none-any.whl
(313.2 kB
view details)
File details
Details for the file imageio-2.31.1.tar.gz
.
File metadata
- Download URL: imageio-2.31.1.tar.gz
- Upload date:
- Size: 386.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8436a02af02fd63f272dab50f7d623547a38f0e04a4a73e2b02ae1b8b180f27 |
|
MD5 | 9254ea596067285c520a1d8357a87b26 |
|
BLAKE2b-256 | c72eb64e8fef676c698ef1ab9313767ff7c64e44e3b6fa1986031c1c0bf2f813 |
File details
Details for the file imageio-2.31.1-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.31.1-py3-none-any.whl
- Upload date:
- Size: 313.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4106fb395ef7f8dc0262d6aa1bb03daba818445c381ca8b7d5dfc7a2089b04df |
|
MD5 | 940a35e1dc71e6cfbd1e38aed96c1315 |
|
BLAKE2b-256 | c7b07b6c35b8636ed773325cdb6f5ac3cd36afba63d99e20ed59c521cf5018b4 |