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.33.1.tar.gz
(387.4 kB
view details)
Built Distribution
imageio-2.33.1-py3-none-any.whl
(313.3 kB
view details)
File details
Details for the file imageio-2.33.1.tar.gz
.
File metadata
- Download URL: imageio-2.33.1.tar.gz
- Upload date:
- Size: 387.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.1.0 tqdm/4.66.1 importlib-metadata/7.0.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78722d40b137bd98f5ec7312119f8aea9ad2049f76f434748eb306b6937cc1ce |
|
MD5 | 57f1e5287765195a9d1c4680924c9d15 |
|
BLAKE2b-256 | 2538f4c568318c656352d211eec6954460dc3af0b7583a6682308f8a66e4c19b |
File details
Details for the file imageio-2.33.1-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.33.1-py3-none-any.whl
- Upload date:
- Size: 313.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.1.0 tqdm/4.66.1 importlib-metadata/7.0.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5094c48ccf6b2e6da8b4061cd95e1209380afafcbeae4a4e280938cce227e1d |
|
MD5 | e990c0092b478f9bad002d3d9f7fab16 |
|
BLAKE2b-256 | c0693aaa69cb0748e33e644fda114c9abd3186ce369edd4fca11107e9f39c6a7 |