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.5.tar.gz
(387.1 kB
view details)
Built Distribution
imageio-2.31.5-py3-none-any.whl
(313.2 kB
view details)
File details
Details for the file imageio-2.31.5.tar.gz
.
File metadata
- Download URL: imageio-2.31.5.tar.gz
- Upload date:
- Size: 387.1 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.0.5 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 | d8e53f9cd4054880276a3dac0a28c85ba7874084856a55a0294a8ae6ed7f3a8e |
|
MD5 | 9698ad18bf90afc3f0fe76b2e98c35dd |
|
BLAKE2b-256 | cab5ad9fe89e2fd601c321e22e12be73aa07d95220d309a2936dc09677460062 |
File details
Details for the file imageio-2.31.5-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.31.5-py3-none-any.whl
- Upload date:
- Size: 313.2 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.0.5 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 | 97f68e12ba676f2f4b541684ed81f7f3370dc347e8321bc68ee34d37b2dbac9f |
|
MD5 | 1836eb0d3e9c3fe662cc1bc647f14bac |
|
BLAKE2b-256 | f637e21e6f38b93878ba80302e95b8ccd4718d80f0c53055ccae343e606b1e2d |