平铺图像查看器。两个并排的图像可以动态加载
我正在尝试构建一个页面,其中两个平铺图像(用于放大)可以加载并并排显示(然后单击按钮即可交换为不同的图像)。它们都需要一起放大但单独平铺。
我已经看过 Seadragon,但据我所知,不可能将两个单独平铺的图像彼此相邻并将它们缩放到一起。
任何人都可以提出解决方案吗?
谢谢
I'm trying to build a page in which two tiled images (for zooming in on) can be loaded and displayed side by side (then swapped out for different images at a click of a button). They both need to zoom in together but be separately tiled.
I've had a look at Seadragon but as far as I can see it is not possible to have two separately tiled images next to each other and zoom them together.
Can anyone propose a solution?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 http://www.dimin.net/software/panojs/ 它出现当开始最大缩小时并排显示两个图像,当您放大时,它会显示一组较大平铺图像中的更多数据。
Take a look at http://www.dimin.net/software/panojs/ it appears to have two images side by side when it starts in the maximum zoom out and as you zoom in it reveals more data from a set of larger tiled images.