Skip to main content

Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.

Project description

https://travis-ci.org/imageio/imageio.svg?branch=master https://coveralls.io/repos/imageio/imageio/badge.png?branch=master

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.imwrite('astronaut-gray.jpg', im[:, :, 0])

See the user API 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.1.0.zip (3.3 MB view details)

Uploaded Source

File details

Details for the file imageio-2.1.0.zip.

File metadata

  • Download URL: imageio-2.1.0.zip
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for imageio-2.1.0.zip
Algorithm Hash digest
SHA256 1d89e8487c45d59b86cdf60cf93574d84576c806608146298958a1d50cb3ffb3
MD5 3a7f0646d07ffd645491dbc40b48a244
BLAKE2b-256 f42afdec06f4f9231730c96f3ac79e6af619355a3def00a925dae62a454517eb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page