1PTODOUBLE(1) User Contributed Perl Documentation PTODOUBLE(1)
2
3
4
6 ptodouble - rescale a panorama project
7
9 ptodouble [options] --output doubled.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 ptodouble takes a hugin .pto project and doubles all pixel dimensions.
17 You will need to rescale the photos to match:
18
19 mogrify -geometry 200% *.JPG
20
21 Note, this tool is useful in conjunction with the ptohalve tool which
22 performs the opposite transform.
23
25 This program is free software; you can redistribute it and/or modify it
26 under the terms of the GNU General Public License as published by the
27 Free Software Foundation; either version 2 of the License, or (at your
28 option) any later version.
29
31 <http://hugin.sourceforge.net/>
32
33 ptohalve
34
36 Bruno Postle - January 2011.
37
38
39
40perl v5.28.0 2013-05-12 PTODOUBLE(1)