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 2.x and 3.x, and is easy to install.
Main website: http://imageio.github.io
Release notes: http://imageio.readthedocs.org/en/latest/releasenotes.html
Example:
>>> import imageio
>>> im = imageio.imread('astronaut.png')
>>> im.shape # im is a numpy array
(512, 512, 3)
>>> imageio.imwrite('imageio:astronaut-gray.jpg', im[:, :, 0])
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.2.0.tar.gz
(3.3 MB
view details)
File details
Details for the file imageio-2.2.0.tar.gz
.
File metadata
- Download URL: imageio-2.2.0.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dd95300d3d64713a2649334390fd9cf96712013172afd6e73b008e00934a73f |
|
MD5 | 0fcd6f8aee6966837952fada03862a0a |
|
BLAKE2b-256 | a04bf68b2a2e3e98bc006f54ff6fee50f20c7ca4052ec6da68c58c299c7bedf5 |