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 TIFF_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 -t num
32 Number of threads to be used (default: number of available cores)
33
34 The following options can be used to override settings in the project
35 file:
36
37 -i num
38 Remap only image with number num (can be specified multiple times)
39
40 -m str
41 Set output file format (TIFF, TIFF_m, TIFF_multilayer, EXR, EXR_m)
42
43 -r ldr/hdr
44 Set output mode:
45
46 ldr - keep original bit depth and response
47 hdr - merge to hdr
48 -e exposure
49 Set exposure for ldr mode
50
51 -p TYPE
52 Pixel type of the output. Can be one of:
53
54 UINT8 8 bit unsigned integer
55 UINT16 16 bit unsigned integer
56 INT16 16 bit signed integer
57 UINT32 32 bit unsigned integer
58 INT32 32 bit signed integer
59 FLOAT 32 bit floating point
60 -z Set compression type. Possible options for tiff output:
61
62 NONE no compression
63 LZW LZW compression
64 DEFLATE deflate compression
65
67 Written by Pablo d'Angelo. Also contains contributions from Douglas
68 Wilkins, Ippei Ukai, Ed Halley, Bruno Postle, Gerry Patterson and Brent
69 Townshend.
70
71 This man page was written by Cyril Brulebois <cyril.brulebois@enst-bre‐
72 tagne.fr> and is licensed under the same terms as the hugin package
73 itself.
74
75
76
77perl v5.8.5 2009-05-07 NONA(1)