1PTOGRAPH(1) User Contributed Perl Documentation PTOGRAPH(1)
2
3
4
6 ptograph - generates undirected graph reports for .pto files
7
9 ptograph project1.pto [project2.pto ...]
10
12 Takes one or more hugin .pto projects and writes an SVG report using
13 the same file path with .svg appended.
14
15 Each node represents one of the input photos in the project and the
16 edges represent control-points connecting photos together.
17
19 ptograph <pto-file> <pto-file> ...
20
22 This program is free software; you can redistribute it and/or modify it
23 under the terms of the GNU General Public License as published by the
24 Free Software Foundation; either version 2 of the License, or (at your
25 option) any later version.
26
28 <http://hugin.sourceforge.net/> GraphViz
29
31 Bruno Postle, <bruno (at) postle.net>
32
33
34
35perl v5.12.1 2009-12-19 PTOGRAPH(1)