WeblitzViewport can display z-stacked images?
Posted: Tue Jun 19, 2018 10:01 am
Hi
We have some stacked images we would like to display. Currently our code works for single images using the viewport as below but for stacks they don't show as stacks? Not like they do in the img detail view.
How do I get the viewport to display them as stacks? Is there something special I need to do or is it not possible?
Note we are using OMERO 1.5.3
../img_detail/472461/ works but the same image in the viewport displays a single image only.
We have some stacked images we would like to display. Currently our code works for single images using the viewport as below but for stacks they don't show as stacks? Not like they do in the img detail view.
How do I get the viewport to display them as stacks? Is there something special I need to do or is it not possible?
Note we are using OMERO 1.5.3
../img_detail/472461/ works but the same image in the viewport displays a single image only.
- Code: Select all
var viewport = $.WeblitzViewport($("#viewport"), impcMediaBaseUrl, {
'mediaroot': omeroStaticUrl
});
viewport.load(id);