Struct
VipsArrayInt
Description
struct VipsArrayInt {
VipsArea area;
}
No description available.
Structure members
area:
VipsArea
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()
.