1=for
2Copyright 2008 Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
3Licensed under the same terms as the hugin package itself.
4=end
5
6
7=head1 NAME
8
9hugin_stitch_project - Stitch a hugin project
10
11=head1 SYNOPSIS
12
13B<hugin_stitch_project> [options] [I<<project>> I<<images>> ...]
14
15
16=head1 DESCRIPTION
17
18A GUI tool to stitch a single hugin project.
19
20=head1 OPTIONS
21
22=over
23
24=item B<-h|--help>
25
26Show help message
27
28=item B<-o|--output>=<str>
29
30Output prefix
31
32=item B<-t|--threads>=<num>
33
34Number of threads
35
36=item B<-d|--delete>
37
38Delete .pto file after stitching
39
40=back
41
42=head1 AUTHORS
43
44Written by Pablo d'Angelo. Also contains contributions from Douglas Wilkins, Ippei Ukai, Ed Halley, Bruno Postle, Gerry Patterson and Brent Townshend.
45
46This man page was written by Cyril Brulebois
47<cyril.brulebois@enst-bretagne.fr> and is licensed under the same
48terms as the hugin package itself.
49