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.26.0.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.26.0.tar.gz
.
File metadata
- Download URL: imageio-2.26.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.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 169f1642cdb723133fe8fe901887f4f1b39bc036458c4664f1f9d256226ced35 |
|
MD5 | 47e318aa30cf348f14d2ae624b672e15 |
|
BLAKE2b-256 | 3d60cd0c52c6f063d70727fd8ee885f87e2d3dff0243142a18eed5e2db969510 |
File details
Details for the file imageio-2.26.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.26.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.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a4fdb820abc52ba0f08e770ee46293c334908e8d53217808d9d888f993b1df2 |
|
MD5 | 8200f47421c21a39f60584c4ac72371c |
|
BLAKE2b-256 | dc0b202efcb00ba89c749bb7b22634c917f29a58bdf052dabe8041f23743974f |