Convert KFBio whole slide images (.kfb, .kfbf) to OME-Zarr.
via cargo:
cargo install kfb2zarrvia conda:
conda install bioconda::kfb2zarrkfb2zarr slide.kfb slide.ome.zarrTo replace an existing output store:
kfb2zarr slide.kfb slide.ome.zarr --overwriteTo limit CPU usage (default uses all cores):
kfb2zarr slide.kfb slide.ome.zarr --threads 4The output .ome.zarr can be viewed locally with:
- QuPath ≥ 0.7.0 via drag & drop
- napari via the napari-ome-zarr plugin
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
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