Skip to content

Instantly share code, notes, and snippets.

@martinvirtel
Last active May 2, 2023 19:28
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save martinvirtel/ebd2433494965b4f37b67eb83cd46654 to your computer and use it in GitHub Desktop.
Save martinvirtel/ebd2433494965b4f37b67eb83cd46654 to your computer and use it in GitHub Desktop.
Generate tile files for marzipano.net panorama viewer with krpanotools from krpano.com
# Generate tile files that can be used with https://www.marzipano.net
# This is a config file for https://krpano.com/tools/kmakemultires/config/ -
flash=false
html=false
xml=false
panotype=autodetect
tilesize=512
levelsizes= 2048, 1024, 512
converttocube=true
indexbase=0
tilepath=%INPUTPATH%/../../marzipano/tiles/%BASENAME%/%l/[c]/%v/%h.jpg
# Generate preview image
cspreview=true
https://krpano.com/tools/kmakemultires/config/
previewpath=%INPUTPATH%/../../marzipano/tiles/%BASENAME%/preview.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment