Class

VipsForeignSave

Description

abstract class Vips.ForeignSave : Vips.Foreign {
  parent_object: VipsForeign,
  strip: gboolean,
  background: VipsArrayDouble*,
  page_height: int,
  in: VipsImage*,
  ready: VipsImage*
}
No description available.

Hierarchy

hierarchy this VipsForeignSave ancestor_0 VipsForeign ancestor_0--this ancestor_1 VipsOperation ancestor_1--ancestor_0 ancestor_2 VipsObject ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2

Instance methods

Methods inherited from VipsOperation (3)
vips_operation_call_valist
No description available.
vips_operation_get_flags

Returns the set of flags for this operation.

vips_operation_invalidate
No description available.
Methods inherited from VipsObject (27)

Please see VipsObject for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Vips.ForeignSave:background
No description available.
Vips.ForeignSave:in
No description available.
Vips.ForeignSave:page-height
No description available.
Vips.ForeignSave:strip
No description available.
Properties inherited from VipsObject (2)
Vips.Object:description
No description available.
Vips.Object:nickname
No description available.

Signals

Signals inherited from VipsOperation (1)
Vips.Operation::invalidate
No description available.
Signals inherited from VipsObject (4)
Vips.Object::close

The ::close signal is emitted once during object close. The object is dying and may not work.

Vips.Object::postbuild

The ::postbuild signal is emitted once just after successful object construction. Return non-zero to cause object construction to fail.

Vips.Object::postclose

The ::postclose signal is emitted once after object close. The object pointer is still valid, but nothing else.

Vips.Object::preclose

The ::preclose signal is emitted once just before object close starts. The oject is still alive.

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct VipsForeignSaveClass {
  VipsForeignClass parent_class;
  VipsSaveable saveable;
  VipsBandFormat* format_table;
  None coding;
  
}
Class members
parent_class
VipsForeignClass
  No description available.
saveable
VipsSaveable
  No description available.
format_table
VipsBandFormat*
  No description available.
coding
None
  No description available.