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.0.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.13.0.tar.gz
.
File metadata
- Download URL: imageio-2.13.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efb700a12bc6ef13d2e540469a05489f2c09051f148388dce6036811b4cbec69 |
|
MD5 | c949c64cf02d9fbb7290e6906a729bbe |
|
BLAKE2b-256 | 9f4dca1f828611e6b1d1f9f0b15296e938882eb1d90d4fe91b636ec41fc1551e |
File details
Details for the file imageio-2.13.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.13.0-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 136588af191e94fe6dff6ffee419dc5ad80d3d5c4f5e908110b24d90ba5bc0d5 |
|
MD5 | 5c2674d7121c696570d56b59ddc24da8 |
|
BLAKE2b-256 | 57ac790d08a3d1a76de30f943b4533bf6750c6135b6fc23ac804530f68c934a5 |