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