Using Bio-Formats in PythonΒΆ

OME does not currently provide a Python implementation for Bio-Formats.

The CellProfiler project has implemented a Python wrapper around Bio-Formats used by the CellProfiler software which can be installed using pip:

pip install python-bioformats

See also

https://pypi.org/pypi/python-bioformats
Source code of the CellProfiler Python wrapper for Bio-Formats