File: PTBatcherGUI.pod

package info (click to toggle)
hugin 2011.4.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 38,276 kB
  • sloc: cpp: 110,517; ansic: 6,873; python: 1,301; perl: 611; sh: 396; makefile: 168; java: 29; xml: 12
file content (49 lines) | stat: -rwxr-xr-x 788 bytes parent folder | download | duplicates (8)
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
=head1 NAME

PTBatcherGUI - Hugin batch processor

=head1 SYNOPSIS

B<PTBatcherGUI> [options] [<project1 <output prefix>> <project2 <output prefix>> <project3...]

=head1 DESCRIPTION

A GUI Batch Processor for managing the stitching of a queue of hugin .pto projects.

=head1 OPTIONS

=over

=item B<-h|--help>

Show usage message

=item B<-b|--batch>

Run batch immediately

=item B<-p|--parallel>

Run batch projects in parallel

=item B<-o|--overwrite>

Overwrite previous files without asking

=item B<-s|--shutdown>

Shutdown computer after batch is complete

=item B<-v|--verbose>

Show verbose output when processing projects

=item B<-a|--assistant>

Run the assistant on the given projects

=back

=head1 AUTHORS

Written by Pablo d'Angelo, Marko Kuder, Thomas Modes and others.