I was wondering if it is possible to set a large image (+- 60 MB) as the background of a diagram and use zoomify to dynamically load tiles of parts where you are zooming in.
Currently is it possible to set a large image as the background but for a web based application this is way too heavy to load.
So I was wondering if it is possible to use a custom component as background that uses zoomify to dynamically load tiles of parts where you are zooming in?
To further understand my question I refer to google maps that loads tiles of its map when you zoom in / out.
P.S.
I also noticed that every time a scroll event occurs, the background image is loaded again. Is there any way to override or stop this from happening?
Thanks in advance.