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.
Release files for bioio-tifffile 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bioio_tifffile-1.3.1.tar.gz | 20.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bioio_tifffile-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 32.8 kB
Release files / bioio_tifffile-1.3.1.tar.gz
| Download URL | bioio_tifffile-1.3.1.tar.gz |
|---|---|
| Size | 20.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
41071ae78152698fedbd3b44effb6b7e226bf20f8c781dd3b3eb6c7f758ca3b3
|
|
BLAKE2b-256 checksum How to use checksums |
8bf3f922cfff545e026d8aca5c9049e1cd01929c8984f86603a3e6e19fa03334
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.
Transparency logRelease files / bioio_tifffile-1.3.1-py3-none-any.whl
| Download URL | bioio_tifffile-1.3.1-py3-none-any.whl |
|---|---|
| Size | 12.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5c854b1a6fb1e423bd149e830564f37bf5ad912a0f1d076cac3e7c2b7cc9700d
|
|
BLAKE2b-256 checksum How to use checksums |
8755cbe6cdf0ff3c528fb597f1ac32a4b3e1b1d9f57314c6f38bcc8182764d1e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.
Transparency log