Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'krpano plugin'/webGL #146

Open
matthewrbrennan opened this issue Aug 18, 2021 · 4 comments
Open

'krpano plugin'/webGL #146

matthewrbrennan opened this issue Aug 18, 2021 · 4 comments

Comments

@matthewrbrennan
Copy link

I was wondering if 360 panos such as this example:
https://www.museivaticani.va/content/museivaticani/en/collezioni/musei/stanze-di-raffaello/tour-virtuale.html

could be accessed via dezoomify-rs ... I can't seem to find the xml file/link that dezoomify wants.

Thanks for this incredible tool!

@lovasoa
Copy link
Owner

lovasoa commented Aug 19, 2021

You can find the url you are looking for in you browser's devtools network panel:

image

https://www.museivaticani.va/content/dam/museivaticani/tour-virtuali/stanze-di-raffaello/tour.xml

The https cert seems to be invalid, so

dezoomify-rs --accept-invalid-certs 'https://www.museivaticani.va/content/dam/museivaticani/tour-virtuali/stanze-di-raffaello/tour.xml

but then one gets

[2021-08-18T23:18:32Z WARN  dezoomify_rs::krpano] bad krpano level: missing multires attribute

It llooks like the metadata file doesn't specify the image size nor the individual tile sizes, which is not supported by dezoomify-rs currently

@matthewrbrennan
Copy link
Author

Awesome - thank you!

@rigel71
Copy link

rigel71 commented Oct 13, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants