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

NAME

ptograph - generates undirected graph reports for .pto files

Synopsis

  ptograph project1.pto [project2.pto ...]

DESCRIPTION

Takes one or more hugin .pto projects and writes an SVG report using the same file path with .svg appended.

Each node represents one of the input photos in the project and the edges represent control-points connecting photos together.

Calling syntax

  ptograph <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/ GraphViz

Author

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