1PANO_MODIFY(1) HUGIN PANO_MODIFY(1)
2
3
4
6 pano_modify - Change output parameters of project file
7
9 pano_modify [options] input.pto
10
12 pano_modify modifies a single Hugin .pto project.
13
15 -o, --output=file.pto
16 Output Hugin PTO file. Default: <filename>_mod.pto
17
18 -p, --projection=NUMBER
19 Sets the output projection to NUMBER
20 RECTILINEAR = 0,
21 PANORAMA (Circular) = 1,
22 EQUIRECTANGULAR = 2,
23 FISHEYE_FF = 3,
24 STEREOGRAPHIC = 4,
25 MERCATOR = 5,
26 TRANS_MERCATOR = 6,
27 SINUSOIDAL = 7,
28 LAMBERT_EQUAL_AREA_CONIC = 8,
29 LAMBERT_AZIMUTHAL = 9,
30 ALBERS_EQUAL_AREA_CONIC = 10,
31 MILLER_CYLINDRICAL = 11,
32 PANINI = 12,
33 ARCHITECTURAL = 13,
34 ORTHOGRAPHIC = 14,
35 EQUISOLID = 15,
36 EQUI_PANINI = 16,
37 BIPLANE = 17,
38 TRIPLANE = 18,
39 PANINI_GENERAL = 19,
40 THOBY = 20,
41 HAMMER = 21
42
43 --fov=AUTO|HFOV|HFOVxVFOV
44 Sets field of view.
45
46 AUTO: calculates optimal fov
47
48 HFOV|HFOVxVFOV: set to given fov
49
50 -s, --straighten
51 Straightens the panorama
52
53 -c, --center
54 Centers the panorama
55
56 --canvas=AUTO|num%|WIDTHxHEIGHT
57 Sets the output canvas size
58
59 AUTO: calculate optimal canvas size
60
61 num%: scales the optimal size by given percent
62
63 WIDTHxHEIGHT: set to given size
64
65 --crop=AUTO|AUTOHDR|left,right,top,bottom
66 Sets the crop rectangle
67
68 AUTO: autocrop panorama
69
70 AUTOHDR: autocrop HDR panorama
71
72 left,right,top,bottom: to given size
73
74 --output-exposure=AUTO|num
75 Sets the output exposure value to the mean exposure (AUTO) or to
76 given value
77
78 --output-type=str
79 Sets the type of output
80
81 Valid items are (multiple items to be separated by a comma)
82
83 NORMAL|N: normal panorama
84
85 STACKSFUSEDBLENDED|BF: LDR panorama with blended stacks
86
87 EXPOSURELAYERSFUSED|FB: LDR panorama with fused exposure layers
88 (any arrangement)
89
90 HDR: HDR panorama
91
92 REMAP: remapped images with corrected exposure
93
94 REMAPORIG: remapped images with uncorrected exposure
95
96 HDRREMAP: remapped images in linear color space
97
98 FUSEDSTACKS: exposure fused stacks
99
100 HDRSTACKS: HDR stacks
101
102 EXPOSURELAYERS: blended exposure layers
103
104 --ldr-file=JPG|TIF|PNG
105 Sets the filetype for LDR panorama output
106
107 --ldr-compression=str
108 Sets the compression for LDR panorama output
109
110 For TIF: NONE|PACKBITS|LZW|DEFLATE
111
112 For JPG: quality as number
113
114 --hdr-file=EXR|TIF
115 Sets the filetype for HDR panorama output
116
117 --hdr-compression=str
118 Sets the compression for HDR panorama output
119
120 For TIF: NONE|PACKBITS|LZW|DEFLATE
121
122 --blender=ENBLEND|INTERNAL
123 Sets the blender to be used at stitching stage
124
125 --rotate=yaw,pitch,roll
126 Rotates the whole panorama with the given angles
127
128 --translate=x,y,z
129 Translates the whole panorama with the given values
130
131 -h, --help
132 Shows help
133
135 Thomas Modes
136
137
138
139"Version: 2021.0.0" 2022-02-10 PANO_MODIFY(1)