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.23.0.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.23.0.tar.gz
.
File metadata
- Download URL: imageio-2.23.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.2 readme-renderer/37.3 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.13 tqdm/4.64.1 importlib-metadata/5.2.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb635709765e527c94890b4fbb6870e59213fe182a1c8086d167eb3626073cbd |
|
MD5 | a768e28fb8307874ca758790b35976d3 |
|
BLAKE2b-256 | bda9c0de6eb463e44440982611334a61ebd430eba9d15987864a51e4a00ffa0a |
File details
Details for the file imageio-2.23.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.23.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.9.2 readme-renderer/37.3 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.13 tqdm/4.64.1 importlib-metadata/5.2.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f937396c2f341a7d7600a99cd14727cc90002f850fd136cf65fad79c2ff44a0 |
|
MD5 | bd27c21be9bac8e4d68d1d5162798abe |
|
BLAKE2b-256 | 94e2418f886809ecb3a7f54d1621557030a22a7cbc30865176206c5b2a05e802 |