Run Krpano From PHP in Linux -
i creating php web app run on linux user can upload spherical image , script turn vr image . have created 1 runs on windows , have no clue on how port linux.
i have downloaded krpano linux official site , create vr image dragging image droplet.
now want create vr using php, there executable file ? in windows, such " /path/to/krpano.exe /path/to/config /path/to/image.jpg", when extract downloaded file krpano.com there no executable file (or don't know one).
anyone know how execute krpano using php in linux ? found tutorial here
http://krpano.com/forum/wbb/index.php?page=thread&threadid=1306
but dont understand how implement in case.
please help, thank you.
linux , .exe
on linux, file. extensions, both concept, , tip-off os, don't exist.
on linux, extension, '.exe', doesn't inform operating system unique file, makes name of file longer , gives hint user. know file is, run 'file' on it.
any file executable permissions , passes kernels checks, can executed.
your question
make sure follow installation steps pointed out in video provide. sounds have if you're using droplet.
windows
/path/to/krpano.exe /path/to/config /path/to/image.jpg
linux
/path/to/krpanotools makepano -config=templates/vtour-multires.config /path/to/image.jpg
i've not tried this, pieced looking @ exec parameter in relevent droplet file. if wasn't droplet wanted, open droplet.desktop file in text editor, extract command exec='...' , replace above that, followed file.
hope helps!
Comments
Post a Comment