Hi,
I have the following config file that we use to create tiles:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
panotype=partialsphere
hfov=360
vfov=auto
voffset=0
converttocube=true
converttocubelimit=360x45
buildmobileimages=yes
buildmobileres=480
buildtabletimages=yes
buildtabletres=1280
waitafterconvert=false
tilepath=%INPUTPATH%/tile.l%Al[_c]_v_h.jpg
preview=false
tilesize=auto
levels=auto
levelstep=2
minsize=auto
maxsize=auto
maxcubesize=auto
xml=false
copyswf=false
copylicense=false
buildembeddedswf=false
embedorderlookat=0/0
html=false
html5=false
filter=LANCZOS
jpegquality=88
jpegsubsamp=444
jpegoptimize=true
manualjpegcompression=false
quiet=false
waitkey=false
|
When I run kmakemultires with the following parameters, it will ask me what type of parnoramo image I submit:
|
Quellcode
|
1
|
kmakemultires.exe -config=test.config source.jpg
|
When I run it like this it will start immediately:
|
Quellcode
|
1
|
kmakemultires.exe -config=test.config source.jpg -panotype=partialsphere
|
I have the feeling it is ignoring the panotype in my config file? For now I will use the workaround but would be nice if I could config it using the config file.
Gr,
Marius