AllenInstitute / aics-fms-file-explorer-app

AICS FMS File Explorer Front End
https://alleninstitute.github.io/aics-fms-file-explorer-app/
2 stars 1 forks source link

Automatically detect OME ZARR thumbnail location #89

Closed SeanLeRoy closed 1 day ago

SeanLeRoy commented 1 month ago

The 3D web viewer is able to automatically render a low resolution version of any OME ZARR by checking the "manifest" file inside the OME ZARRs highest level directory and then rendering the path to the lowest resolution file as declared by that file

SeanLeRoy commented 1 month ago

Make sure to avoid rendering too huge of an image. In the manifest or config file look for the size of the resolution image (or by asking over http?) and don't render if too large

SeanLeRoy commented 1 month ago

https://github.com/allen-cell-animated/volume-viewer/blob/main/src/loaders/OmeZarrLoader.ts#L187