On May 7, 2013, at 8:37 , didje <diarmuid.kie...@pdgm.com> wrote:

> I am testing Doxygen 1.8.3 using modifications to our existing
> Doxygen.template file.
> For the DOT_IMAGE_FORMAT tag, I tried "gif"
> In the description for that tag (as generated by running doxygen -u from the
> 1.8.3 sources) is the following:
> /"The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
> generated by dot. Possible values are svg, png, jpg, or gif..."
> /
> However, when I then tried to generate the documentation, I got a series of
> errors of the following type:
> *Problems running dot: exit code=1, command='dot',
> arguments='"/path/abc.gif" -Tgif -o "/path/abc.gif"'
> error: problems opening map file /path/xyz.map for inclusion in the docs! If
> you installed Graphviz/dot after a previous failing run, try deleting the
> output directory and rerun doxygen.error*
> 
> If I set the DOT_IMAGE_FORMAT_TYPE to 'png', there are no error messages and
> everything works fine, however, I don't understand why gif won't work.
> 
> Is it something to do with what version of Graphviz or dot or is the
> description of DOT_IMAGE_FORMAT_TYPE incorrect?

GIF support is a compile option for dot. So probably you have a version
of GraphViz/dot without GIF support compiled in.

Regards,
  Dimitri


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to