lovasoa / dezoomify-rs

Zoomable image downloader for Google Arts & Culture, Zoomify, IIIF, and others
https://dezoomify-rs.ophir.dev
GNU General Public License v3.0
739 stars 66 forks source link

Dezoomify problems for https://galerij.kb.nl/ (National Library Holland) #209

Open BorisDekorte opened 1 year ago

BorisDekorte commented 1 year ago

Hello

I'm a long time user of the dezoomify-rf tool ; yet for the following url I can't extract the correct dezoomified image (if that's even a word :))

https://galerij.kb.nl/kb.html#/nl/stedenatlasdewit/page/108/zoom/3/lat/-48.10743118848039/lng/-46.58203125

in Dezoomify-rs i'm trying the following line :

./dezoomify-rs --header "Referer: https://galerij.kb.nl/" "https://galerij.kb.nl/data/stedenatlasdewit/089-089/5/{{X}}/{{Y}}.jpg"

This gives me almost the desired end result, yet the composition of the different tiles is not quite correct.

Sombody that can help me with this one ?

Thanks

Boris

BorisDekorte commented 1 year ago

Attached are some screenshots of my results. As you can see the image is extracted (no errors), yet the tilling doesn't add up.

img

I also tried reversing {{X}} and {{Y}}. This gave me the following result (still not there ...) img

Boris

lovasoa commented 1 year ago

Isn't it that the X values are decreasing from left to right ?

You can handle that with the custom yaml dezoomer: https://github.com/lovasoa/dezoomify-rs/wiki/Usage-example-for-the-custom-YAML-dezoomer