Hi All,<div><br></div><div>We are working on a web based virtual microscopy service and we have received a couple of a huge ( 100GByte+ ) mrxs images which contain not only a single image but also 20+ additional layers with different focal plane scans. OpenSlide reads the default layer fine but we would like to show the additional layers too.</div><div><br></div><div>The Panoramic Viewer show these very nicely as you can see on the examples below:</div><div><a href="https://www.dropbox.com/sh/mqxlcadtgb76qcz/AACcMDaPE1yDo7Vz5dha-INma?dl=0">https://www.dropbox.com/sh/mqxlcadtgb76qcz/AACcMDaPE1yDo7Vz5dha-INma?dl=0</a><br></div><div><br></div><div>I&#39;ve checked the OpenSlide.ini and these additional layers look something like this there:</div><div>HIER_2_NAME = Microscope focus level</div><div>HIER_2_COUNT = 20</div><div>HIER_2_DEFAULT = 0</div><div>HIER_2_SECTION = LAYER_2_SECTION</div><div>HIER_2_VAL_0 = ExtFocusLevel</div><div>HIER_2_VAL_0_SECTION = LAYER_2_LEVEL_0_SECTION</div><div>HIER_2_VAL_1 = ZStackLevel_(-9)</div><div>HIER_2_VAL_1_SECTION = LAYER_2_LEVEL_1_SECTION</div><div>HIER_2_VAL_2 = ZStackLevel_(-8)</div><div>HIER_2_VAL_2_SECTION = LAYER_2_LEVEL_2_SECTION</div><div>...</div><div><br></div><div>Have you encountered such an mrxs before and if yes do you know how these additional ZStackLevel layers are stored and what would be the simplest way to add support for these?</div><div><br></div><div>I suspect each of these should point to a structure which is identical to the zoom level hierarchy.</div><div><br></div><div>I&#39;ve also checked the openslide-vendor-mirax.c source file and it seemed to me only the zoom level hierarchy is processed, the others are simply skipped.</div><div><br></div><div>I can share one of the example mrxs files we have if you are interested.</div><div><br></div><div>Thanks,</div><div>    Tibi</div>