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

[new site support] artspace.com #389

Open vermelho59 opened 4 years ago

vermelho59 commented 4 years ago

artspace artspace.com "The World's Best Contemporary Art, Online"

This is a commercial site with (pricy) artwork for sale. They are very active, current, and often inspiring to me with article and thematic reviews.

Example: https://www.artspace.com/oritraff/untitled-horizon# (the latest that I tried, not necessarily a fave)

Here's a tile url: https://d5wt70d4gnm1t.cloudfront.net/media/a-s/artworks/oritraff/8369-951546381754/66-tiles/000000.jpg

firefox extension didn't detect Tried a few tricks and methods that worked on other sites there are references to "zoom-modal" and "zoom win" in page source. Thanks for any help!

vermelho59 commented 4 years ago

Is this the metadata that helps create a formula for the generic dezoomer? <div id=​"layer_zoomwin_2" class=​"tileLayer ui-draggable" style=​"width:​ 3412px;​ height:​ 2838px;​ position:​ relative;​ display:​ block;​ z-index:​ 10;​ top:​ -357px;​ left:​ -34px;​">​

vermelho59 commented 4 years ago

div id=​"layer_zoomwin_2" class=​"tileLayer ui-draggable" style=​"width:​ 3412px;​ height:​ 2838px;​ position:​ relative;​ display:​ block;​ z-index:​ 10;​ top:​ -357px;​ left:​ -34px;​"

vermelho59 commented 4 years ago

Is there a reason this site hasn't received comment? Is it because it has a commercial base?

lovasoa commented 4 years ago

Hello, No, there is no particular reason, I simply did not take a look at it 🙂 It looks like they are using their own format. If someone wants to implement support for it, I'll merge it.