1PTO_LENSSTACK(1) HUGIN PTO_LENSSTACK(1)
2
3
4
6 pto_lensstack - modify assigned lenses and stack in pto files
7
9 pto_lensstack [options] input.pto
10
12 pto_lensstack can manipulate lenses and stacks in Hugin .pto project
13 files. This is intended for use in scripting.
14
16 pto_lensstack --output=output.pto --new-lens|--new-stack|--change-lens|--change-stack images input.pto
17
19 --new-lens
20 --new-stack
21 For assigned a new lens or stack to an image provide a list of
22 image numbers. The counting starts with zero. Several images can be
23 given at same time. Separate them with a comma.
24
25 Examples:
26 pto_lensstack --new-lens i1,i3 input.pto
27 pto_lensstack --new-stack i2,i4 input.pto
28
29 will assign a new lens to image 1 and 3 and a new stack to images 2
30 and 4.
31
32 --change-lens
33 --change-stack
34 For changing the lens or the stack provide a list of image numbers
35 and the new lens/stack number. For both the counting starts with
36 zero and you can supply several images separated by a comma at the
37 same time.
38
39 Examples:
40 pto_lensstack --change-lens i1=4,i5=1 input.pto
41 pto_lensstack --change-stack i2=0,i4=0 input.pto
42
43 -o|--output
44 Output a pto file with the given filename. If not given it will
45 append "_lens" to the input filename.
46
47 -h|--help
48 Display help
49
51 Thomas Modes
52
53
54
55"Version: 2019.0.0" 2019-07-25 PTO_LENSSTACK(1)