- 作者帖子
岁月如歌游客himalayanart网站怎么下载高清图片,搜索以前的帖子总是无法成功.
岁月如歌游客
xiaopengyou游客感覺它就只開放直接下載1492*2000的圖片?
Ru_Evan游客@岁月如歌 #89657
以你这个链接为例,用以下链接里的数据:
har-assets.s3.amazonaws.com/tiles...adata.json
{"height":5754,"maxZoom":6,"width":4292}
做yaml文件:
url_template: "https://har-assets.s3.amazonaws.com/tiles/2/4/2/2427/5/{{x}}_{{y}}.jpg"#数字5为最大缩放倍率
x_template: "x * tile_size"
y_template: "y * tile_size"
variables:
- { name: x, from: 0, to: 16 } # x轴上的图块数(4292/256后保留整数)
- { name: y, from: 0, to: 23 } # y轴上的图块数(5754/256后保留整数)
- { name: tile_size, value: 256 }最后下载:
dezoomify-rs tiles.yaml 2427.jpg
明白了吗?
岁月如歌游客url_template: "https://har-assets.s3.amazonaws.com/tiles/2/4/2/2427/5/{{x}}_{{y}}.jpg"
x_template: "x * tile_size"
y_template: "y * tile_size"
variables:
- { name: x, from: 0, to: 16 } # Number of tiles on the x axis
- { name: y, from: 0, to: 23 } # Number of tiles on the y axis
- { name: tile_size, value: 256 }我也是这样写的但是运行就显示图片中的结构,不知道什么原因
Ru_Evan游客@岁月如歌 #89773
那就重新照着再写一遍啊,这个肯定没问题,我都把这家的图全下载完了。。
墨雲游客@Ru_Evan #89776
你什么时期下载的,现在美国自然历史博物馆的那个页面无法进去,而这部分图片也是直接引用网址的,导致现在无法显示了,有这部分能发下吗
岁月如歌游客@Ru_Evan #89776
是不是网站问题,我试了不能下载了,以前还下过一两张,资源能分享吗?
墨雲游客
岁月如歌游客@Ru_Evan #89797
能给传个你写好能下载的tiles.yaml文件吗?谢谢
- 作者帖子
正在查看 11 个帖子:1-11 (共 11 个帖子)
正在查看 11 个帖子:1-11 (共 11 个帖子)
正在查看 11 个帖子:1-11 (共 11 个帖子)