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.1.tar.gz (30.8 kB view details)

Uploaded Source

Built Distribution

bioio_ome_tiff-1.0.1-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

Details for the file bioio_ome_tiff-1.0.1.tar.gz.

File metadata

  • Download URL: bioio_ome_tiff-1.0.1.tar.gz
  • Upload date:
  • Size: 30.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for bioio_ome_tiff-1.0.1.tar.gz
Algorithm Hash digest
SHA256 d7420c50f78e4133657748ab5fb9cf99c4902c8b749251a9e120a6cd16640ee5
MD5 d0700c65b4256a2beb5599628faadd01
BLAKE2b-256 b5be4046a473593176d52dc68619d976e113b68694005687f072ca236c72a76a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bioio_ome_tiff-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 53bc4873823ef8575ff9fedfb128b0d440d84d0e3f7d1dd30cbbc4a702928dfa
MD5 abbe703d48f976d5767023455157af09
BLAKE2b-256 e34846f738ee73e7e0de8a26193661ee58d9ed8715cbd33fec7ddf2d6ab299cb

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