For the complete documentation index, see llms.txt. This page is also available as Markdown.

Import Images

Format

Max file size

Max resolution

PNG (semi-transparent)

100 MB

8192x8192

JPG

100 MB

8192x8192

360 photos

Full, spherical 360 photos use “equirectangular” projection. So to import 360 photos in Tvori you'll need to edit the XMP tags in the Exif data:

exiftool -ProjectionType="equirectangular" photo.jpg # 'photo.jpg' is the photo you want to tag

You can use web-based/standalone exif editor or command-line tool (exiftool).

Last updated