使用https://openseadragon.github.io/examples/tilesource-image/中的示例中的“图像”类型
加载大型jpg 文件
会在视口上显示多个重复的图块。缺少配置设置?
jQuery(document).ready(function() {
OpenSeadragon({
id: "openseadragon",
prefixUrl: "data/",
debugMode:true,
tileSources: {
type: 'image',
url: '../data/gudmap/large.jpg'
}
});
[新] 经过更多尝试,不是当 jpg 文件很大时,而是当 jpg 文件实际上很小时,它会被复制到多个图块中。