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.12.0.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.12.0.tar.gz
.
File metadata
- Download URL: imageio-2.12.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c416dd68328ace8536ff333cbb8927954036be56e201fed416e53e8f95e08a6c |
|
MD5 | bd777b6b3550f026e2d507d61d7531b6 |
|
BLAKE2b-256 | 1be5db19af2818becf3fc825f78a9859234566844d324c22d35eed0a9ff29462 |
File details
Details for the file imageio-2.12.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.12.0-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21752efef07d38d920d2adfbf5acac1ad12efa4859c48de6237a87567cda9854 |
|
MD5 | d9c601bc9e3399191ffc18d10a802765 |
|
BLAKE2b-256 | 6b357f716e84e6c7e6d66501aca3eb6248d49c1409b6401dd1da86693933e1cd |