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

feat: Support mutifile & multiscale OME-TIFF #748

Merged
merged 12 commits into from
Jan 19, 2024

Conversation

manzt
Copy link
Member

@manzt manzt commented Nov 29, 2023

Extends on #740

This release PR Viv's multifile OME-TIFF data-loading capabilities to multiscale TIFFs as well. The loadOmeTiff utility now recognizes and loads multiresolution images described in a companion.ome metadata file.

The API stays the same for end users. Multifile OME-TIFFs are detected from URLs with path suffixes of *companion.ome.

import { loadOmeTiff } from '@vivjs/loaders';

let loader = await loadOmeTiff("http://localhost:8080/data.companion.ome");

@manzt manzt marked this pull request as ready for review November 29, 2023 22:31
@manzt manzt merged commit 3f21713 into hms-dbmi:main Jan 19, 2024
5 checks passed
@manzt manzt deleted the manzt/multiscale-multifile-ome branch January 19, 2024 20:44
@github-actions github-actions bot mentioned this pull request Jan 19, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant