Library for reading and writing a wide range of image 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 2.x and 3.x, and is easy to install.
Main website: http://imageio.github.io
Release notes: http://imageio.readthedocs.org/en/latest/releasenotes.html
Example:
>>> import imageio
>>> im = imageio.imread('astronaut.png')
>>> im.shape # im is a numpy array
(512, 512, 3)
>>> imageio.imsave('astronaut-gray.jpg', im[:, :, 0])
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-1.0.tar.gz
(76.7 kB
view details)
File details
Details for the file imageio-1.0.tar.gz
.
File metadata
- Download URL: imageio-1.0.tar.gz
- Upload date:
- Size: 76.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9b254f0f620e4dccfb5501345969322a1ede68655d7fd23401e5932c25ac4bf |
|
MD5 | 385eddb398fcba4e6b90d00b896fae68 |
|
BLAKE2b-256 | ec3424ce7619e700b098b25ecbd60432d08ffa46cf80b552436930ee31f9b570 |