Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zebrajaeger/krpanowrapper
a java application for wrapping krpano native lib tu make using it easier
https://github.com/zebrajaeger/krpanowrapper
java krpano panorama wrapper
Last synced: 3 months ago
JSON representation
a java application for wrapping krpano native lib tu make using it easier
- Host: GitHub
- URL: https://github.com/zebrajaeger/krpanowrapper
- Owner: zebrajaeger
- License: apache-2.0
- Created: 2015-06-20T15:45:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T10:28:24.000Z (over 9 years ago)
- Last Synced: 2023-03-02T13:02:38.791Z (almost 2 years ago)
- Topics: java, krpano, panorama, wrapper
- Language: Java
- Size: 145 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# krpanowrapper
a java application for wrapping krpano native lib tu make using it easier## single/multible files
You can render a single panoramic image automatically and also a bunch of images as a batch job
For a single job, the command line parameter must be a image that matches the filename pattern
For a batch Job, write the folder as command line argument. All panos are used that matches the filename pattern## preconditions:
The filename of a panoramic image must be in a special format:filename = [-]*.
imgName = (--)
info = description|viewPort
description = {x=}
viewPort = {v=-x[()]}type = S|F|C
nr = [-]d+[.d+]
imgExt = psd|psb|jpg|jpeg|tiffExample:
(IMG_0833-IMG_0836-4)-{v=S-80.84x53.86(-8.27)}-{x=IMG_0833_IMG_0836-4 (2009-08-04)}.psdTo create a files like this in Autopano Giga, use this FilePattern in Renderer:
(%i-%j-%n)-{d=%p-%f}-{p=%a}