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.13.3.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.13.3.tar.gz
.
File metadata
- Download URL: imageio-2.13.3.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb87b272e1e9b05d242e11f8d88d030aefa68ca95daf3accc986d0b782ae3cd5 |
|
MD5 | 6701317af69aa9dd183ba5f0c7ca334c |
|
BLAKE2b-256 | 0158d3c69e43a4f4e2a2477ae2426ad423a36a575f9dd7766abff32332fea785 |
File details
Details for the file imageio-2.13.3-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.13.3-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 126f10aa970f54b657bcc52f6481a2e55137fcc0f978bb6e0451bd1e22c54f17 |
|
MD5 | 27337d9f58a3e385fc96bf107bcf6c82 |
|
BLAKE2b-256 | d61ce944fcf11c7ba079c1aeee888d451371be7514fc60e8405b7c3c6fc3a3ae |