1=encoding utf8
2
3=head1 NAME
4
5pto_template - Apply a template file
6
7=head1 SYNOPSIS
8
9B<pto_template> [options] input.pto
10
11=head1 DESCRIPTION
12
13B<pto_template> adds a template file to PTO
14
15=head1 USAGE
16
17   pto_template --template=template.pto
18
19=head1 OPTIONS
20
21=over
22
23=item B<-o> | --output=file.pto
24
25Output Hugin PTO file. Default: <filename>_template.pto
26
27=item B<--template=template.pto>
28
29Apply the given template file.
30
31=item B<-h> | --help
32
33Shows this help
34
35=back
36
37=head1 AUTHORS
38
39Thomas Modes
40
41