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.22.4.tar.gz
(3.4 MB
view details)
Built Distribution
File details
Details for the file imageio-2.22.4.tar.gz
.
File metadata
- Download URL: imageio-2.22.4.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.3 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/5.0.0 keyring/23.11.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fae027addf02bc89c73a56cc157ad84557f8b8b84aa19b4cb706fefca2d88ff |
|
MD5 | ada09d58dc083ef527d0a6188f75212e |
|
BLAKE2b-256 | b9828134900c9e441127375c7578a2b1b2bbde7b3676436d5c4098ef4281c401 |
File details
Details for the file imageio-2.22.4-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.22.4-py3-none-any.whl
- Upload date:
- Size: 3.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.3 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/5.0.0 keyring/23.11.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb173f8af27e4921f59539c4d45068fcedb892e58261fce8253f31c9a0ff9ccf |
|
MD5 | 56183e3283cd7e5ae495fdfba6ff3d7c |
|
BLAKE2b-256 | 334dd31ab40bb761fb381c7514e6070c6e1643c44f83a2a48a83e4066227737f |