]> granicus.if.org Git - graphviz/commit
- new "loadimage" plugin api
authorellson <devnull@localhost>
Sat, 17 Jun 2006 14:41:25 +0000 (14:41 +0000)
committerellson <devnull@localhost>
Sat, 17 Jun 2006 14:41:25 +0000 (14:41 +0000)
commit8c5c5687dca3cceae3b412ce3109fbf07094cff3
treee3e723357987d134b45be1a998804f34c816e6e8
parent074cadd8680875ca722f5eb0e021746cd8e0c415
- new "loadimage" plugin api
- new loadimage plugins for gd and cairo, both support png2ps
15 files changed:
lib/gvc/Makefile.am
lib/gvc/gvcjob.h
lib/gvc/gvcproc.h
lib/gvc/gvloadimage.c [new file with mode: 0644]
lib/gvc/gvplugin.h
lib/gvc/gvplugin_loadimage.h [new file with mode: 0644]
lib/gvc/gvrender.c
plugin/core/gvrender_core_map.c
plugin/core/gvrender_core_ps.c
plugin/core/gvrender_core_svg.c
plugin/gd/gvloadimage_gd.c [new file with mode: 0644]
plugin/gd/gvrender_gd.c
plugin/pango/gvloadimage_pango.c [new file with mode: 0644]
plugin/pango/gvplugin_pango.c
plugin/pango/gvrender_pango.c