kfb2zarr 0.1.0

Convert KFBio whole slide images (.kfb, .kfbf) to OME-Zarr
Documentation
# kfb2zarr

Convert [KFBio](https://www.kfbio.cn) whole slide images (`.kfb`, `.kfbf`) to [OME-Zarr](https://ngff.openmicroscopy.org/).

## Installation

Requires [Rust](https://rustup.rs).

```sh
cargo install kfb2zarr
```

## Usage

```sh
kfb2zarr slide.kfb slide.ome.zarr
```

To replace an existing output store:

```sh
kfb2zarr slide.kfb slide.ome.zarr --overwrite
```

## Viewing the output

The output `.ome.zarr` can be viewed locally with:

- **[QuPath]https://qupath.github.io/** ≥ 0.7.0 via drag & drop
- **[napari]https://napari.org/** via the [napari-ome-zarr]https://github.com/ome/napari-ome-zarr plugin

Output has been spot-checked in QuPath and vizarr against the same files opened in KFBio's KFSlideOS viewer.

## Acknowledgements

Sample data used during development was kindly provided by KFBio.
kfb2zarr is not an official product of KFBio.

kfb2zarr writes Zarr stores with:

Deakin, L. (2025). *zarrs: A High-Performance Rust Library for the Zarr Array Storage Format* (Version 0.22.10) [Computer software]. https://github.com/zarrs/zarrs