Description
While SBS is the more common approach, the alternative is Top/Bottom, and it's relatively easy to do: instead of two images side by side, you stack them.
In video, this often results in higher resolution (the longer resolution is preserved fully and the smaller is cut in half (instead of the reverse), leading to greater overall resolution in pixels).
But on a more practical front: if you are doing the usual '180' or 360 panorama', the ratio is 2:1 (twice as wide as tall), but if you stack 2 of them using T/B, then your final image (which is now 180 or 360 stereo panorama) is [magically] a perfectly square image with a ratio of 2:1 and then stacking is 1:2, leading to a 1:1 finally... Which if you think about, is ideal for generating and upscaling in SD.
Example usage:
https://renderstuff.com/tools/360-panorama-web-viewer/#panoramic-image-format
Free webbased viewer, just make sure your image host is supported.
Havent' yet looked at code, but hopefully the change from SBS to TB code would be pretty easy, and offer a new choice in the UI.
updated: So yes, looking at code , adding this feature should be pretty easy. Will you take a PR for it?