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.10.2.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.10.2.tar.gz
.
File metadata
- Download URL: imageio-2.10.2.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2e90fdd4cabc49e9be376764fd1f64829d249ff98deb32a228457b425e037de |
|
MD5 | 23d7cade78bfd89435cde1c5f9e037f1 |
|
BLAKE2b-256 | a6fd235047a8e6f946c0edb2f4eac4e645f9fb50a8e4f4a2e7e33f43ebdb7c3b |
File details
Details for the file imageio-2.10.2-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.10.2-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eafef00eba2350d10f8d1eb9abdb7ebab07120f2c628c52634e9fc773588b83f |
|
MD5 | 0e5562054156fb2a3889ab3459f389a8 |
|
BLAKE2b-256 | 088adc5482aec1b90015e8975a3402baf88837c8607fafe2929287dda27dfe82 |