Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否可以从Silverlight deepzoom站点导出高分辨率图像?_Silverlight_Photoshop - Fatal编程技术网

是否可以从Silverlight deepzoom站点导出高分辨率图像?

是否可以从Silverlight deepzoom站点导出高分辨率图像?,silverlight,photoshop,Silverlight,Photoshop,我想下载整个图片,或者至少从这里下载大部分 现在我正在放大,在Photoshop中拍摄屏幕截图并重新拼接,这将花费我很长时间。有没有更简单的方法 谢谢。最后我编写了一个glovepie脚本来自动移动鼠标,然后只需讲屏幕截图和使用photoshops photomerge功能就可以了。它工作正常。这是格洛维派的剧本 // script to press and drag mouse if (Key.Left) { debug = "start" mouse.X -= .8

我想下载整个图片,或者至少从这里下载大部分 现在我正在放大,在Photoshop中拍摄屏幕截图并重新拼接,这将花费我很长时间。有没有更简单的方法


谢谢。

最后我编写了一个glovepie脚本来自动移动鼠标,然后只需讲屏幕截图和使用photoshops photomerge功能就可以了。它工作正常。这是格洛维派的剧本

// script to press and drag mouse
if  (Key.Left) {
debug = "start"
      mouse.X -= .8
      mouse.LeftButton = true
      mouse.X += .8
      wait 1 seconds
      mouse.LeftButton = false
debug = "released"
}

if  (Key.Right) {
debug = "start"
      mouse.X += .8
      mouse.LeftButton = true
      mouse.X -= .8
      wait 1 seconds
      mouse.LeftButton = false
debug = "released"
}

if  (Key.Up) {
debug = "start with the mouse near the bottom of the screen"
      mouse.Y -= .8
      mouse.LeftButton = true
      mouse.Y += .8
      wait 1 seconds
      mouse.LeftButton = false
debug = "released"
}

if  (Key.Down) {
debug = "start with the mouse near the top of the screen"
      mouse.Y += .8
      mouse.LeftButton = true
      mouse.Y -= .8
      wait 1 seconds
      mouse.LeftButton = false
debug = "released"
}
从这里下载glovepie(geat工具) 点击“我已经拥有100%的绿色动力,我准备好下载GlovePIE”按钮。是的,这听起来很奇怪,但确实有效