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.

All distribution files are independent of the Python version. The platform-specific archives contain a few images and the freeimage library for that platform. These are recommended if you do not want to rely on an internet connection at runtime / install-time.

Project details


Release history Release notifications | RSS feed

This version

1.4

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.4.zip (209.8 kB view hashes)

Uploaded Source

Built Distributions

imageio-1.4-cp26.cp27.cp33.cp34.cp35-none-win_amd64.whl (4.4 MB view hashes)

Uploaded CPython 2.6 CPython 2.7 CPython 3.3 CPython 3.4 CPython 3.5 Windows x86-64

imageio-1.4-cp26.cp27.cp33.cp34.cp35-none-macosx_10_5_x86_64.macosx_10_6_intel.whl (4.8 MB view hashes)

Uploaded CPython 2.6 CPython 2.7 CPython 3.3 CPython 3.4 CPython 3.5 macOS 10.5+ x86-64 macOS 10.6+ intel

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