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.34.0.tar.gz
(387.5 kB
view details)
Built Distribution
imageio-2.34.0-py3-none-any.whl
(313.4 kB
view details)
File details
Details for the file imageio-2.34.0.tar.gz
.
File metadata
- Download URL: imageio-2.34.0.tar.gz
- Upload date:
- Size: 387.5 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.2.0 tqdm/4.66.2 importlib-metadata/7.0.1 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae9732e10acf807a22c389aef193f42215718e16bd06eed0c5bb57e1034a4d53 |
|
MD5 | 2f7a1fc1def7be509abcd75d29751929 |
|
BLAKE2b-256 | c37170f81a9c0cd3b106f6663af8d92402d16354abec48f7b8ba15a6c41ddca9 |
File details
Details for the file imageio-2.34.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.34.0-py3-none-any.whl
- Upload date:
- Size: 313.4 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.2.0 tqdm/4.66.2 importlib-metadata/7.0.1 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08082bf47ccb54843d9c73fe9fc8f3a88c72452ab676b58aca74f36167e8ccba |
|
MD5 | ab6db322747362149158f1ba0a580f10 |
|
BLAKE2b-256 | 022566533a8390e3763cf8254dee143dbf8a830391ea60d2762512ba7f9ddfbe |