From: erg Date: Wed, 5 Sep 2007 17:36:57 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~5307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cddbe88f65f62b1edffb896d3b55309c143d4717;p=graphviz Update info files --- diff --git a/doc/info/command.html b/doc/info/command.html index db2829942..2ec3855a0 100644 --- a/doc/info/command.html +++ b/doc/info/command.html @@ -20,19 +20,28 @@ If no input files are supplied, the program reads from stdin.
Set a default node attribute, with default value = true.
-Ename[=value]
Set a default edge attribute, with default value = true. -
-Tformat>[:renderer] +
-Tformat[:renderer[:formatter]]
Set output language to one of the supported formats. By default, attributed dot is produced.

Depending on how Graphviz was built, there may be multiple renderers for -generating a particular output format. For example, a typical installation +generating a particular output format, and multiple formatters for +creating the final output. For example, a typical installation can produce PNG output using either the Cairo or GD library. The desired rendering engine -can be specified after a colon. Thus, -Tpng:cairo specifies PNG -output produced by Cairo. If no renderer is specified, the default one +can be specified after a colon. If there are multiple formatting engines +available, the desired one can be specified in a similar fashion after +the rendering engine. Thus, -Tpng:cairo specifies PNG +output produced by Cairo (using the Cairo's default formatter), and +-Tpng:cairo:gd specifies PNG +output produced by Cairo formatted using the GD library. +

+If no renderer is specified, or a renderer but no formatter, the default one is invoked. The flag -Tformat: produces a list of all of the renderers available for the specified format, the first one -listed being the default. +listed with a prefix matching format being the default. +Using the -v flag, described below, will print which format, +renderer, and formatter are actually used.

-V
Emit version information and exit.
-llibrary diff --git a/doc/info/output.html b/doc/info/output.html index 6e07dface..cc35760fc 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -14,6 +14,12 @@ The output format is specified with the -Tlang flag on the command line, where lang is one of the parameters listed below.

+The formats actually available in a given Graphviz system depend on +how the system was built and the presence of additional libraries. +To see what formats dot supports, run dot -T?. +See the description of the -T +flag for additional information. +

Note that the internal coordinate system has the origin in the lower left corner. Thus, positions in the @@ -26,6 +32,8 @@ formats need to be interpreted in this manner.

+ + + @@ -53,13 +65,16 @@ formats need to be interpreted in this manner. +
jpe + + + + +
Command-line
parameter
Format
bmp +Windows Bitmap Format
canon
dot
xdot @@ -41,8 +49,12 @@ formats need to be interpreted in this manner.
GD/GD2 formats
gif GIF
gtk +GTK canvas
hpgl HP-GL/2
ico +Icon Image File Format
imap
cmapx
Server-side and client-side imagemaps
Server-side imagemap (deprecated)
jpg
jpeg -
JPEG (deprecated - 8 May 2006 - will no longer be supported)
JPEG
mif FrameMaker MIF format
mp MetaPost
pcl PCL
pdf +Portable Document Format (PDF)
pic PIC
plain @@ -74,16 +89,27 @@ formats need to be interpreted in this manner.
svg
svgz
Scalable Vector Graphics
tif +
tiff +
TIFF (Tag Image File Format)
vml +
vmlz +
Vector Markup Language (VML)
vrml VRML
vtx Visual Thought format
wbmp Wireless BitMap format
xlib +Xlib canvas


Format Descriptions

+
bmp +
Outputs images in the Windows BMP format. +
canon ,
dot ,
xdot @@ -227,9 +253,15 @@ formats need to be interpreted in this manner.
gif
Outputs GIF bitmap images. +
gtk +
Creates a GTK window and displays the output there. +
hpgl
Produces output in the HP-GL/2 vector graphic printer language. +
ico +
Outputs images in the Windows ICO format. +
imap ,
cmapx
Produces map files for server-side and client-side image maps, @@ -304,8 +336,8 @@ formats need to be interpreted in this manner.
jpg ,
jpeg +,
jpe
Output JPEG compressed image files. - This format relies on the installation having the JPEG library.
mif
Generates Frame Maker MIF files. @@ -319,6 +351,11 @@ formats need to be interpreted in this manner. PCL, so that PCL output is the same as HP-GL, wrapped with some initial and final commands to set the printer to and from HP-GL mode. +
pdf +
Produces PDF output. + Alternatively, one can use the ps2 to produce PDF-compatible + PostScript, and then use a ps-to-pdf converter. +
pic
Outputs in PIC, the picture description language in the troff-family @@ -412,7 +449,6 @@ formats need to be interpreted in this manner.
png
Produces output in the PNG (Portable Network Graphics) format. - PNG relies on having libz and the PNG library.
ps
Produces PostScript output. @@ -433,7 +469,15 @@ formats need to be interpreted in this manner. ,
svgz
Produce SVG output, the latter in compressed format. - SVG relies on having libz. + +
tif +,
tiff +
Produces TIFF output. + +
vml +,
vmlz +
Produces VML output, + the latter in compressed format.
vrml
Outputs graphs in the VRML format. @@ -456,6 +500,9 @@ formats need to be interpreted in this manner.
Produces output in the Wireless BitMap (WBMP) format, optimized for mobile computing. +
xlib +
Creates an Xlib window and displays the output there. +