Vips.ArrayInt
Vips.ArrayInt.new()
Vips.ArrayInt.get()
Name
Type
Access
Description
area
Vips.Area
r/w
class
new (array)
new
get ()
get
array ([int]) – array of int
int
A new [struct`ArrayInt`].
Allocate a new array of ints and copy array into it. Free with [method`Area`.unref].
::: seealso [struct`Area`].
array of int
[int]
Fetch an int array from a [struct`ArrayInt`]. Useful for language bindings.