lovasoa / dezoomify

Dezoomify is a web application to download zoomable images from museum websites, image galleries, and map viewers. Many different zoomable image technologies are supported.
https://dezoomify.ophir.dev
GNU General Public License v2.0
675 stars 75 forks source link

Berkeley's invalid Seadragon XML file #150

Open User5555555 opened 7 years ago

User5555555 commented 7 years ago

When I try to use dezoomify on pictures from Berkeley's website, such as this one (http://dc.lib.berkeley.edu/catalog/Metcalf_metcalf1_2248), I get the following error message:

Error: Invalid seadragon XML info file: http://dc.lib.berkeley.edu/catalog/opensearch.xml (http://ophir.alwaysdata.net/dezoomify/zoommanager.js:178)

Could you please look on this? Thank you

BartChris commented 7 years ago

Hey,

They are using the IIIF-Standard. For general info on this type see the wiki entry on IIIF You need to retrieve the info.json file in this case, which is http://vm204.lib.berkeley.edu/iipsrv?IIIF=/Metcalf/FM002248a_tile.tif/info.json Here is the link: http://ophir.alwaysdata.net/dezoomify/dezoomify.html#http://vm204.lib.berkeley.edu/iipsrv?IIIF=/Metcalf/FM002248a_tile.tif/info.json Just watch the network traffic in your browser and filter for "info" for example. See this tutorial for example https://www.youtube.com/watch?v=yWQlra6hlwk

Best