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.19.3.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.19.3.tar.gz
.
File metadata
- Download URL: imageio-2.19.3.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/35.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.4 keyring/23.5.1 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c9df80e42f2ee68bea92001e7fcf612aa149910efe040eb757f5ce323250ae1 |
|
MD5 | 45d64f89583d9b1608f993a1e90ee858 |
|
BLAKE2b-256 | 844fc26bb91ad39ed2264518c189832f875acc58d6fcfe4d28e1527500b74894 |
File details
Details for the file imageio-2.19.3-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.19.3-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/35.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.4 keyring/23.5.1 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d36ab8616175a093676693a4dbc85c6cc767f981c9ce93041422569c76d06347 |
|
MD5 | 13a86c923ab8980ca50d32f0c1afc5c4 |
|
BLAKE2b-256 | b6783cf2f60ef319d253d71870c6cb00774bfc5bdccf9e06c319678388f58f41 |