Skip to main content

A BioIO reader plugin for reading tiff files in the OME format.

Project description

bioio-ome-tiff

Build Status PyPI version License Python 3.9+

A BioIO reader plugin for reading OME TIFF files using tifffile


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

Example Usage (see full documentation for more examples)

Install bioio-ome-tiff alongside bioio:

pip install bioio bioio-ome-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_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-tiff-1.0.0.tar.gz (30.4 kB view details)

Uploaded Source

Built Distribution

bioio_ome_tiff-1.0.0-py3-none-any.whl (24.7 kB view details)

Uploaded Python 3

File details

Details for the file bioio-ome-tiff-1.0.0.tar.gz.

File metadata

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

File hashes

Hashes for bioio-ome-tiff-1.0.0.tar.gz
Algorithm Hash digest
SHA256 05b904cdcd1985d27ab2e36b704d0003d251ef313f22c74831a90306d7755a0f
MD5 ea8e0d7c5e91158e59748cb2bfebcd20
BLAKE2b-256 782926b1aaf38e7ca618cb404a8fb04c0eaca8ec68f232e17fdad302eb035c31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bioio_ome_tiff-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 50aa7a39161e769c1e21e8f00b32bc562a35167da9470676ab711aa88603d0e9
MD5 9ef9a026968121cecd801fe5f5908a35
BLAKE2b-256 8aeec5517d46c935347d6071bd3b9730df872e34bb71ff221e1fef4e7d175101

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