VipsObject

class pyvips.vobject.VipsObject(pointer)[source]

Manage a VipsObject.

static print_all(msg)[source]

Print all objects.

Print a table of all active libvips objects. Handy for debugging.

get_typeof(name)[source]

Get the GType of a GObject property.

This function returns 0 if the property does not exist.

get_blurb(name)[source]

Get the blurb for a GObject property.

get(name)[source]

Get a GObject property.

The value of the property is converted to a Python value.

set(name, value)[source]

Set a GObject property.

The value is converted to the property type, if possible.

set_string(string_options)[source]

Set a series of properties using a string.

For example:

'fred=12, tile'
'[fred=12]'
get_description()[source]

Get the description of a GObject.