A BioIO reader plugin for reading TIFFs using Tifffile
Project description
bioio-tifffile
A BioIO reader plugin for reading TIFFs 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-tifffile
Development Head: pip install git+https://github.com/bioio-devs/bioio-tifffile.git
Example Usage (see full documentation for more examples)
Install bioio-tifffile alongside bioio:
pip install bioio bioio-tifffile
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_tifffile
img = BioImage("my_file.tiff", reader=bioio_tifffile.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bioio-tifffile-1.0.0.tar.gz
.
File metadata
- Download URL: bioio-tifffile-1.0.0.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ec524ea308b25736f6c6c2086ca7034818bfc5ac0cdc13cf20f0b2d141ee239 |
|
MD5 | 044ad957d97752d2aa540a9c223c44eb |
|
BLAKE2b-256 | f65da98c43a06ddfe08b5754e6c058f9d854c2493dd8d26809c9f649bc40bf83 |
File details
Details for the file bioio_tifffile-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: bioio_tifffile-1.0.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccbd8b57e79cf695757b5d61f19b373caaa7ce63f9db3c091f9ab47b9980a54e |
|
MD5 | 539b3651a56cba9cab441343c57395d6 |
|
BLAKE2b-256 | a167961bc883860ab6c76a2f082b97d565a4d13f61966fa11a5a03e5b26f85be |