# 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:&#x20;

`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).
