From: north Date: Thu, 10 Sep 2009 20:34:32 +0000 (+0000) Subject: Add info about importing GIF images. X-Git-Tag: LAST_LIBGRAPH~32^2~1715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=642bf589c5e6ebdf572be0a0a8f3c0e79bbd7e7b;p=graphviz Add info about importing GIF images. --- diff --git a/doc/FAQ.html b/doc/FAQ.html index 9469570e6..86c8af1a7 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -3,7 +3,7 @@ Graphviz FAQ 2008-06-06 -

Graphviz FAQ 2008-06-06

+

Graphviz FAQ 2009-09-10

The Graphviz Project

@@ -521,7 +521,6 @@ might already rely on.

Q16. How can I get custom shapes or images in my graph? -

Please see the @@ -531,8 +530,14 @@ custom shapes that work with dot/neato, dotty front end), because they don't share any universal back end structure. We're thinking about it.

- -Q. Sometimes in dotty, right mouse click shows the global menu + +Q16b. Why don't my custom GIF images appears? What is the meaning of Warning: No loadimage plugin for "gif:cairo"? +

+Cairo based renderers can't import GIF. Use PNG. (Possibly, install +Imagemagick and run "convert shape.gif shape.png". Or try -Tgif:gd.) +

+ +Q17. Sometimes in dotty, right mouse click shows the global menu but none of the items can be selected.