Hi,
ja, bei einem Bild im 2:1 Format wird per Default angenommen das es sich um 360x180 Panorama handelt,
dies kann aber in der ".config" Dateien (z.B. in der kmakemultires.config) geändert werden,
siehe in der kmakemultires.config die panotype Einstellung:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# panotype
# - the panoramic type of the input image
# - possible settings:
# - autodetect - the type will be detected by the imagesize / side-aspect
# * 2:1 aspect = spherical pano
# * 1:1 aspect and six files with the same 'basename' = cubical pano
# * other aspects - ask the user
# - sphere - force assuming that the input is a full spherical 360x180 image
# - cylinder - force assuming that the input is a 360x* cylinder
# - flat - force assuming that the input is a flat image
# - partialsphere - force assuming that the input is a partial sphere (hfov setting needed!)
# - partialcylinder - force assuming that the input is a partial cylinder (hfov setting needed!)
#
panotype=autodetect
|
Schöne Grüße,
Klaus