1PTOHALVE(1) User Contributed Perl Documentation PTOHALVE(1)
2
3
4
6 ptohalve - rescale a panorama project
7
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
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
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
32 <http://hugin.sourceforge.net/>
33
34 ptodouble
35
37 Bruno Postle - July 2010.
38
39
40
41perl v5.38.0 2023-07-21 PTOHALVE(1)