how to use generate.py script in PHP project?
alfatihart opened this issue · 3 comments
I use the library in a virtual tour project using the CodeIgniter 4 framework. So how do I implement or use generate.py to convert to multiresolution format, sir?
I built a dynamic panorama system, where the admin can add and upload equrectangular files to the system. So what is the implementation to run generate.py automatically on the server/system without needing to run it manually outside the panorama system?
So what is the implementation to run generate.py automatically on the server/system without needing to run it manually outside the panorama system?
You'd call the generate.py
script from PHP the same way you'd call any other external executable. Just like if you were calling it manually, you'd need to provide the path to the equirectangular input image and the path to the desired output directory.