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.9+, 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.
Download filesDownload the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution Built Distribution File detailsDetails for the file imageio-2.37.0.tar.gz
.
71b57b3669666272c818497aebba2b4c5f20d5b37c81720e5e1a56d59c492996
MD5 ac4bc6294d79e0407c853618f49bc312
BLAKE2b-256 0c4757e897fb7094afb2d26e8b2e4af9a45c7cf1a405acdeeca001fdf2c98501
See more details on using hashes here.
File detailsDetails for the file imageio-2.37.0-py3-none-any.whl
.
11efa15b87bc7871b61590326b2d635439acc321cf7f8ce996f812543ce10eed
MD5 41997ba328696e770570f80240b93465
BLAKE2b-256 cbbdb394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2
See more details on using hashes here.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4