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.2.tar.gz
(387.7 kB
view details)
Built Distribution
imageio-2.34.2-py3-none-any.whl
(313.5 kB
view details)
File details
Details for the file imageio-2.34.2.tar.gz
.
File metadata
- Download URL: imageio-2.34.2.tar.gz
- Upload date:
- Size: 387.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.1 readme-renderer/43.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.2 tqdm/4.66.4 importlib-metadata/7.2.1 keyring/25.2.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c0c0ee8faa018a1c42f649b90395dd4d3bb6187c09053a0cd6f1fdd51bbff5e |
|
MD5 | a4a6d287d1e2f8c0e9c71b802bcd2bb1 |
|
BLAKE2b-256 | dabdd79206fe42f88d9a99ee952420eebc5368bcd062e17b484a21928462d98e |
File details
Details for the file imageio-2.34.2-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.34.2-py3-none-any.whl
- Upload date:
- Size: 313.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.1 readme-renderer/43.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.2 tqdm/4.66.4 importlib-metadata/7.2.1 keyring/25.2.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0bb27ec9d5bab36a9f4835e51b21d2cb099e1f78451441f94687ff3404b79f8 |
|
MD5 | 0dc79471bd07a72474f65d9e048690db |
|
BLAKE2b-256 | 3d84f1647217231f6cc46883e5d26e870cc3e1520d458ecd52d6df750810d53c |