Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write ome-zarr images (feature request) #67

Open
haesleinhuepf opened this issue Aug 27, 2022 · 1 comment
Open

Write ome-zarr images (feature request) #67

haesleinhuepf opened this issue Aug 27, 2022 · 1 comment

Comments

@haesleinhuepf
Copy link

Hi all,

I'm just wondering how complicated it might be to provide a writer for napari. I just tried to save a dataset in napari as "test.zarr" and it was written to disc as "test.zarr.tif".

If you say writing zarr files from napari makes sense, e.g. using this code, I'd be happy to provide a pull-request.

Thanks!

Best,
Robert

@joshmoore
Copy link
Member

Hi @haesleinhuepf.

I'm just wondering how complicated it might be to provide a writer for napari.

Definitely doable. There's recently been a bunch of work in ome/ome-zarr-py#192 to improve support for this (overall speed and the types of data that you can pass in like dask or not dask). It's not released but help testing is very welcome.

I just tried to save a dataset in napari as "test.zarr" and it was written to disc as "test.zarr.tif".

Don't know why that would happen. You clicked on "save" in the UI?

If you say writing zarr files from napari makes sense, e.g. using this code, I'd be happy to provide a pull-request.

Hmmm.... that looks to be "just a zarr" and not an "OME-Zarr" and so I'll defer to you if you want that. If you are interested in writing an NGFF, I'd suggest we use the helper functions from ome-zarr-py.

~Josh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants