Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # dezoom of https://galerij.kb.nl/kb.html#/nl/dernaturenbloeme2/page/46/
- # The url of individual tiles, where {{ expressions }} will be evaluated using the variables below
- url_template: "https://galerij.kb.nl/data/dernaturenbloeme2/047/5/{{
- x/tile_size
- }}/{{
- height - y/tile_size
- }}.jpg"
- variables:
- # The x position of tiles goes from 0 to the image width with an increment of the tile width
- - name: x
- from: 0
- to: 6000
- step: 256 # Tile width
- - name: y
- from: 0
- to: 4329 # Image height: 16*256=4096
- step: 256 # Tile height
- - name: tile_size
- value: 256
- - name: height
- value: 16 # Height in number of tiles
Advertisement
Add Comment
Please, Sign In to add comment