mirror of https://github.com/GNOME/gimp.git
allow to optionally export all paths from an image into a single SVG file.
2003-09-11 Sven Neumann <sven@gimp.org> * app/vectors/gimpvectors-export.[ch]: allow to optionally export all paths from an image into a single SVG file. * app/gui/vectors-commands.c: changed accordingly.
This commit is contained in:
parent
62cd231745
commit
4a4fa137d0
|
@ -20,7 +20,8 @@
|
|||
#define __GIMP_VECTORS_EXPORT_H__
|
||||
|
||||
|
||||
gboolean gimp_vectors_export (const GimpVectors *vectors,
|
||||
gboolean gimp_vectors_export (const GimpImage *image,
|
||||
const GimpVectors *vectors,
|
||||
const gchar *filename,
|
||||
GError **error);
|
||||
|
||||
|
|
Loading…
Reference in New Issue