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.14.0.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.14.0.tar.gz
.
File metadata
- Download URL: imageio-2.14.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a612b46c24805115701ed7c4e1f2d7feb53bb615d52bfef9713a6836e997bb1 |
|
MD5 | 747ddd05038ea8f4fe35720c948e412d |
|
BLAKE2b-256 | 316ee5197a1084bd97f1924808d7956e83eea3fcf28150c4683dd8535f2ceb62 |
File details
Details for the file imageio-2.14.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.14.0-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.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af6c7c89947ee9d81eab2caee3726f61e1a0d861e87e856904868d0fe7c0aa15 |
|
MD5 | 955cd82620a2f07d3fa762a269f1b1fe |
|
BLAKE2b-256 | 881e62f8088805f7eb9cc9ce2b8ae7528a4083014f223c4e55d268dc48ac06c6 |