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 3.5+, and is easy to install.

Main website: http://imageio.github.io

Release notes: hhttps://github.com/imageio/imageio/blob/master/CHANGELOG.md

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])

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.8.0.tar.gz (3.3 MB view details)

Uploaded Source

Built Distribution

imageio-2.8.0-py3-none-any.whl (3.3 MB view details)

Uploaded Python 3

File details

Details for the file imageio-2.8.0.tar.gz.

File metadata

  • Download URL: imageio-2.8.0.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for imageio-2.8.0.tar.gz
Algorithm Hash digest
SHA256 fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf
MD5 1e270dbf24c0390c2f4e3e4120904ac0
BLAKE2b-256 ea59c6d568a309cf4c1b8e091bd8630c590a57f2e068a8e4114e1f36ee0d8e4f

See more details on using hashes here.

File details

Details for the file imageio-2.8.0-py3-none-any.whl.

File metadata

  • Download URL: imageio-2.8.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

Hashes for imageio-2.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1e4ab29b3775bb093c7a35854a0412857145450183344678829b30e72263b001
MD5 472b4ef8591599e729b7b76658dc05b2
BLAKE2b-256 4c2b9dd19644f871b10f7e32eb2dbd6b45149c350b4d5f2893e091b882e03ab7

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