Ophir LOJKINE
Ophir LOJKINE
Hi, Thanks for the suggestion. Until this is implemented in dezoomify (if it is), you may be able to dezoom these images using [dezoomify-rs](https://github.com/lovasoa/dezoomify-rs) with the custom yaml format.
You don't have to find a yaml file, you have to create one adapted to your image. The instructions about how to create the file are in [the wiki of...
``` TypeError: crypto.subtle is undefined ``` for this, make sure you are using a recent browser, and loading dezoomify over https, not http. For photos.com, I don't think all the...
The gallica IIIF implementation returns tiles of the wrong size: according to the specification, the following tile should be 215x512 but it is 215x51**0** : `https://gallica.bnf.fr/iiif/ark:/12148/bpt6k1510474b/f7/1536,0,215,512/215,/0/default.jpg` 
Depending on the zoomable image format, you may be able to download only part of it using the *custom yaml* dezoomer of [dezoomify-rs](https://github.com/lovasoa/dezoomify-rs)
Hello, I had a quick look at the site, and they use a protocol I have never seen on other sites. It looks like they get the tile URLs from...
can you make a gist? https://gist.github.com
Good. I think you should use a better code editor to write javascript (such as [VSCode](https://code.visualstudio.com/) or [Atom](https://atom.io/)). This should allow you to avoid syntax errors. For instance, `urls` should...
Looks like they use the same system as #79 . You have to first access the tile `http://www.bildindex.de/media/proxy/67DA78F7E4C940A8B37729BBA513A71B/TileGroup0/4-3-1.jpg` with the right `Referer` and `Cookie` headers, and then receive a redirection...
If someone is interested in finally making dezoomify work with bildindex.de, here is what I found out: - the tiles are requested through a proxy - The url to the...