1NONA(1) HUGIN NONA(1)
2
3
4
6 nona - Stitch a panorama image
7
9 nona [options] -o output project_file (image files)
10
12 nona uses the transform function from PanoTools, the stitching itself
13 is quite simple, no seam feathering is done.
14
15 Only the non-antialiasing interpolators of PanoTools are supported.
16
17 The following output formats (n option of PanoTools p script line) are
18 supported:
19
20 JPEG, TIFF, PNG : Single image formats without feathered blending
21 JPEG_m, TIFF_m, PNG_m : multiple tiff files
22 TIFF_multilayer : Multilayer tiff files, readable by The Gimp 2.0
23
25 General options:
26
27 -c Create coordinate images (only TIFF_m output)
28
29 -v Quiet, do not output progress indicators
30
31 -d print detailed output for GPU processing
32
33 -g perform image remapping on the GPU
34
35 The following options can be used to override settings in the project
36 file:
37
38 -i num
39 Remap only image with number num (can be specified multiple times)
40
41 -m str
42 Set output file format (TIFF, TIFF_m, TIFF_multilayer, EXR, EXR_m,
43 JPEG, JPEG_m, PNG, PNG_m)
44
45 -r ldr/hdr
46 Set output mode:
47
48 ldr - keep original bit depth and response
49 hdr - merge to hdr
50 -e exposure
51 Set exposure for ldr mode
52
53 -p TYPE
54 Pixel type of the output. Can be one of:
55
56 UINT8 8 bit unsigned integer
57 UINT16 16 bit unsigned integer
58 INT16 16 bit signed integer
59 UINT32 32 bit unsigned integer
60 INT32 32 bit signed integer
61 FLOAT 32 bit floating point
62 -z|--compression
63 Set compression type. Possible options for tiff output:
64
65 NONE no compression
66 PACKBITS packbits compression
67 LZW LZW compression
68 DEFLATE deflate compression
69 For JPEG output set quality number
70
71 --ignore-exposure
72 Don't correct exposure. (This doesn't work with the -e switch)
73
74 --save-intermediate-images
75 Saves also the intermediate images (only when output is is TIFF,
76 PNG or JPEG)
77
78 --intermediate-suffix=SUFFIX
79 Suffix for intermediate images
80
81 --create-exposure-layers
82 Create all exposure layers (this will always use TIFF)
83
84 --clip-exposure[=lower cutoff:upper cutoff]
85 Mask automatically all dark and bright pixels. Optionally you can
86 specify the limits for the lower and upper cutoff (specify in range
87 0...1, relative the full range)
88
90 Written by Pablo d'Angelo. Also contains contributions from Douglas
91 Wilkins, Ippei Ukai, Ed Halley, Bruno Postle, Gerry Patterson and Brent
92 Townshend.
93
94 This man page was written by Cyril Brulebois
95 <cyril.brulebois@enst-bretagne.fr> and updated by Terry Duell and is
96 licensed under the same terms as the hugin package itself.
97
98
99
100"Version: 2021.0.0" 2022-12-14 NONA(1)