Method
VipsObjectset_from_string
Declaration [src]
int
vips_object_set_from_string (
VipsObject* object,
const char* string
)
Description [src]
Set object arguments from a string. The string can be something like “a=12”, or “a = 12, b = 13”, or “fred”. The string can optionally be enclosed in brackets.
You’d typically use this between creating the object and building it.