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
719 stars 66 forks source link

not working on museothyssen.org Gigapixel view #238

Open mslb42 opened 6 months ago

mslb42 commented 6 months ago

Can't download museothyssen.org images with Gigapixel view example: https://www.museothyssen.org/en/conectathyssen/gigathyssen/swaying-dancer-dancer-green ERROR on Dezoomify-rs and Dezoomifyer can't find a link Would be nice to have access to the collections.

Benomrans commented 6 months ago

@mslb42 Hello, Try this method: Zoom in to the max level, then from the browser console obtain the url of last set of tiles. For this image the url is : https://sc4hvcfl151058502cff46683.s3.amazonaws.com/gigapixel/4g875566c3d47f44d81419694a41df23ec6r/4g875566c3d47f44d81419694a41df23ec6r_5_8_9.jpg

then change the last parameters to : https://sc4hvcfl151058502cff46683.s3.amazonaws.com/gigapixel/4g875566c3d47f44d81419694a41df23ec6r/4g875566c3d47f44d81419694a41df23ec6r_5_{{X}}_{{Y}}.jpg

pass it to dezoomify-rs, (the image is 15360px). Enjoy the charm.

mslb42 commented 5 months ago

@Benomrans Hello, thank you very much for the quick help! I was aware the network info can be used in some instances but didn't know how to change this type of URL to render the whole image. But now that you showed it, it makes sense :). Thanks again, and have a very fine day.