The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>