Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vargol/pano2equi360
Convert 360 degree panoramic photos to equirectangular 360 photos
https://github.com/vargol/pano2equi360
Last synced: 22 days ago
JSON representation
Convert 360 degree panoramic photos to equirectangular 360 photos
- Host: GitHub
- URL: https://github.com/vargol/pano2equi360
- Owner: Vargol
- License: mit
- Created: 2022-03-06T12:30:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T00:18:48.000Z (6 months ago)
- Last Synced: 2024-05-06T01:29:33.468Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pano2equi360
Convert 360 degree panoramic photos to equirectangular 360 photosThis is another one of script I created to convert the one pano photo I had to a 360 equirectangular image
Edit this line to set the width and height of your output
fbo = ctx.simple_framebuffer((4096,2048))
The first value is the width, second the height.
A requirement.txt file is included so you can build a python environment using pip install -r requirements.txt
to run use
python3 pano2equi360.py input_image output_image