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.31.2.tar.gz
(386.8 kB
view details)
Built Distribution
imageio-2.31.2-py3-none-any.whl
(313.2 kB
view details)
File details
Details for the file imageio-2.31.2.tar.gz
.
File metadata
- Download URL: imageio-2.31.2.tar.gz
- Upload date:
- Size: 386.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/41.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.4 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae19221f4a8f118f1c9451e8f5357faeeacdf956198cf374bc8ab00f1ff7d525 |
|
MD5 | 06db97b9e0d51d38be793680e444ef18 |
|
BLAKE2b-256 | 4541852ecc8f33c32d16bebdec7f777fe7479654d317503cef385ef993638a39 |
File details
Details for the file imageio-2.31.2-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.31.2-py3-none-any.whl
- Upload date:
- Size: 313.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/41.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.4 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a78fbcb33432042a4d6993c87f3ea1f136d908318ce7dda857846ccff73294de |
|
MD5 | 04f7f8a7d157ea2fbbab1f2084ac7cd2 |
|
BLAKE2b-256 | 7b8859411e1a652ac3338d348901ffa5a73daf1f67fcb3f97d750237d4fa0821 |