Function
GimpVectorsexport_to_string
since: 2.6
Declaration [src]
gchar*
gimp_vectors_export_to_string (
GimpImage* image,
GimpVectors* vectors
)
Description [src]
Save a path as an SVG string.
This procedure works like gimp_vectors_export_to_file() but creates
a string rather than a file. The string is NULL-terminated and holds
a complete XML document. Pass NULL as the ‘vectors’ argument to
export all paths in the image.
Available since: 2.6
Parameters
image-
Type:
GimpImageThe image.
The data is owned by the caller of the function. vectors-
Type:
GimpVectorsThe vectors object to export, or
NULLfor all in the image.The argument can be NULL.The data is owned by the caller of the function.