0

我有 IIPImage 服务器正在运行,我正在尝试显示 deepzoom 图像但失败了

这就是我的做法:

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/"

我从浏览器中收到“无法加载平铺图像”的错误

我应该如何做的任何帮助或示例?谢谢

4

1 回答 1

0

不 。它不适用于 DZI 后缀

于 2020-01-22T15:11:24.977 回答