Virtual Method

VipsObjectto_string

Declaration [src]

void
to_string (
  VipsObject* object,
  VipsBuf* buf
)

Description [src]

The inverse of vips_object_new_from_string(): turn object into eg. “VipsInterpolateSnohalo1(blur=.333333)”.

Parameters

buf VipsBuf
 

Write string here.

 The data is owned by the caller of the function.