1PTOHALVE(1)           User Contributed Perl Documentation          PTOHALVE(1)
2
3
4

NAME

6       ptohalve - rescale a panorama project
7

SYNOPSIS

9       ptohalve [options] --output halved.pto project.pto
10
11        Options:
12         -o | --output     Filename of scaled project (can be the the same as the input)
13         -h | --help       Outputs help documentation
14

DESCRIPTION

16       ptohalve takes a hugin .pto project and halves all pixel dimensions.
17       It will fail if any photos have non-even pixel dimensions. If it
18       succeeds you will need to rescale the photos to match:
19
20         mogrify -geometry 50% *.JPG
21
22       Note, this tool is useful in conjunction with the ptodouble tool which
23       performs the opposite transform.
24

LICENSE

26       This program is free software; you can redistribute it and/or modify it
27       under the terms of the GNU General Public License as published by the
28       Free Software Foundation; either version 2 of the License, or (at your
29       option) any later version.
30

SEE ALSO

32       <http://hugin.sourceforge.net/>
33
34       ptodouble
35

AUTHOR

37       Bruno Postle - July 2010.
38
39
40
41perl v5.32.1                      2021-01-27                       PTOHALVE(1)
Impressum