
ptomerge - merges pto projects

ptomerge infile1.pto infile2.pto infile3.pto [...] outfile.pto

Takes a list of .pto projects and joins them together into a single .pto project. Projects at the begining of the list get priority, existing image entries are not clobbered by subsequent entries.
Images are identified by file paths (n parameters).
Control points are imported anyway even if points already exist in other projects, duplicates points are however not imported.

ptomerge <pto-file> <pto-file ...> <pto-file>

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


Bruno Postle, <bruno (at) postle.net>