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('imageio: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.1.zip (3.3 MB view details)

Uploaded Source

File details

Details for the file imageio-2.1.1.zip.

File metadata

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

File hashes

Hashes for imageio-2.1.1.zip
Algorithm Hash digest
SHA256 fb18af15088d2be50ecf25af78ae516829bb406ed7bd981b9efabebd48a54fb7
MD5 6ec6e58f3616ba3439c080be3b98cac4
BLAKE2b-256 7167a6a3192355e9ffabb16e84695592d51fdde6d4d884a219509bea8560876e

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