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

Read colours from OME-Zarr omero #1143

Open
tischi opened this issue May 28, 2024 · 1 comment
Open

Read colours from OME-Zarr omero #1143

tischi opened this issue May 28, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tischi
Copy link
Contributor

tischi commented May 28, 2024

https://forum.image.sc/t/mobie-ome-zarr-hcs-use-zattrs-omero-channel-color/96491/3

To do this I would need parse the .zattrs JSON, ideally directly into a corresponding Java class. @joshmoore do you know whether there is already Java code somewhere that I could steal?

Something that would allow me to do something like:

 MultiscalesAndOmero mao = gson.fromJson( zattrsJson, new TypeToken< MultiscalesAndOmero >() {}.getType() );
@tischi tischi added the enhancement New feature or request label May 28, 2024
@tischi tischi self-assigned this May 28, 2024
@joshmoore
Copy link

Sorry for the slow response, @tischi. Not that I know of.

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

No branches or pull requests

2 participants