After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 604543 - Allow implementation other than defaulting to png
Allow implementation other than defaulting to png
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2009-12-14 14:14 UTC by Mathieu Malaterre
Modified: 2009-12-30 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mathieu Malaterre 2009-12-14 14:14:42 UTC
It is technically possible to run dot this way from the command line:

 $ dot -Tpng:gd output.png input.dot


However doxygen will refuse this kind of syntax. Please allow png:gd.

This will also allow generating svg file:

 $ dot -Tsvg ...


Thanks !


External reference:
http://lists.debian.org/debian-devel/2009/12/msg00009.html

And:

http://groups.google.com/group/linux.debian.bugs.dist/msg/460f739603180c95?dmode=source
Comment 1 Dimitri van Heesch 2009-12-14 19:13:17 UTC
I'll remove the extension check for DOT_IMAGE_FORMAT in the next subversion update.
Comment 2 Dimitri van Heesch 2009-12-30 13:38:51 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.6.2. Please verify if this is indeed the case and reopen the
bug if you think it is not fixed (include any additional information that you
think can be relevant).