Skip to content

Custom Images

Robert Wetzold edited this page Nov 19, 2020 · 9 revisions

The gallery supports two modes:

  • Unsplash: loads the latest photos live from Unsplash.com
  • Device: loads png and jpg images from your device

The path where to store images on the device depends on the device:

  • Oculus Quest: Android\data\com.wetzold.travrsal\files\UserImages
  • PC: C:\Users\YOURUSER\AppData\LocalLow\Wetzold Studios\traVRsal\UserImages

Format

Both PNG and JPG are supported. JPG has the advantage that also EXIF data is supported, showing up as the name, description and author.

Size plays an important role for memory consumption. Unsplash images are loaded with a width of 1080px right now so custom images should aim for roughly the same to ensure a smooth experience.

Clone this wiki locally