bioio.writers.OmeZarrWriter

class bioio.writers.OmeZarrWriter(uri: str | Path)[source]

Constructor.

Parameters:
uri: biob.types.PathLike

The URI or local path for where to save the data.

__init__(uri: str | Path)[source]

Constructor.

Parameters:
uri: biob.types.PathLike

The URI or local path for where to save the data.

Methods

__init__(uri)

Constructor.

build_ome(size_z, image_name, channel_names, ...)

Create the omero metadata for an OME zarr image

write_image(image_data, image_name, ...[, ...])

Write a data array to a file.