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: http://imageio.github.io
Release notes: hhttps://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])
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.8.0.tar.gz
(3.3 MB
view details)
Built Distribution
File details
Details for the file imageio-2.8.0.tar.gz
.
File metadata
- Download URL: imageio-2.8.0.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf |
|
MD5 | 1e270dbf24c0390c2f4e3e4120904ac0 |
|
BLAKE2b-256 | ea59c6d568a309cf4c1b8e091bd8630c590a57f2e068a8e4114e1f36ee0d8e4f |
File details
Details for the file imageio-2.8.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.8.0-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e4ab29b3775bb093c7a35854a0412857145450183344678829b30e72263b001 |
|
MD5 | 472b4ef8591599e729b7b76658dc05b2 |
|
BLAKE2b-256 | 4c2b9dd19644f871b10f7e32eb2dbd6b45149c350b4d5f2893e091b882e03ab7 |