General
ImageContainer
ImageContainer.load()
Gallery
Load data from a Zarr store.
path (str | Path) – Path to Zarr store.
str
Path
lazy (bool) – Whether to use Dask to lazily load image.
bool
chunks (int | None) – Chunk size for Dask. Only used when lazy = True.
int
None
lazy = True
The loaded container.