添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Can anyone recommend a working script that downloads and stitches the highest resolution image available from here:

https://artsandculture.google.com/asset/the-last-supper-attr...


I maintain a suite of opensource tools that do exactly that: download zoomable image tiles and stitch them together.

- dezoomify ( https://dezoomify.ophir.dev ) is a web application. It is super easy to use, but the final size of the image is limited by the browser. No browser can create gigapixel canvases.

- dezoomify-rs ( https://lovasoa.github.io/dezoomify-rs/ ) is a command-line desktop application for Linux, MacOS, and Windows that does the same thing. It has no limitation (other than the one imposed by the file formats themselves) on the final image size.

- dezoomify-extension ( https://lovasoa.github.io/dezoomify-extension/ ) is a browser extension to extract zoomable image URLs from webpages. It is less relevant for google arts and culture, where the zoomable image URL is the URL of the viewer page itself.

If someone is interested by how the zoomable image format used by google arts works, the source code of dezoomify-rs is quite understandable: https://github.com/lovasoa/dezoomify-rs/tree/master/src/goog...

In the case of this image, I'm not sure the highest zoom level saved as a single PNG makes a lot of sense. No image viewer will accept to open a PNG file of this size. For JPEG, the format does not even allow images of that size.


Really great tools. Worked flawlessly with the mentioned copy of the original post. Thank you for this!


love these tools, have used them on multiple projects, thanks so much for your work.


Edit: I’m a dummy.


Yes, as I wrote, the final size of the image is limited by the browser. See [1] for more details. The highest resolution version can only be downloaded by dezoomify-rs [2], not dezoomify.

[1] https://github.com/lovasoa/dezoomify/issues/296

[2] https://lovasoa.github.io/dezoomify-rs/


It's old software but I believe this can also stitch 'flat' panorama's:

http://hugin.sourceforge.net/

See "Stitching flat scanned images": http://hugin.sourceforge.net/tutorials/scans/en.shtml


I used Hugin to stitch a bunch of building site blueprints just last week. It was painful... just very unintuitive and hard to grasp. Very powerful software though. Just keep in mind it was built to stitch panorama photos, compensate for lens deformation, point of view, etc.

Stitching flatbed scans is not the best use case for Hugin and it shows.

I used the same tutorial linked by Op http://hugin.sourceforge.net/tutorials/scans/en.shtml

Note that Hugin requires overlap between scans. I would test MS ICE first if I were you (less powerful, but way simpler) https://www.microsoft.com/en-us/research/product/computation...


https://ophir.alwaysdata.net/dezoomify/dezoomify.html

It takes a while and I think it works best in Google Chrome.


Thanks for the link, but I tried it previously and it doesn’t download nowhere near the full resolution.


When someone has it, can you please make it a torrent?


I want this too, so that I can print it out!