1=head1 NAME
2
3hugin_executor - stitch a hugin project
4
5=head1 SYNOPSIS
6
7B<hugin_executor> [-h] [-a] [-s] [-t <num>] [-p <str>] [-d] input.pto
8
9=head1 DESCRIPTION
10
11B<hugin_executor> is a command line tool, useful for stitching projects in shell scripts
12
13
14=head1 OPTIONS
15
16=over
17
18=item B<-h, --help>
19
20Shows help message
21
22
23=item B<-a, --assistant>
24
25Execute assistant
26
27=item B<-s, --stitching>
28
29Execute stitching with given project
30
31=item B<-t, --threads=num>
32
33Number of used threads
34
35=item B<-p, --prefix=str>
36
37Prefix used for stitching. When no prefix is specified it will use the output prefix found in the Hugin Preferences dialog. The default value for the output prefix is the filename (inclusive path) of the project file.
38
39=item B<-u, --user-defined-output=str>
40
41Use user defined commands in given file
42
43=item B<-d, --dry-run>
44
45Only print commands
46
47=back
48
49=head1 AUTHORS
50
51Thomas Modes
52