bpatrik / pigallery2

A fast directory-first photo gallery website, with rich UI, optimized for running on low resource servers (especially on raspberry pi)
http://bpatrik.github.io/pigallery2/
MIT License
1.74k stars 204 forks source link

Photo Sphere View #618

Open psaghelyi opened 1 year ago

psaghelyi commented 1 year ago

I have a lot of images made by drone and 360 camera. It would be nice to include a sphere viewer in the app which could be used in case of sphere projection indicated in the exif.

https://www.npmjs.com/package/photo-sphere-viewer

bpatrik commented 1 year ago

Szia :)

I think this feeds into the same issue that #97 and #609: the app only supports image formats that browsers can naively render (which are only a handful: jpg, bmp, png, etc).

If the spherical photos are in any of these formats, it is easier to add, but would need a significant UI refactor and the lightbox (the preview component) is rather complex as it is. (The linked package is deprecated, but the app would probably need a custom solution)

Sorry but I do not see me adding this feature anytime in the foreseeable future.

mblythe86 commented 1 year ago

Is there any way I can 'vote' for this? I don't use a 360 camera, but I do like to stitch together panoramic images that can get too wide to comfortably view fully zoomed out.

https://pannellum.org/ seems to be relatively actively-developed.