Skip to content

@hms-dbmi/[email protected]

Compare
Choose a tag to compare
@manzt manzt released this 19 Jan 20:52
· 42 commits to main since this release
eac10ad

0.16.0

Minor Changes

  • feat: Support multiscale multifile-OME-TIFFs (@vivjs/loaders) (#748)

    This release extends 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.

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

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