1PTOSPLIT(1) User Contributed Perl Documentation PTOSPLIT(1)
2
3
4
6 ptosplit - extracts a subset pto project
7
9 ptosplit 0 2-4 8 [..] infile.pto outfile.pto
10
12 Extracts just the specified images from a .pto project and writes a new
13 project containing just these images, related control points and
14 optimisation settings.
15
16 Images can be requested in any order, but they will be returned in the
17 same order as the 'parent' project. Note image numbers start at 0.
18
19 Ranges can be used, '2-5' is the same as '2 3 4 5'.
20
22 ptosplit <number> <number ...> <pto-file> <pto-file>
23
24 (input and output can be the same file)
25
27 This program is free software; you can redistribute it and/or modify it
28 under the terms of the GNU General Public License as published by the
29 Free Software Foundation; either version 2 of the License, or (at your
30 option) any later version.
31
33 <http://hugin.sourceforge.net/>
34
36 Bruno Postle, <bruno (at) postle.net>
37
38
39
40perl v5.36.0 2022-07-22 PTOSPLIT(1)