Struct

VipsArrayInt

[]

Description

struct VipsArrayInt {
  VipsArea area;
}

No description available.

[]
Structure members
area

No description available.

[]

Constructors

vips_array_int_new

Allocate a new array of ints and copy array into it. Free with vips_area_unref().

vips_array_int_newv

Allocate a new array of n ints and copy @… into it. Free with vips_area_unref().

[]

Instance methods

vips_array_int_get

Fetch an int array from a VipsArrayInt. Useful for language bindings.