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.28.0.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.28.0.tar.gz
.
File metadata
- Download URL: imageio-2.28.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 467763bdb6e614d1ea8b4565e42c53fb2eb2fd4307a4601e97102a958c09812a |
|
MD5 | e5c0c83d79748edcf5b634c95a808de2 |
|
BLAKE2b-256 | aadedba0871d8721b9c839198d6820d9a3e22efc8b4aae001a9f19d1b8f37756 |
File details
Details for the file imageio-2.28.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.28.0-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.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.6.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 889d9eca66ac9f664d480b78447db1774e7f386bd3b0a06be7e32362d5390f4c |
|
MD5 | ffc4a7aff2fc2879dcb6eedd23d1df14 |
|
BLAKE2b-256 | e345833991b7dd3abf47b1c51ec99ab5bed5546d83ee40d45e761e38f98b686c |