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
669 stars 75 forks source link

Government Art Collection? #114

Open tufihead opened 7 years ago

tufihead commented 7 years ago

I'm sure that http://www.gac.culture.gov.uk/work.aspx?obj=11961 was working before but now Dezoomify gives me an error. Has something changed?

lovasoa commented 7 years ago

Thank you very much for reporting the error. I'll investigate it.

lovasoa commented 7 years ago

Ok, maybe they used to have another system, but now they use zoomify in its HTML5 version, and launch the viewer with

Z.showImage("zoomPlayer", zoomimg.attr('zoom'));

They don't give the URL right in the API call, which mean we would need to analyze the page in order to find it.

It has been that way since at least November 2016, according to google webcache: http://webcache.googleusercontent.com/search?q=cache:http://www.gac.culture.gov.uk/work.aspx?obj=11961

lovasoa commented 7 years ago

You can still dezoom the image using the technique described in the FAQ: https://github.com/lovasoa/dezoomify/wiki/Dezoomify-FAQ#the-page-uses-an-image-viewer-supported-by-dezoomify-but-dezoomify-still-doesnt-work-what-to-do-