Contents

imageio 2.34.0

0

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

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

Stars: 1399, Watchers: 1399, Forks: 280, Open Issues: 101

The imageio/imageio repo was created 10 years ago and the last code push was 6 days ago.
The project is very popular with an impressive 1399 github stars!

How to Install imageio

You can install imageio using pip

pip install imageio

or add it to a project with poetry

poetry add imageio

Package Details

Author
imageio contributors
License
BSD-2-Clause
Homepage
https://github.com/imageio/imageio
PyPi:
https://pypi.org/project/imageio/
GitHub Repo:
https://github.com/imageio/imageio

Classifiers

No  imageio  pypi packages just yet.

Errors

A list of common imageio errors.

Code Examples

Here are some imageio code examples and snippets.

GitHub Issues

The imageio package has 101 open issues on GitHub

  • FEAT: Make tifffile read resolution metadata
  • TIFF reader: ResolutionUnit, XResolution, YResolution not accessible
  • fix: add TiffFileError to the internal tifffile package
  • DOC: v3 plugin docs + contribution guidelines
  • Mac unable to read camera
  • Deprecation plan while transitioning to v3
  • Deprecate Python3.6 support
  • MAINT: dedicated namespaces for APIs
  • DOC: v3 API docs
  • Add OpenImageIO Backend
  • Use pytest fixture and markers for a simpler test control (closes #700)
  • make ffmpeg's can_read more sophisticated
  • ffmpeg mp4 mimsave with io.BytesIO() raises FileNotFoundError
  • imageio.plugins.freeimage.download() downloads wrong architecture on Apple Silicon

See more issues on GitHub

Related Packages & Articles

moviepy 1.0.3

MoviePy is a Python library for video editing: cutting, concatenations, title insertions, video compositing, video processing, and creation of custom effects.