Skip to main content

A BioIO reader plugin for reading tiled ome.tiff images.

Project description

bioio-ome-tiled-tiff

Build Status PyPI version License Python 3.9+

A BioIO reader plugin for reading tiled OME TIFF files using bfio


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-ome-tiled-tiff
Development Head: pip install git+https://github.com/bioio-devs/bioio-ome-tiled-tiff.git

Example Usage (see full documentation for more examples)

Install bioio-ome-tiled-tiff alongside bioio:

pip install bioio bioio-ome-tiled-tiff

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_ome_tiled_tiff

img = BioImage("my_file.ome.tiff", reader=bioio_ome_tiff.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-ome-tiled-tiff-1.0.0.tar.gz (19.8 kB view hashes)

Uploaded Source

Built Distribution

bioio_ome_tiled_tiff-1.0.0-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

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