我已经运行了IIPImage服务器,并且我正在尝试显示深度缩放图像,但失败了
我是这样做的:
var tileSource =
{
Image:
{
xmlns: "http://schemas.microsoft.com/deepzoom/2008",
Url: "http://127.0.0.1/fcgi-bin/iipsrv.fcgi?
DeepZoom=E:/DeepZoomFile/10580_12079_1121935_stitch_files/",
Format: "jpg",
Overlap: "2",
TileSize: "256",
Size:
{
Height: "38290",
Width: "17953"
}
}
};重要的一点是:
Url: "http://127.0.0.1/fcgi-bin/iipsrv.fcgi?DeepZoom=E:/DeepZoomFile/10580_12079_1121935_stitch_files/"我从浏览器得到的错误是“无法加载磁贴图像”
我应该怎么做,有什么帮助或例子吗?谢谢
发布于 2020-01-22 23:11:25
不是的。后缀为DZI时不起作用
https://stackoverflow.com/questions/59667891
复制相似问题