The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ptomerge - merges pto projects

Synopsis

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

DESCRIPTION

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.

Calling syntax

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

License

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.

See Also

http://hugin.sourceforge.net/

Author

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