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.16.2.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.16.2.tar.gz
.
File metadata
- Download URL: imageio-2.16.2.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 | 8fea761d51a53c150cabd82ed36011252c17580c752216b8222f078630dfb9ba |
|
MD5 | cd8cbd9097766398cc124bc7d9c80d32 |
|
BLAKE2b-256 | 3ffbb47f698ae49449f2cac592634a716297a5f4ec0038e3ba04a287a52fbd70 |
File details
Details for the file imageio-2.16.2-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.16.2-py3-none-any.whl
- Upload date:
- Size: 3.3 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 | 4757b5bc41158feb89529721bc14b738c3a0e17284dbdfc3f09ac4ad9dc00a08 |
|
MD5 | d79dd3c82baaec9eb551c1007d63ac7a |
|
BLAKE2b-256 | 0b09c5bfd94b3fd000f3f88adf91b23e8dd31e25af2ddc2ec69d01a6dd9c6a79 |