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.3.tar.gz
(386.9 kB
view details)
Built Distribution
imageio-2.31.3-py3-none-any.whl
(313.0 kB
view details)
File details
Details for the file imageio-2.31.3.tar.gz
.
File metadata
- Download URL: imageio-2.31.3.tar.gz
- Upload date:
- Size: 386.9 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 | 74c6a832d81b7ad5a8a80976dea58ee033d3e2b99a54990cbd789b4cb0b31461 |
|
MD5 | 92f972328d46fec21a9310ba9dc8dca9 |
|
BLAKE2b-256 | 6049aaa7c876f81e3b689c14e117295439155aedb602034e74d94280c3378eb8 |
File details
Details for the file imageio-2.31.3-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.31.3-py3-none-any.whl
- Upload date:
- Size: 313.0 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 | ea777be55bfa4bd6aee126c7dfa3bf1759bf87be982876c50f1a976d1b65446d |
|
MD5 | 921e655303cc93217bb4470d7ec7dec9 |
|
BLAKE2b-256 | eb21662994d78d8623055f8ffa91838e28f04b2a34bd5d8d6dbc6c7573285ed6 |