informatics-isi-edu / openseadragon-viewer

2D viewer with openseadragon
Apache License 2.0
5 stars 2 forks source link

Multi-channel MVP #49

Closed RFSH closed 3 years ago

RFSH commented 3 years ago

After processing images with the new format and moving them to iiif server, the mulit-channel images are not properly displayed. So in this epic, our goal is to have functional multi-channel images. We're going to do this in two stages:

First Stage (static configuration for channels)

Our goal in this is stage, is to be able to mimic what we didi for dzi images, for iiif images as well. We should also gather more information about channel support in OSD viewer that will help us with the second stage.


Second stage (dynamic configuration)

In this stage, our goal is to be able to get the channel information from database. This includes name and pseudo_color that should be used in place of the staticly defined colors in the OSD viewer code.

the tasks for this stage require more thought

RFSH commented 3 years ago

As part of this task, I was also looking at how different tile size and compression would affect the viewer app performance. I was looking at the list of images generated here.