From: Emden R. Gansner Date: Mon, 24 Nov 2014 22:16:39 +0000 (-0500) Subject: Add note concerning the blending of cairo and gd for png output. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bc92ea1c8cadf60777d14790ad2c512959b988c;p=graphviz Add note concerning the blending of cairo and gd for png output. --- diff --git a/doc/info/output.html b/doc/info/output.html index 2f49b8c09..678c2de5b 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -543,6 +543,20 @@ information provided.
png
Produces output in the PNG (Portable Network Graphics) format. +

+(25 November 2014) A standard Graphviz installation will render using both +the Cairo and GD library. +By mixing the rendering and formatting of these +libraries, one can achieve different variations in the output. +

+
-Tpng:gd (or -Tpng:gd:gd) +
Indexed color, no antialiasing +
-Tpng:cairo:gd +
Indexed color, with antialiasing +
-Tpng (or -Tpng:cairo) +
True color, with antialiasing +
+These options are listed in increasing order of image quality and output size.
pov
Scene-description language for 3D modelling for the diff --git a/doc/infosrc/outputs b/doc/infosrc/outputs index 1917c89d1..1b55db050 100644 --- a/doc/infosrc/outputs +++ b/doc/infosrc/outputs @@ -57,6 +57,20 @@ 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. +

+(25 November 2014) A standard Graphviz installation will render using both +the Cairo and GD library. +By mixing the rendering and formatting of these +libraries, one can achieve different variations in the output. +

+
-Tpng:gd (or -Tpng:gd:gd) +
Indexed color, no antialiasing +
-Tpng:cairo:gd +
Indexed color, with antialiasing +
-Tpng (or -Tpng:cairo) +
True color, with antialiasing +
+These options are listed in increasing order of image quality and output size. :wbmp:Wireless BitMap format Produces output in the Wireless BitMap (WBMP) format, optimized for mobile computing.