File: pto_mask.pod

package info (click to toggle)
hugin 2016.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 32,072 kB
  • ctags: 11,979
  • sloc: cpp: 116,753; ansic: 6,335; python: 1,517; perl: 577; sh: 168; xml: 102; makefile: 64
file content (52 lines) | stat: -rwxr-xr-x 841 bytes parent folder | download | duplicates (6)
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
52
=encoding utf8

=head1 NAME

pto_mask - Apply a mask

=head1 SYNOPSIS

B<pto_mask> [options] input.pto

=head1 DESCRIPTION

B<pto_mask> applies a mask to nominated images

=head1 USAGE

   pto_mask --mask=maskfile

=head1 OPTIONS

=over

=item B<-o> | --output=file.pto

Output Hugin PTO file. Default: <filename>_mask.pto

=item B<--mask=filename@imgNr>

Read the mask from the file and assign to given image

=item B<--rotate=CLOCKWISE|90|COUNTERCLOCKWISE|-90>

Rotates the mask clock- or counterclockwise

=item B<--process=CLIP|SCALE|PROP_SCALE>

Specify how the mask should be modified if the mask is created for an image with different size

   * CLIP: clipping (Default)
   * SCALE: Scaling width and height individually
   * PROP_SCALE: Proportional scale

=item B<-h> | --help

Shows this help

=back

=head1 AUTHORS

Thomas Modes