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.19.2.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.19.2.tar.gz
.
File metadata
- Download URL: imageio-2.19.2.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/35.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46e1e74128837d2a1ebc87476b7f73978b69a128fa238bc989b625a9819bd9b3 |
|
MD5 | 9a9e8980c91112afc135acf68f0bc37e |
|
BLAKE2b-256 | ebd621bc26e97b134cac96d3396d120821f5f32bddedf7c15b5ef6480bc69675 |
File details
Details for the file imageio-2.19.2-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.19.2-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.8.2 readme-renderer/35.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c01611a90ac87119833946a41af53e55d68ec68e25e2780e6c3ce665100d006 |
|
MD5 | a2ce9304281ac38ab5c2c4ce266387b9 |
|
BLAKE2b-256 | 254191f47808e99dd67bfc3aee53d0a7c8d10b01b221ca254bfd36cd51125866 |