1PTOMERGE(1) User Contributed Perl Documentation PTOMERGE(1)
2
3
4
6 ptomerge - merges pto projects
7
9 ptomerge infile1.pto infile2.pto infile3.pto [...] outfile.pto
10
12 Takes a list of .pto projects and joins them together into a single
13 .pto project. Projects at the begining of the list get priority,
14 existing image entries are not clobbered by subsequent entries.
15
16 Images are identified by file paths (n parameters).
17
18 Control points are imported anyway even if points already exist in
19 other projects, duplicates points are however not imported.
20
22 ptomerge <pto-file> <pto-file ...> <pto-file>
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
34 Bruno Postle, <bruno (at) postle.net>
35
36
37
38perl v5.28.2 2014-03-02 PTOMERGE(1)