| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
gboolean gimp_vectors_export_file (const GimpImage *image, const GimpVectors *vectors, const gchar *filename, GError **error); gchar* gimp_vectors_export_string (const GimpImage *image, const GimpVectors *vectors);
gboolean gimp_vectors_export_file (const GimpImage *image, const GimpVectors *vectors, const gchar *filename, GError **error);
Exports one or more vectors to a SVG file.
|
the GimpImage from which to export vectors |
|
a GimpVectors object or NULL to export all vectors in image
|
|
the name of the file to write |
|
return location for errors |
Returns : |
TRUE on success,
FALSE if there was an error writing the file
|
gchar* gimp_vectors_export_string (const GimpImage *image, const GimpVectors *vectors);
Exports one or more vectors to a SVG string.
|
the GimpImage from which to export vectors |
|
a GimpVectors object or NULL to export all vectors in image
|
Returns : |
a NUL-terminated string that holds a complete XML document
|