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.36.0.tar.gz
(389.5 kB
view details)
Built Distribution
imageio-2.36.0-py3-none-any.whl
(315.4 kB
view details)
File details
Details for the file imageio-2.36.0.tar.gz
.
File metadata
- Download URL: imageio-2.36.0.tar.gz
- Upload date:
- Size: 389.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.2 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.3 tqdm/4.66.5 importlib-metadata/8.5.0 keyring/25.4.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c8f294db862c256e9562354d65aa54725b8dafed7f10f02bb3ec20ec1678850 |
|
MD5 | 0d0e4f36e0d9a3401795ee390a52b858 |
|
BLAKE2b-256 | 4f34a714fd354f5f7fe650477072d4da21446849b20c02045dcf7ac827495121 |
Provenance
File details
Details for the file imageio-2.36.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.36.0-py3-none-any.whl
- Upload date:
- Size: 315.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.2 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.3 tqdm/4.66.5 importlib-metadata/8.5.0 keyring/25.4.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 471f1eda55618ee44a3c9960911c35e647d9284c68f077e868df633398f137f0 |
|
MD5 | 83925b388b0af83e7d1f2f6423956d41 |
|
BLAKE2b-256 | 4ee726045404a30c8a200e960fb54fbaf4b73d12e58cd28e03b306b084253f4f |