]> granicus.if.org Git - graphviz/commitdiff
add instructions for finding out what formats a particular installation of dot supports.
authorellson <devnull@localhost>
Fri, 15 Sep 2006 18:19:51 +0000 (18:19 +0000)
committerellson <devnull@localhost>
Fri, 15 Sep 2006 18:19:51 +0000 (18:19 +0000)
cmd/dot/dot.1

index 4810363568742017e82dfba3c654c016ae20fae5..f659131c46ffad59b1be4a3332eaa0184d164923 100644 (file)
@@ -106,6 +106,16 @@ draws undirected graphs using a ``spring'' model. It relies on a
 force-directed approach in the spirit of Fruchterman and Reingold
 (cf. Software-Practice & Experience 21(11), 1991, pp. 1129-1164).
 .SH OUTPUT FORMATS
+Dot uses an extensible plugin mechanism for its output renderers,
+so to see what output formats your installation of dot supports
+you can use ``dot -Txxx'' (where xxx is an unlikely format)
+and check the warning message.
+Also, The plugin mechanism supports multiple implementations
+of the output formats.
+To see what variants are available, use, for example: ``dot -Tpng:''
+and to force a particular variant, use, for example: ``dot -Tpng:gd''
+.P
+Traditionally, dot supports the following:
 \fB-Tps\fP (PostScript),
 \fB-Tsvg\fP \fB-Tsvgz\fP (Structured Vector Graphics),
 \fB-Tfig\fP (XFIG graphics),