1 Star 0 Fork 0

我在天外/dezoomify-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tiles.yaml 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ophir LOJKINE 提交于 2020-09-28 09:09 . Update tiles.yaml
# This is a tiles.yaml file for dezoomify-rs
# For more information about how to adapt this file to your use case, see:
# https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer
# The url of individual tiles, where {{ expressions }} will be evaluated using the variables below
url_template: "https://openseadragon.github.io/example-images/highsmith/highsmith_zdata/TileGroup0/3-{{x}}-{{y}}.jpg"
x_template: "x * tile_size"
y_template: "y * tile_size"
variables:
- { name: x, from: 0, to: 3 } # Image width, in tiles
- { name: y, from: 0, to: 4 } # Image height, in tiles
- { name: tile_size, value: 256 }
headers:
Referer: "https://openseadragon.github.io/examples/tilesource-zoomify/"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/im-in-tianwai/dezoomify-rs.git
git@gitee.com:im-in-tianwai/dezoomify-rs.git
im-in-tianwai
dezoomify-rs
dezoomify-rs
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385