Skip to content

OmeZarrImageSource

Opens an OME-Zarr multiscale image Zarr group from either a URL or local directory.

Properties

location

ts
readonly location: Location<Readable>;

version?

ts
readonly optional version?: "0.5" | "0.4";

Accessors

loader OmeZarrImageLoader

ts
get loader(): OmeZarrImageLoader;

Methods

getDimensions() SourceDimensionMap

ts
getDimensions(): SourceDimensionMap;

getChannelCount() number

ts
getChannelCount(): number;

fromHttp() Promise<OmeZarrImageSource>

Creates and opens an OmeZarrImageSource from an HTTP(S) URL.

ts
static fromHttp(props): Promise<OmeZarrImageSource>;
ParameterType
propsHttpOmeZarrImageSourceProps

fromFileSystem() Promise<OmeZarrImageSource>

Creates and opens an OmeZarrImageSource from a local filesystem directory.

ts
static fromFileSystem(props): Promise<OmeZarrImageSource>;
ParameterType
propsFileSystemOmeZarrImageSourceProps

Released under the MIT License