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(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.
-
static