You are not logged in.

1

Tuesday, August 4th 2020, 6:13pm

Multiple Images in a Single XML

So, I am using the command line tool for KRPano on Linux to make multries tour using this command:

Source code

1
krpano-1.20.7/krpanotools makemultires -config=templates/multires.config test_pano_image.jpeg


It works well for generating XML file for a single image, but I am wondering if there is a way to do this for multiple images inside one XML file. I tried including two image files in the command, but it still generates two separate folders with separate XMLs, when I need both in the same XML. Is there an option that allows for the inclusion of two or more images in one XML file?

2

Wednesday, August 5th 2020, 4:19pm

Hi,

yes, that's possible by enabling the 'makescene' setting:
https://krpano.com/docu/tools/config/#makescenes

But therefore you could also just use the 'vtour-multires.config' instead of the 'multires.config'. There this is enabled by default and additionally the skin there is designed for multiple panos/scenes.

Best regards,
Klaus