Skip to main content

Library for reading and writing a wide range of image 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.imsave('astronaut-gray.jpg', im[:, :, 0])

See the user API or examples for more information.

Project details


Release history Release notifications | RSS feed

This version

1.0

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)

Uploaded Source

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

Hashes for imageio-1.0.tar.gz
Algorithm Hash digest
SHA256 e9b254f0f620e4dccfb5501345969322a1ede68655d7fd23401e5932c25ac4bf
MD5 385eddb398fcba4e6b90d00b896fae68
BLAKE2b-256 ec3424ce7619e700b098b25ecbd60432d08ffa46cf80b552436930ee31f9b570

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