From b57b3aa1aa8e9014070cb17d87af09647126d211 Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Sun, 1 Dec 2013 14:20:56 -0500 Subject: [PATCH] Update output format list --- doc/info/output.html | 58 ++++++++++++++++++++++++++++++++++++++++++++ doc/infosrc/outputs | 26 ++++++++++++++++++-- 2 files changed, 82 insertions(+), 2 deletions(-) diff --git a/doc/info/output.html b/doc/info/output.html index 5f7c71c26..ee3673d80 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -36,14 +36,19 @@ formats need to be interpreted in this manner. Windows Bitmap Format canon
dot +
gv
xdot
xdot1.2
xdot1.4 DOT + cgimage +CGImage bitmap format cmap Client-side imagemap (deprecated) eps Encapsulated PostScript + exr +OpenEXR fig FIG gd @@ -63,27 +68,44 @@ formats need to be interpreted in this manner. Server-side and client-side imagemaps ismap Server-side imagemap (deprecated) + jp2 +JPEG 2000 jpg
jpeg
jpe JPEG + pct +
pict +PICT pdf Portable Document Format (PDF) + pic +Kernighan's PIC graphics language plain
plain-ext Simple text format png Portable Network Graphics format + pov +POV-Ray markup language (prototype) ps PostScript ps2 PostScript for PDF + psd +PSD + sgi +SGI svg
svgz Scalable Vector Graphics + tga +Truevision TGA tif
tiff TIFF (Tag Image File Format) + tk +TK graphics vml
vmlz Vector Markup Language (VML) @@ -94,6 +116,7 @@ formats need to be interpreted in this manner. webp Image format for the Web xlib +
x11 Xlib canvas
@@ -104,6 +127,7 @@ formats need to be interpreted in this manner.
canon ,
dot +,
gv ,
xdot ,
xdot1.2 ,
xdot1.4 @@ -275,6 +299,9 @@ Version info: 1.62.35Add STRIKE-THROUGH bit for t +
cgimage +
Output using the CGImage format. +
cmap
Produces map files for client-side image maps. The cmap format is mostly identical to cmapx, but the latter is well-formed XML amenable @@ -289,6 +316,9 @@ At present, this is only guaranteed to be correct for a single input graph since the Bounding Box information has to appear at the beginning of the output, and this will be based on the first graph. +
exr +
Output in the OpenEXR format +
fig
Outputs graphs in the FIG graphics language. @@ -396,11 +426,18 @@ URL to be used. For both nodes and edges, if the URL has the escape sequence "\N" embedded in its string, this will be replaced with the node or edge name. +
jp2 +
Output using the JPEG 2000 format. +
jpg ,
jpeg ,
jpe
Output JPEG compressed image files. +
pct +,
pict +
Output in the Apple PICT file format. +
pdf
Produces PDF output. (This option assumes Graphviz includes the Cairo renderer.) @@ -410,6 +447,10 @@ produce PDF-compatible PostScript, and then use a ps-to-pdf converter. Note: At present, this option does not support anchors, etc. To get these included in your PDF output, use ps2. +
pic +
Output is given in the text-based PIC language developed for troff. +See Pic language. +
plain ,
plain-ext
The plain and plain-ext formats produce output using @@ -501,6 +542,10 @@ information provided.
png
Produces output in the PNG (Portable Network Graphics) format. +
pov +
Scene-description language for 3D modelling for the +Persistence of Vision Raytracer. +
ps
Produces PostScript output.

@@ -521,6 +566,12 @@ when viewed in a PDF-viewer, e.g., is a link to the given URL. If a URL is attached to the graph, this serves as a base, such that relative URLs on nodes are derived from it. +

psd +
Output in the Adobe PhotoShop PSD file format. + +
sgi +
Output in the SGI image file format. +
svg ,
svgz
Produce SVG output, @@ -528,10 +579,16 @@ the latter in compressed format.

See Note. +

tga +
Output in the Truevision TGA or TARGA format. +
tif ,
tiff
Produces TIFF output. +
tk +
Output using the text-based TK graphics primitives. +
vml ,
vmlz
Produces VML output, @@ -563,6 +620,7 @@ See Wikipedia's WebP or Google's webp pages.
xlib +,
x11
Creates an Xlib window and displays the output there. diff --git a/doc/infosrc/outputs b/doc/infosrc/outputs index 78fc5b681..9ea6e4089 100644 --- a/doc/infosrc/outputs +++ b/doc/infosrc/outputs @@ -28,13 +28,33 @@ when viewed in a PDF-viewer, e.g., acroread, is a link to the given URL. If a URL is attached to the graph, this serves as a base, such that relative URLs on nodes are derived from it. +:cgimage:CGImage bitmap format +Output using the CGImage format. :gd/gd2:GD/GD2 formats Output images in the GD and GD2 format. These are the internal formats used by the gd library. The latter is compressed. +:exr:OpenEXR +Output in the OpenEXR format +:pct/pict:PICT +Output in the Apple PICT file format. +:psd:PSD +Output in the Adobe PhotoShop PSD file format. +:sgi:SGI +Output in the SGI image file format. +:tga:Truevision TGA +Output in the Truevision TGA or TARGA format. :gif:GIF Outputs GIF bitmap images. :jpg/jpeg/jpe:JPEG Output JPEG compressed image files. +:jp2:JPEG 2000 +Output using the JPEG 2000 format. +:pic:Kernighan's PIC graphics language +Output is given in the text-based PIC language developed for troff. +See Pic language. +:pov:POV-Ray markup language (prototype) +Scene-description language for 3D modelling for the +Persistence of Vision Raytracer. :png:Portable Network Graphics format Produces output in the PNG (Portable Network Graphics) format. :wbmp:Wireless BitMap format @@ -51,6 +71,8 @@ have a label for its URL to be used. For both nodes and edges, if the URL has the escape sequence "\N" embedded in its string, this will be replaced with the node or edge name. +:tk:TK graphics +Output using the text-based TK graphics primitives. :cmap:Client-side imagemap (deprecated) Produces map files for client-side image maps. The cmap format is mostly identical to cmapx, but the latter is well-formed XML amenable @@ -152,7 +174,7 @@ Produce SVG output, the latter in compressed format.

See Note. -:canon/dot/xdot/xdot1.2/xdot1.4:DOT +:canon/dot/gv/xdot/xdot1.2/xdot1.4:DOT These formats produce output in the dot language. Using canon produces a prettyprinted version of the input, @@ -432,5 +454,5 @@ Produces output in the image format for the Web (WEBP) format, optimized for web devices such as tablets. See Wikipedia's WebP or Google's webp pages. -:xlib: Xlib canvas +:xlib/x11: Xlib canvas Creates an Xlib window and displays the output there. -- 2.40.0