imageio 2.6.0
pip install imageio==2.6.0
Newer version available (2.37.0)
Released:
Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License ((new) BSD)
- Author: imageio contributors
- Tags image, video, volume, imread, imwrite, io, animation, ffmpeg
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
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 2.7 and 3.4+, and is easy to install.
Main website: http://imageio.github.io
Release notes: http://imageio.readthedocs.io/en/latest/releasenotes.html
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])
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License ((new) BSD)
- Author: imageio contributors
- Tags image, video, volume, imread, imwrite, io, animation, ffmpeg
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
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
Built Distribution
File details
Details for the file imageio-2.6.0.tar.gz
.
File metadata
- Download URL: imageio-2.6.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfafaedf42bc8cdc7d45b0886b0e332932729492a6d04d46123a8f32f95c3583 |
|
MD5 | d38b593ab64b1195ba98c70f8cec725a |
|
BLAKE2b-256 | d3cce7a58cab7dff2efbfaa6216e372ae9f56a066d80908d848949427aa0f168 |
File details
Details for the file imageio-2.6.0-py3-none-any.whl
.
File metadata
- Download URL: imageio-2.6.0-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dd286bb607e32a5e8240a4782d1efd456ae191758737bf8ec54098ff2f003af |
|
MD5 | af52949dfa722250e0be6f60dae49ab7 |
|
BLAKE2b-256 | 0d76afc4c7a0738216b18eeb26acdffa2dd53276475de1c4e977267294385a15 |