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

Support for the World Digital Library (WDL) #5

Closed
lovasoa opened this issue May 27, 2015 · 4 comments
Closed

Support for the World Digital Library (WDL) #5

lovasoa opened this issue May 27, 2015 · 4 comments

Comments

@lovasoa
Copy link
Owner

lovasoa commented May 27, 2015

Question initially submitted by @Horemheb in #1 :

I tried to find the right link to submit to seadragon through the dezoomify web page... but I got no answer... how can I find how the world digital library files its images.. i.e. If I want to download the bible from this page... http://www.wdl.org/en/item/9910/view/1/230/ can anybody give me any hint? Thanks :)

@lovasoa
Copy link
Owner Author

lovasoa commented May 27, 2015

The World Digital Library uses openseadragon, an open source implementation of the Microsoft DeepZoom format, which is already implemented in dezoomify.

All you have to to is find the .dzi file that dezoomify needs. In order to do so, open the source code of the page and look for dziTemplate. In the case of the example you gave, it gives me the following line:

                dziUrlTemplate: "/media/9910/service/dzi/1430173705/{group}/{index}.dzi",

In the URL, replace {group} by the volume number (1 in your case) and index by the page number (230 in your case), and add http://www.wdl.org at the beginning to form a complete URL.
For your example, it gives: http://www.wdl.org/media/9910/service/dzi/1430173705/1/230.dzi.

In dezoomify, copy and paste this URL, and choose Seadragon (Deep Zoom Image) in the options. Click submit. Et voilà!

@lovasoa
Copy link
Owner Author

lovasoa commented May 27, 2015

I finally implemented it. You can try it on http://ophir.alwaysdata.net/dezoomify .

@Horemheb
Copy link

Thanks! U'r amazing as usual! I was missing the "dzi" completion of the sentence.

@Horemheb
Copy link

I have tried your way to find the dezoomify working link but it's always rather hard. I am having probs with Polona. I tried to get the source code, as I tried to compose the web link in different ways in the dezoomify blank space of ur page but.. no way.. This is the page I faced and no result. LOL
http://polona.pl/item/285246/26/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants