Skip to main content

A BioIO reader plugin for reading simple image formats using imageio.

Project description

bioio-imageio

Build Status PyPI version License Python 3.9+

A BioIO reader plugin for reading all these formats using imageio


Documentation

See the full documentation on our GitHub pages site - the generic use and installation instructions there will work for this package.

Information about the base reader this package relies on can be found in the bioio-base repository here

Installation

Stable Release: pip install bioio-imageio
Development Head: pip install git+https://github.com/bioio-devs/bioio-imageio.git

Example Usage (see full documentation for more examples)

Install bioio-imageio alongside bioio:

pip install bioio bioio-imageio

This example shows a simple use case for just accessing the pixel data of the image by explicitly passing this Reader into the BioImage. Passing the Reader into the BioImage instance is optional as bioio will automatically detect installed plug-ins and auto-select the most recently installed plug-in that supports the file passed in.

from bioio import BioImage
import bioio_imageio

img = BioImage("my_file.mp4", reader=bioio_imageio.Reader)
img.data

Issues

Click here to view all open issues in bioio-devs organization at once or check this repository's issue tab.

Development

See CONTRIBUTING.md for information related to developing the code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bioio-imageio-1.0.0.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

bioio_imageio-1.0.0-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

Details for the file bioio-imageio-1.0.0.tar.gz.

File metadata

  • Download URL: bioio-imageio-1.0.0.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for bioio-imageio-1.0.0.tar.gz
Algorithm Hash digest
SHA256 34b8640f4a314bbb3355f51c31ca6d065bf7d5efcdb179bff111024349ae56ae
MD5 92f09614473f1a7f845f173ae4e3e424
BLAKE2b-256 0da2f577a5a990636a1fd03b1d9ccf1b943c64663cc09bdc25370b6b3a3a583e

See more details on using hashes here.

File details

Details for the file bioio_imageio-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bioio_imageio-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 98e654ca9c561605409490f5295cd56e51341e3d2aa6f97fc41762aa6e7c4ecf
MD5 7ac5f74a9e8ee1c78a1d5e3ab07a9b0f
BLAKE2b-256 a343b450c3ef3fed066fc6968cc3cd3dab5b7a7b96d66630d97c233b1c01c5ad

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