https://github.com/thomasdaheim/piwigo-panorama
Piwigo plugin to show panoramas based on panellum js library
https://github.com/thomasdaheim/piwigo-panorama
Last synced: 3 months ago
JSON representation
Piwigo plugin to show panoramas based on panellum js library
- Host: GitHub
- URL: https://github.com/thomasdaheim/piwigo-panorama
- Owner: ThomasDaheim
- License: bsd-3-clause
- Created: 2020-11-15T18:54:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-04T19:44:27.000Z (over 5 years ago)
- Last Synced: 2025-10-13T14:38:18.551Z (8 months ago)
- Language: HTML
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piwigo-panorama
Piwigo plugin to show panoramas based on the pannellum js library.
There are two plugins available for Piwigo that show full 360-180 panoramas:
* PhotoSphere: http://piwigo.org/ext/extension_view.php?eid=794
* Panoramas: http://piwigo.org/ext/extension_view.php?eid=207
They both a) seem not to be maintained anymore and b) only support "full" 180/360 degree panoramas.
So this is an attempt to create a new plugin based on the pannellum js library (https://github.com/mpetroff/pannellum). As a basis the PhotoSphere plugin was used since I like the idea of storing in the database whether a picture should be shown as panorama. Otherwise the exif metadata (Google Photo Sphere XMP metadata) would need to be parsed, which doesn't sound like a good idea.
## Roadmap
- Initial creation of working plugin using manual selection of pictures (DONE)
- Add (optionally) algorithms to determine panoramas - e.g. google exif metadata, width/height ratio, ??? Could be used during picture upload to fill the flag initially