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
648 stars 71 forks source link

Samrohn.com #796

Open mktsewhoy opened 1 month ago

mktsewhoy commented 1 month ago

Site name and desciption

What is the name and the URL of the site you would like dezoomify to support ? https://www.samrohn.com/360-panorama/manhattan-rooftop/

The above photography site uses Krpano, though it seems to work only with the "Select automatically" option.

Example URLs

The URL contains 2 hi-res pano images, "Roof" and "Setback", and there appears to be no way to link directly to them, so it defaults to the "Setback" image.

Current error message

No error message is generated and I can save the "Setback" image, but only half the image is retrieved. Pasting the URL of the tile (stored on AWS) returns an error.

mktsewhoy commented 1 month ago

PS. I've tried using the command line Dezoomify-rs, and it didn't even make the first hurdle.

mktsewhoy commented 1 month ago

PPS. It's possible to view just the zoomified image at this URL, if it helps to narrow things down: https://samrohn.s3.amazonaws.com/panoramas/NYC/manhattan-rooftop-night-panorama/index.html

Benomrans commented 1 month ago

@mktsewhoy Hello, Have tested Dezoomify-rs for this set using the needed xml meta file and it provided the images set that construct the panorama, that's a huge set. the xml url to be passed to Dezoomify-rs : https://samrohn.s3.amazonaws.com/panoramas/NYC/manhattan-rooftop-night-panorama/tour.xml

manhattan-pano

mktsewhoy commented 1 month ago

Neato. Looks like only half the Roof image though, may have to specify further parameters. The browser-based Dezoomify captured half of the Setback image.

Benomrans commented 1 month ago

We need to use Dezoomify-rs in this case. and download the images of the same dimensions individually one by one. (12 images).

mktsewhoy commented 1 month ago

Here's what I've managed to capture so far: scene_500-59

manhattan setback1 25pc

mktsewhoy commented 1 month ago

Thanks for the heads-up, it all makes sense now. The full size images (0-5 & 24-29) appear to be 6 very large blocks big.

mktsewhoy commented 1 month ago

Now I just have to stitch it up in a suitable photo editor. Can't find much advice on the web so far.

mktsewhoy commented 3 weeks ago

BTW, where's the best place to post tips? I've made a JS bookmarklet for 360cities.net:

javascript:window.location.href=document.URL.replace('/image/','/embed_iframe/').replace('/thumbs','').concat('.xml');