Method
VipsImageset_string
Declaration [src]
void
vips_image_set_string (
VipsImage* image,
const char* name,
const char* str
)
Description [src]
Attaches str
as a metadata item on image
as name
.
A convenience
function over vips_image_set()
using VIPS_TYPE_REF_STRING
.
See also