Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jpgreth/0add75a84f3c9840bffa1fc4e6c7e23c to your computer and use it in GitHub Desktop.
Save jpgreth/0add75a84f3c9840bffa1fc4e6c7e23c 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