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
|
=encoding utf8
=head1 NAME
pto_template - Apply a template file
=head1 SYNOPSIS
B<pto_template> [options] input.pto
=head1 DESCRIPTION
B<pto_template> adds a template file to PTO
=head1 USAGE
pto_template --template=template.pto
=head1 OPTIONS
=over
=item B<-o> | --output=file.pto
Output Hugin PTO file. Default: <filename>_template.pto
=item B<--template=template.pto>
Apply the given template file.
=item B<-h> | --help
Shows this help
=back
=head1 AUTHORS
Thomas Modes
|