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 65 forks source link

Impossible to dezoomify images from http://archiviodistatovenezia.it/ #101

Closed Arekkusu1998 closed 3 years ago

Arekkusu1998 commented 3 years ago

Good morning, @lovasoa: I hope You're well. In the last few weeks it's no longer possible to use dezoomify-rs on any document or image from the Digital Collection of the State Archives of Venice. Using this image and using the string for the IIIF protocol (http://www.archiviodistatovenezia.it/fast/iipsrv.fcgi?IIIF=/mnt/links/siasve/./01/13/113646.tif/info.json) as an example, the result is as follows. Proof

lovasoa commented 3 years ago

The URL you give seems to be incorrect. Opening it in a browser gives the following:

image

lovasoa commented 3 years ago

This is an IIPImage server. Using the IIPImage dezoomer seems to work:

dezoomify-rs "http://www.archiviodistatovenezia.it/fast/iipsrv.fcgi?FIF=/mnt/links/siasve/./01/13/113646.tif"
lovasoa commented 3 years ago

old

You may need to use --parallelism 1 --retries 10 --retry-delay 5s to avoid the missing tiles causing the black patches.

Arekkusu1998 commented 3 years ago

Thanks for Your kindness and zeal to answer me😌. I assure You that the first URL wasn't incorrect: until two weeks ago, this was the format that dezoomify-rs received; then, overnight, it reported the «404 Bad Request» Error and many images on DIVENIRE Portal became difficult to consult. IMO, something is changed .

One last question: how should the parameters --parallelism 1 --retries 10 --retry-delay 5s can be entered?

lovasoa commented 3 years ago

To be able to provide parameters, you shouldn't start dezoomify-rs by double-clicking on it, but instead start it from the command line. Here is an example: https://www.youtube.com/watch?v=tld7w32KqqI

Arekkusu1998 commented 3 years ago

Thank You very much, @lovasoa🤗🤗!!