Jakeukalane

dezoom of https://galerij.kb.nl/kb.html#/nl/dernaturenbloeme2/page/46/

Aug 11th, 2025 (edited)
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # dezoom of https://galerij.kb.nl/kb.html#/nl/dernaturenbloeme2/page/46/
  2. # The url of individual tiles, where {{ expressions }} will be evaluated using the variables below
  3. url_template: "https://galerij.kb.nl/data/dernaturenbloeme2/047/5/{{
  4. x/tile_size
  5. }}/{{
  6. height - y/tile_size
  7. }}.jpg"
  8.  
  9. variables:
  10. # The x position of tiles goes from 0 to the image width with an increment of the tile width
  11. - name: x
  12. from: 0
  13. to: 6000
  14. step: 256 # Tile width
  15.  
  16. - name: y
  17. from: 0
  18. to: 4329 # Image height: 16*256=4096
  19. step: 256 # Tile height
  20.  
  21. - name: tile_size
  22. value: 256
  23.  
  24. - name: height
  25. value: 16 # Height in number of tiles
Advertisement
Add Comment
Please, Sign In to add comment