Hi there,

I'd like to add some images to the libgeda documentation.

I've attached my first one for the connection system.

Unfortunatly doxygen requires png files to generate html documantation 
and eps or pdf files to generate latex (pdf) documentation.

The question is, which files should I add to the git repo?

I can convert the svg image with inkscape to a png file:
inkscape -D -w 600 --export-png=s_conn_overview.png s_conn_overview.svg 

I can convert a png to pdf using convert (ImageMagic):
convert s_conn_overview.png s_conn_overview.pdf

ImageMagic is installed on most systems, but I guess only few have 
installed inkscape.


Example doxygen comment for an image:
----
/*!  
 *  \image html images/s_conn_overview.png
 *  \image latex images/s_conn_overview.pdf "Connection usage overview" 
width=14cm
 *  
 */
----

Regards
Werner

<<attachment: s_conn_overview.svg>>


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to