File: nona.pod

package info (click to toggle)
hugin 2016.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 32,072 kB
  • ctags: 11,979
  • sloc: cpp: 116,753; ansic: 6,335; python: 1,517; perl: 577; sh: 168; xml: 102; makefile: 64
file content (165 lines) | stat: -rwxr-xr-x 3,150 bytes parent folder | download | duplicates (5)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
=for
Copyright 2008 Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Licensed under the same terms as the hugin package itself.
=end


=head1 NAME

nona - Stitch a panorama image

=head1 SYNOPSIS

B<nona> [options] B<-o> I<output> I<project_file> (image files)


=head1 DESCRIPTION

B<nona> uses the transform function from PanoTools, the stitching
itself is quite simple, no seam feathering is done.

Only the non-antialiasing interpolators of PanoTools are supported.

The following output formats (B<n> option of PanoTools B<p> script
line) are supported:

=over

=item JPEG, TIFF, PNG  : Single image formats without feathered blending

=item JPEG_m, TIFF_m, PNG_m   : multiple tiff files

=item TIFF_multilayer : Multilayer tiff files, readable by The Gimp 2.0

=back


=head1 OPTIONS

General options:

=over

=item B<-c>

Create coordinate images (only TIFF_m output)

=item B<-v>

Quiet, do not output progress indicators

=item B<-d>

print detailed output for GPU processing

=item B<-g>

perform image remapping on the GPU

=back


The following options can be used to override settings in the project file:

=over

=item B<-i> I<num>

Remap only image with number num (can be specified multiple times)

=item B<-m> I<str>

Set output file format (TIFF, TIFF_m, TIFF_multilayer, EXR, EXR_m, JPEG, JPEG_m, PNG, PNG_m)

=item B<-r> I<ldr>/I<hdr>

Set output mode:

=over

=item ldr - keep original bit depth and response

=item hdr - merge to hdr

=back

=for TODO: A blank line seems to be missing here.
=end

=item B<-e> I<exposure>

Set exposure for ldr mode

=item B<-p> I<TYPE>

Pixel type of the output. Can be one of:

=over

=item UINT8   8 bit unsigned integer

=item UINT16  16 bit unsigned integer

=item INT16   16 bit signed integer

=item UINT32  32 bit unsigned integer

=item INT32   32 bit signed integer

=item FLOAT   32 bit floating point

=back

=for TODO: A blank line seems to be missing here.
=end

=item B<-z|--compression>

Set compression type. Possible options for tiff output:

=over

=item NONE      no compression

=item PACKBITS  packbits compression

=item LZW       LZW compression

=item DEFLATE   deflate compression

For JPEG output set quality number

=back

=item B<--ignore-exposure>

Don't correct exposure. (This doesn't work with the -e switch)

=item B<--save-intermediate-images>

Saves also the intermediate images (only when output is is TIFF, PNG or JPEG)

=item B<--intermediate-suffix=SUFFIX>

Suffix for intermediate images

=item B<--create-exposure-layers>

Create all exposure layers (this will always use TIFF)

=item B<--clip-exposure[=lower cutoff:upper cutoff]>

Mask automatically all dark and bright pixels. Optionally you can specify the limits for the lower and upper cutoff (specify in range 0...1, relative the full range)

=back



=head1 AUTHORS

Written by Pablo d'Angelo. Also contains contributions from Douglas Wilkins, Ippei Ukai, Ed Halley, Bruno Postle, Gerry Patterson and Brent Townshend.


This man page was written by Cyril Brulebois
<cyril.brulebois@enst-bretagne.fr> and updated by Terry Duell and is licensed under the same
terms as the hugin package itself.