Method

VipsObjectdump

Declaration [src]

void
vips_object_dump (
  VipsObject* object,
  VipsBuf* buf
)

Description [src]

Dump everything that vips knows about an object to a string.

This method is not directly available to language bindings.

Parameters

buf

Type: VipsBuf

Write dump here.

The data is owned by the caller of the method.