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
|
=head1 NAME
hugin_executor - stitch a hugin project
=head1 SYNOPSIS
B<hugin_executor> [-h] [-a] [-s] [-t <num>] [-p <str>] [-d] input.pto
=head1 DESCRIPTION
B<hugin_executor> is a command line tool, useful for stitching projects in shell scripts
=head1 OPTIONS
=over
=item B<-h, --help>
Shows help message
=item B<-a, --assistant>
Execute assistant
=item B<-s, --stitching>
Execute stitching with given project
=item B<-t, --threads=num>
Number of used threads
=item B<-p, --prefix=str>
Prefix 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.
=item B<-u, --user-defined-output=str>
Use user defined commands in given file
=item B<-d, --dry-run>
Only print commands
=back
=head1 AUTHORS
Thomas Modes
|