Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dezoomify-rs does not work on https://bibliotheques-specialisees.paris.fr/ #264

Closed
marlia7568 opened this issue Nov 27, 2024 · 3 comments
Closed

Comments

@marlia7568
Copy link

Need to download a map on this web: https://bibliotheques-specialisees.paris.fr/in/dz/77b/ac2/9de/BHVP_PL_SerieG_0546_files/0/0_0.jpg
Cannot download it from dezoomify online because it's too big but I can't download it on dezoomify-rs for: "Unable to create the dezoomer: Tried all of the dezoomers, none succeeded."

@Benomrans
Copy link

Hello,
Using the generic dezoomer would work. Just obtain the largest zoom level from the console and alter the tile url like this :
https://bibliotheques-specialisees.paris.fr/in/dz/77b/ac2/9de/BHVP_PL_SerieG_0546_files/13/{{X}}_{{Y}}.jpg
(I assume that the largest level is 13). then pass it to dezoomify-rs.

@birotteau
Copy link

Bonjour,

I faced a similar issue with an OpenSeaDragon deepzoom image.

It works in dezoomify-rs with the following URL: https://bibliotheques-specialisees.paris.fr/in/dz/77b/ac2/9de/BHVP_PL_SerieG_0546.xml

@lovasoa
Copy link
Owner

lovasoa commented Feb 14, 2025

It works for me too

Found the following zoom levels:
 0. BHVP_PL_SerieG_0546 (Deep Zoom Image) (11544 x  8296 pixels,   391 tiles)
 1. BHVP_PL_SerieG_0546 (Deep Zoom Image) ( 5772 x  4148 pixels,   108 tiles)
 2. BHVP_PL_SerieG_0546 (Deep Zoom Image) ( 2886 x  2074 pixels,    30 tiles)
 3. BHVP_PL_SerieG_0546 (Deep Zoom Image) ( 1443 x  1037 pixels,     9 tiles)
 4. BHVP_PL_SerieG_0546 (Deep Zoom Image) (  722 x   519 pixels,     4 tiles)
 5. BHVP_PL_SerieG_0546 (Deep Zoom Image) (  361 x   260 pixels,     1 tiles)
 6. BHVP_PL_SerieG_0546 (Deep Zoom Image) (  181 x   130 pixels,     1 tiles)
 7. BHVP_PL_SerieG_0546 (Deep Zoom Image) (   91 x    65 pixels,     1 tiles)
 8. BHVP_PL_SerieG_0546 (Deep Zoom Image) (   46 x    33 pixels,     1 tiles)
 9. BHVP_PL_SerieG_0546 (Deep Zoom Image) (   23 x    17 pixels,     1 tiles)
10. BHVP_PL_SerieG_0546 (Deep Zoom Image) (   12 x     9 pixels,     1 tiles)
11. BHVP_PL_SerieG_0546 (Deep Zoom Image) (    6 x     5 pixels,     1 tiles)
12. BHVP_PL_SerieG_0546 (Deep Zoom Image) (    3 x     3 pixels,     1 tiles)
13. BHVP_PL_SerieG_0546 (Deep Zoom Image) (    2 x     2 pixels,     1 tiles)
14. BHVP_PL_SerieG_0546 (Deep Zoom Image) (    1 x     1 pixels,     1 tiles)
Which level do you want to download? 
0
[ETA:0s] ########################################  391/391  Finished tile download                                                                Image successfully saved to '/home/ophir/dev/dezoomify-rs/BHVP_PL_SerieG_0546.jpg' (current working directory: /home/ophir/dev/dezoomify-rs)

Image

@lovasoa lovasoa closed this as completed Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants