Image comparison viewer with linked view areas
Posted: Wed Jan 14, 2015 10:42 am
Hi
I'm developing a plugin for omero using django as per the docs. I already have close to what I want but in .jsp and javascript here: https://dev.mousephenotype.org/data/ima ... ImgId=8415
What I would like to do is be able to link the two images left and right so if you zoom in on one - the other zooms in by the same amount, scroll left by the same etc.
Just wondered if there is an example that has this already somewhere? or some tips on the best way to do this? My approach currently is to have a modified omero_image.html template to get rid of some of the buttons we don't want on the left and then call this new view from javascript with the same x y coordinates as parameters for both images?
Thanks
Jonathan.
I'm developing a plugin for omero using django as per the docs. I already have close to what I want but in .jsp and javascript here: https://dev.mousephenotype.org/data/ima ... ImgId=8415
What I would like to do is be able to link the two images left and right so if you zoom in on one - the other zooms in by the same amount, scroll left by the same etc.
Just wondered if there is an example that has this already somewhere? or some tips on the best way to do this? My approach currently is to have a modified omero_image.html template to get rid of some of the buttons we don't want on the left and then call this new view from javascript with the same x y coordinates as parameters for both images?
Thanks
Jonathan.